<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NJ State Atlas</title>
	<atom:link href="http://njstateatlas.com/features/feed/" rel="self" type="application/rss+xml" />
	<link>http://njstateatlas.com/features</link>
	<description>information and technical details</description>
	<lastBuildDate>Tue, 09 Mar 2010 03:24:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New Jersey&#8217;s State Plan Policy Map</title>
		<link>http://njstateatlas.com/features/new-jerseys-state-plan-policy-map/</link>
		<comments>http://njstateatlas.com/features/new-jerseys-state-plan-policy-map/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 03:24:23 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Interactive Maps]]></category>
		<category><![CDATA[Interactive Map Info]]></category>
		<category><![CDATA[State Plan]]></category>

		<guid isPermaLink="false">http://njstateatlas.com/features/?p=5</guid>
		<description><![CDATA[Since 2007, New Jersey State Atlas has hosted an interactive version of the State Plan Policy Map, allowing the public easy access to the Map, as well as providing a simple way to perform a Smart Growth Area lookup.]]></description>
			<content:encoded><![CDATA[<h2>Background</h2>
<p>From the <a href="http://www.nj.gov/dca/divisions/osg/plan/">Office of Smart Growth</a>:</p>
<blockquote><p>The State Plan provides a vision for the future that will preserve and  enhance the quality of life for all residents of New Jersey. The State  Plan is the result of a cross-acceptance process that included thousands of New Jersey citizens in hundreds of  public forums, discussing all of the major aspects of the plan &#8211; its  goals, strategies, policies and application. This process ensures that  the plan belongs to the citizens of New Jersey, whose hopes and visions  have shaped it.</p></blockquote>
<p>The map that accompanies the State Plan is the State Plan Policy Map. Since 2007, New Jersey State Atlas has <a href="/stateplan/">hosted an interactive version of the State Plan Policy Map</a>, allowing the public easy access to the Map, as well as providing a simple way to perform a <a href="http://www.nj.gov/dca/divisions/osg/smart/">Smart Growth Area</a> lookup.</p>
<p>The State Plan Policy Map was the first map created for New Jersey State Atlas. It is the primary reason this site exists today. I previously worked for the Office of Smart Growth, from 2007 to 2009 and took it upon myself to explore open source (i.e. low cost, as there was little to no budget) options for hosting an interactive, web-based version of the State Plan Policy Map. Though I learned a great amount about open source web mapping, the greatest benefit has been that this web map has made the New Jersey State Plan much more accessible to all interested parties.</p>
<h2>State Plan Map Data</h2>
<p>The New Jersey State Plan Policy Map is rather complex and is offered up on <a href="http://www.nj.gov/dca/divisions/osg/resources/gis.html">OSG&#8217;s GIS data download page</a> in 9 separate ESRI shapefiles. Of the 9, three are essential when dealing with policy, regulation and &#8220;smart growth&#8221; designation.</p>
<ul>
<li><strong>Planning Areas</strong><br />
The <a href="http://www.nj.gov/dca/divisions/osg/resources/planningareasmetadata.html">Planning Areas</a> define distinct regions where either growth should be focused or restricted. The regions are stratified into varying levels of density or environmental protection. The Planning Areas form the essential foundation of the State Plan Policy Map.</li>
<li><strong>Designated Centers</strong><br />
Upon completing the <a href="http://www.nj.gov/dca/divisions/osg/plan/pe.html">Plan Endorsement</a> process, an area within a municipality (or municipalities, if submitting a joint or regional endorsement) may be designated a <a href="http://www.nj.gov/dca/divisions/osg/resources/centersmetadata.html">Center</a>. These Centers allow for greater density in regulated regions of the State, such as the <a href="http://www.nj.gov/dep/landuse/coast.html">CAFRA</a> region.</li>
<li><strong>Critical Environmental Sites (CES)<br />
</strong>CESs are overlays on top of the Planning Areas that denote areas of environmental sensitivity less than one square mile in size. They are only placed within the Metropolitan, Suburban, Fringe and Rural Planning Areas.</li>
</ul>
<h2>Technical Details</h2>
<p>The State Plan interactive web map is powered using several open source packages. The actual <a href="http://www.nj.gov/dca/divisions/osg/resources/gis.html">GIS data from OSG</a> is rendered using <a href="http://mapserver.org/">MapServer</a>, a former University of Minnesota project, now an <a href="http://osgeo.org/">OSGeo</a> project. MapServer renders individual tiles, at specified zoom levels, using <a href="http://www.spatiallyadjusted.com/2009/08/13/mercator-projection-hating-continues/">the Web Mercator projection</a>. These tiles are then cached using an aptly named <a href="http://python.org">Python</a> application called <a href="http://tilecache.org/">TileCache</a>. The map is powered using the <a href="http://code.google.com/apis/maps/">Google Maps API</a>. GMaps API is the only non-open source component of the map, mainly because <a href="http://openlayers.org/pipermail/dev/2008-August/003297.html">OpenLayers does not support sandwiching the MapServer tiles between Google&#8217;s aerial imagery and the roads/annotation layer</a>. I felt that having the annotation covered by translucent polygons was unacceptable; many other mashups with custom tiles do not care to properly layer the tiles the make up the map. I feel that the clarity this provides helps set my maps apart. (&#8220;It&#8217;s the little things&#8230;&#8221;)</p>
<p>I also wrote some custom Javascript to <a href="http://mapserver.org/ogc/wms_server.html#how-does-a-wms-work">perform a WMS request for attribute info</a>, allowing Smart Growth Area lookups to be performed using this map. While working at OSG, I was told that several people had used my web map as the Smart Growth Locator, instead of the official locator hosted with <a href="http://www.state.nj.us/dca/hmfa/">NJ HMFA</a>.</p>
<h2>Updates</h2>
<p>While I no longer work for OSG, I still keep the <a href="/stateplan/">State Plan interactive map</a> up to date. I&#8217;ve also updated the map to include other State Plan-related mapping, such as <a href="http://njstateatlas.com/stateplan/draft_mapping.html">highlighting the change between the current plan and the next revision of the map</a>.</p>
<p>Feel free to comment with any ideas, suggestions or concerns below.</p>
]]></content:encoded>
			<wfw:commentRss>http://njstateatlas.com/features/new-jerseys-state-plan-policy-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

