<?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>MapQuest Dev Blog &#187; debtankersley</title>
	<atom:link href="http://devblog.mapquest.com/author/mqdeborah/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.mapquest.com</link>
	<description>MapQuest Dev Blog</description>
	<lastBuildDate>Tue, 22 Jan 2013 18:39:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Xapi, NPI and Broken Polygon Report = new tools!</title>
		<link>http://devblog.mapquest.com/2011/04/07/xapi-npi-broken_polygons/</link>
		<comments>http://devblog.mapquest.com/2011/04/07/xapi-npi-broken_polygons/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 21:38:43 +0000</pubDate>
		<dc:creator>debtankersley</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://devblog.mapquest.com/?p=1221</guid>
		<description><![CDATA[We&#8217;re very pleased to announce that more tools have been released today for the Open Developer Community! Here&#8217;s the cool new stuff: - Xapi (pronounced &#8216;zappy&#8217;): This a read-only OpenStreetMap (OSM) extended API providing enhanced search and querying capability for nodes, ways, and relations where the results are returned in XML format. This Xapi tool&#8230;]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re very pleased to announce that more tools have been released today for the Open Developer Community! Here&#8217;s the cool new stuff:</p>
<p><strong>- <a href="http://developer.mapquest.com/web/products/open/xapi" target="_blank">Xapi</a> </strong>(pronounced &#8216;zappy&#8217;): This a read-only <a href="http://openstreetmap.org" target="_blank">OpenStreetMap</a> (OSM) extended API providing enhanced search and querying capability for nodes, ways, and relations where the results are returned in XML format. This <a href="http://open.mapquestapi.com/xapi/" target="_blank">Xapi tool</a> will query the OSM data by searching on tags using name=value pairs (such as amenity=pub) or by bounding box of the area of interest or both. Here&#8217;s a sample URL that searches on pubs in the greater Denver area (click link to see XML output):</p>
<div id="divAdvancedUrl"><a href="http://open.mapquestapi.com/xapi/api/0.6/node[amenity=pub][bbox=-105.20983780356221,39.59556488319815,-104.66052139733415,39.83325197240866]" target="_blank">http://open.mapquestapi.com/xapi/api/0.6/node[amenity=pub][bbox=-105.20983780356221,39.59556488319815,-104.66052139733415,39.83325197240866]</a></div>
<div>
<div class="picture aligncenter" style="width: 498px"><a href="http://open.mapquestapi.com/xapi/" target="_blank"><img class="  " title="Xapi Simplified GUI" src="http://o.aolcdn.com/os/mapquest/blog/2011/4/open/xapi_blog_image2.png" alt="" width="498" height="374" /></a><p class="caption">Xapi Simplified GUI</p></div>
</div>
<p>We&#8217;re using the Java Xapi version that <a href="http://wiki.openstreetmap.org/wiki/Xapi#Java_version_.28new.29" target="_blank">Ian Dees developed</a> earlier this year; <a href="http://open.mapquestapi.com/xapi/" target="_blank">our simplified UI</a> is based on <a href="http://wiki.openstreetmap.org/wiki/User:Emacsen" target="_blank">Emacsen</a>&#8216;s design <a href="http://openstreetmap.us/uixapi/xapi.html" target="_blank">currently used on OSM</a>. The <a href="https://github.com/MapQuest" target="_blank">MapQuest page on Github</a> is full of cool stuff,<a href="https://github.com/MapQuest" target="_blank"> </a>too: Xapi, Mapnik map style, Potlatch 2 Resources and more!</p>
<p><strong>- <a href="http://developer.mapquest.com/web/products/open/nominatim/indexed" target="_blank">Nominatim Pre-indexed Data Service (NPI)</a></strong> is a tool for developers that can export pre-indexed OSM data hosted on the MapQuest servers as an alternate database location. The Nominatim Planet data file is quite large &#8211; in the range of 15-20 GB or so &#8211; but using the MapQuest Nominatim pre-indexed data service allows developers to have their own instance of Nominatim for running complex queries on their own servers.</p>
<p>Having a pre-indexed file to start your Nominatim install will also speed up the installation process by as much as 75 &#8211; 90 percent! Any developer can take this pre-indexed file, start up their own Nominatim installation, hook it up to our pre-indexed updates to get an <a href="http://wiki.openstreetmap.org/wiki/Planet.osm/diffs" target="_blank">OSM Planet Nominatim</a> version of &#8220;Minutely Mapnik&#8221; for search/geocodes (instead of map updates) with updates provided approximately every 5 minutes. Since this new system does all the indexing for you &#8211; it also reduces the CPU horsepower needed to run Nominatim in your development environment (i.e.: at home). <a href=http://open.mapquestapi.com/npi/#installation" target="_blank">Installation instructions are found here</a>.</p>
<p><strong>- <a href="http://developer.mapquest.com/web/products/open/nominatim/broken-polygon" target="_blank">Broken Polygon Report for Nominatim</a>:</strong> When importing OpenStreetMap (OSM) data, Nominatim validates OSM polygons and then will discard polygons that it considers &#8216;broken&#8217; during the import process. These &#8216;broken&#8217; polygons could be where the interior of a multipolygon is disconnected or, where a polygon intersects itself. We&#8217;ve created a <a href="http://open.mapquestapi.com/brokenpoly/" target="_blank">report of these broken polygons</a> that provides a click-and-view list that any user can see and correct the polygon errors in <a href="http://wiki.openstreetmap.org/wiki/Josm" target="_blank">JOSM</a> or <a href="http://wiki.openstreetmap.org/wiki/Potlatch_2" target="_blank">Potlatch 2</a>.</p>
<div class="picture aligncenter" style="width: 538px"><img src="http://o.aolcdn.com/os/mapquest/blog/2011/4/open/second_intersection.png" alt="" width="538" height="377" /><p class="caption">Sample of a self-intersection: a broken polygon that needs fixing.</p></div>
<p>Feel free to let us know how these tools work for you &#8211; questions and comments are always welcome in our <a href="http://developer.mapquest.com/web/products/open/forums" target="_blank">Open forums</a> or on Twitter <a href="http://twitter.com/mapquesttech" target="_blank">@MapQuestTech</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.mapquest.com/2011/04/07/xapi-npi-broken_polygons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>all our addresses are belong to you</title>
		<link>http://devblog.mapquest.com/2011/03/02/all-our-addresses-are-belong-to-you/</link>
		<comments>http://devblog.mapquest.com/2011/03/02/all-our-addresses-are-belong-to-you/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 21:44:08 +0000</pubDate>
		<dc:creator>debtankersley</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://devblog.mapquest.com/?p=1158</guid>
		<description><![CDATA[MapQuest is providing several address files that contain user-provided latitude and longitude locations across the world. Our users provided these exact locations to us so that they could be mapped correctly on our MapQuest maps. There are currently three (3) main files &#8211; one for the United States, one for Canada and one for Europe. &#8230;]]></description>
			<content:encoded><![CDATA[<p>MapQuest is providing several address files that contain user-provided latitude and longitude locations across the world. Our users provided these exact locations to us so that they could be mapped correctly on our MapQuest maps.</p>
<p>There are currently three (3) main files &#8211; one for the United States, one for Canada and one for Europe.  More information can be found on <a href="http://wiki.openstreetmap.org/wiki/MapQuest/Critical_Addresses" target="_blank">our OSM wiki page.</a></p>
<p>We didn&#8217;t want to just import these addresses directly into OSM, but wanted them to be available to anyone that wanted to have them.  To be clear:</p>
<p>1. these addresses are user provided<br />
2. there is a high degree of ground-truth from these users<br />
3. they WANTED to be in the data and be correctly mapped<br />
4. we&#8217;ve checked with our lawyers, and yes, you can have them &#8211; UNENCUMBERED!</p>
<p>Our good friend, Ian Dees, has written a script to convert the files listed on the MapQuest wiki page into OSM format!  Check out the code <a href="https://gist.github.com/e18eb853907a73ff96e8" target="_blank">here on GitHub</a>.  Thanks Ian, you rock!</p>
<p>Happy mapping!</p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.mapquest.com/2011/03/02/all-our-addresses-are-belong-to-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s alive: open.mapquest.com!</title>
		<link>http://devblog.mapquest.com/2010/12/16/open-mapquest-com/</link>
		<comments>http://devblog.mapquest.com/2010/12/16/open-mapquest-com/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 13:18:28 +0000</pubDate>
		<dc:creator>debtankersley</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://devblog.mapquest.com/?p=892</guid>
		<description><![CDATA[Today, the MapQuest team launched the much anticipated site in the Open series: good ol&#8217; US of A open.mapquest.com!  Just like the 10 other international sites we&#8217;ve released since July 2010, this one is focused specifically on the United States and uses OpenStreetMap (OSM) data.  We&#8217;ve included all the great tools and features that you&#8217;ve&#8230;]]></description>
			<content:encoded><![CDATA[<div class="picture alignright" style="width: 303px"><a href="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/open_mapquest_com.png"><img class="  " title="open.mapquest.com" src="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/open_mapquest_com.png" alt="" width="303" height="188" /></a><p class="caption">open.mapquest.com</p></div>
<p>Today, the <a href="http://company.mapquest.com/2010/12/16/mapquest-extends-openstreetmap-partnership-with-launch-of-open-mapquest-com-in-u-s/" target="_blank">MapQuest team launched</a> the much anticipated site in the Open series: good ol&#8217; US of A <a href="http://open.mapquest.com" target="_blank">open.mapquest.com</a>!  Just like the 10 other international sites we&#8217;ve released since July 2010, this one is focused specifically on the United States and uses <a href="http://openstreetmap.org" target="_blank">OpenStreetMap</a> (OSM) data.  We&#8217;ve included all the great tools and features that you&#8217;ve become used to in the other open.mapquest.* sites:</p>
<p>- Map tiles updated every 15 minutes<br />
- Search results updated every 5 minutes<br />
- Driving directions updated daily<br />
- Draggable routes<br />
- Sharing and &#8220;send to&#8221; options<br />
- Right click anywhere on the map<br />
- Linking directly to <a href="http://open.mapquestapi.com/dataedit/" target="_blank">Potlatch 2 </a>or <a href="http://developer.mapquest.com/web/products/open/tools/guide#josm" target="_blank">JOSM</a> for easy editing<br />
- Map Toolbar for easy searching &#8211; including the &#8216;Places to Give&#8217; icon<br />
- 11 different languages to choose from: English, British  English, Danish, Dutch, French, Canadian French, German, Italian, Latin  American Spanish, Portuguese Spanish and Swedish</p>
<h3>Reporting Map and Route Errors (Bugs):</h3>
<div>
<div style="clear: both;">
<p>With our release today we&#8217;ve added a new feature that empowers every user to become an OSM contributor instantly: the ability to report on any map or route errors you see. No time to sign in and edit? No worries &#8211; you can report a bug without signing in &#8211; simply select the &#8220;report an error&#8221; link and fill out the information in the bug reporting window. The data error will be captured and waiting for you or anyone else to fix using the Potlatch 2 map editing tool. The error reporting tool uses Skobbler&#8217;s MapDust API to log and show errors (map or route data bugs) on the map that have been entered by people around the world.</p>
</div>
<div style="clear: both;">
<div class="mceTemp mceIEcenter">
<div>
<div class="picture alignleft" style="width: 174px"><a href="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/report-edit-left-nav.png"><img class=" " title="report bug error" src="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/report-edit-left-nav.png" alt="" width="174" height="81" /></a><p class="caption">report an error - left pane search result</p></div>
<div class="picture aligncenter" style="width: 158px"><a href="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/report-an-error_infowindow.png"><img title="report an error" src="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/report-an-error_infowindow.png" alt="" width="158" height="118" /></a><p class="caption">report an error or edit this location - map pop-up window</p></div>
</div>
<p style="text-align: left;">To view data errors in your map, click on the ladybug icon in the map toolbar (hovering over the ladybug icon will show the text: &#8216;Reported Bugs&#8217;) and if there are errors close by, they will be illustrated by the red ladybug icons.  Click on the icon(s) displayed on the map to activate a popup window which contains the logged data error information.  Also within that popup window, are links to correct the error in Potlatch 2 or JOSM.</p>
<p style="text-align: left;">
<div style="clear: both;">
<div class="picture alignleft" style="width: 171px"><a href="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/report_bug_toolbar.png"><img class=" " title="report bug - map toolbar" src="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/report_bug_toolbar.png" alt="" width="171" height="99" /></a><p class="caption">report bug icon on map toolbar</p></div>
<div class="picture alignleft" style="width: 234px"><a href="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/show_bugs.png"><img title="sample of a map error bug report" src="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/show_bugs.png" alt="" width="234" height="195" /></a><p class="caption">sample of a map error bug report</p></div>
</div>
<h3 style="clear: both;">‪</h3>
<p style="clear: both; text-align: left;">We&#8217;re showing these map and route errors to make the data even better in  the U.S. and throughout the world &#8211; but we need your help with  improving and fixing the underlying OSM data!  If you&#8217;d like a quick  read on how to choose the right editor for you or find out more about  editing OpenStreetMap data, click on: <a href="http://developer.mapquest.com/web/products/open/tools" target="_blank">http://developer.mapquest.com/web/products/open/tools</a>.</p>
<h3 style="clear: both; text-align: left;">Nominatim Update:</h3>
<div style="clear: both; text-align: left;">But, we’re not done with our Open Source presents – we have more! We updated the Nominatim Search Service API to now include a local (bounded) search, a route search, a facility search and much, much more!  The <a href="http://open.mapquestapi.com/nominatim/" target="_blank">Nominatim Developer&#8217;s Guide</a> has also been enhanced to include new samples, which combine searching and routing using the <a href="http://open.mapquestapi.com/directions/" target="_blank">Open Directions Service</a> (see: <a href="http://open.mapquestapi.com/nominatim/#search_route" target="_blank">Search Along a Route</a>) and new parameters.  <a href="http://developer.mapquest.com/web/products/open/nominatim" target="_blank">Click here for more information</a> on the MapQuest Developer Network.‬</div>
</div>
<h3>Potlatch 2 Updates:</h3>
<p>We now have the latest and greatest build of the Potlatch 2 Map Editing Tool! This <a href="http://trac.openstreetmap.org/log/applications/editors/potlatch2?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=24763&amp;stop_rev=24547&amp;limit=100" target="_blank">latest enhancement</a> includes additional speed limits, new icons for roads and paths in the left pane menu along with more features added, joining of nodes onto existing ways, tagging multiple roads or POIs all at once and lots of bug fixes too. Look at the latest version <a href="http://open.mapquestapi.com/dataedit/" target="_blank">here</a>! We&#8217;d love <a href="http://wiki.openstreetmap.org/wiki/Potlatch_2#Feedback_and_bugs" target="_blank">your feedback</a> on Potlatch 2 in general and if you&#8217;re available to do detailed testing using the Flash Debug Player, more information <a href="http://wiki.openstreetmap.org/wiki/Potlatch_2/Using_Flash_Debug_Player" target="_blank">can be found here</a> to help test.</p>
<h3>Map Style Updates:</h3>
<p>More and more updates! Many map style updates are included in our release today:  improved display of house numbers,buildings and grassy areas (such as within a zoo), labeling of one way street arrows and adding colors to foot paths and cycleways.</p>
<p>Happy Mapping Days!</p>
<div>
<div class="picture alignright" style="width: 259px"><a href="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/denver_zoo.png"><img class=" " title="Denver Zoo" src="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/denver_zoo.png" alt="" width="259" height="140" /></a><p class="caption">enclosure shading in zoo</p></div>
<div class="picture alignleft" style="width: 314px"><a href="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/address_labeling.png"><img title="improved house number labeling" src="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/address_labeling.png" alt="" width="314" height="341" /></a><p class="caption">improved house number labeling</p></div>
</div>
<div style="clear: both;">
<div class="picture alignleft" style="width: 396px"><a href="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/paths_style_update.png"><img title="foot paths style update" src="http://o.aolcdn.com/os/mapquest/blog/2010/12/open/paths_style_update.png" alt="" width="396" height="406" /></a><p class="caption">foot paths and cycleways style update</p></div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://devblog.mapquest.com/2010/12/16/open-mapquest-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedded Open Map Icon Voting Results!</title>
		<link>http://devblog.mapquest.com/2010/10/25/open-map-icon-results/</link>
		<comments>http://devblog.mapquest.com/2010/10/25/open-map-icon-results/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 14:46:46 +0000</pubDate>
		<dc:creator>debtankersley</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://devblog.mapquest.com/?p=678</guid>
		<description><![CDATA[Thanks all for helping us with our open.mapquest.* sites embedded map icon survey!  We had 74 respondents from all over the world who completed the survey!  Here&#8217;s the breakdown by country: Argentina (1), Austria (1), Belgium (3), Brazil (1), Canada (1), Chile (1), Denmark (2), Finland (1), France (2), Germany (15), Hungary (1), Indonesia (1),&#8230;]]></description>
			<content:encoded><![CDATA[<p>Thanks all for helping us <img class="alignright" title="icon survey results by country" src="http://o.aolcdn.com/os/mapquest/blog/2010/10/open-blogs/icon-survey-results-by-country" alt="" width="403" height="175" />with our open.mapquest.* sites <a href="http://devblog.mapquest.com/2010/10/14/voting-time-pick-your-favorite-icons/" target="_blank">embedded map icon survey</a>!  We had 74 respondents from all over the world who completed the survey!  Here&#8217;s the breakdown by country: Argentina (1), Austria (1), Belgium (3), Brazil (1), Canada (1), Chile (1), Denmark (2), Finland (1), France (2), Germany (15), Hungary (1), Indonesia (1), Ireland (3), Italy (2), Japan (1), Netherlands (1), Norway (2), Poland (1), Spain (1), Switzerland (2), UK (12), US (16), and Unknown (3).</p>
<p>We had some clear &#8220;winners&#8221; for the icon selections and had some very good additional requests as well! Here&#8217;s the textual breakdown in a pretty chart format showing the top selections.  Some of the additional map icon requests were quite interesting!  Take a gander at a portion of the additional icon requests <img class="alignleft" title="icon selections - full results" src="http://o.aolcdn.com/os/mapquest/blog/2010/10/open-blogs/icon-survey-results-by-selection-FULL" alt="" width="270" height="324" />that we collected:</p>
<p><em>benches, better pedestrian streets, prominent footways, bicycle parking, bike shop, charity shops, coffee shops, confectionery, diving, drinking water (drinking fountain), fire hydrant, nodes of the cycle network, places of worship, police station, power generators, public washrooms, recreational/hiking/biking paths and trails, schools, social media, stadium, toilets, tourist attractions, towers, tram stop, bus stop, UFO sighting, wind turbines</em></p>
<p>As we expand our existing map styles to include the new icons, I&#8217;m sure we&#8217;ll be able to make updates to bring in a lot of the requests listed above too!  However, not so sure that we&#8217;ll be able to do the UFO sightings because there doesn&#8217;t seem to be any in <a href="http://openstreetmap.org" target="_blank">OSM</a> yet, according to the <a href="http://taginfo.openstreetmap.de/search?search=ufo" target="_blank">Taginfo site</a>!</p>
<p>Thanks again for voting and here&#8217;s <a href="http://developer.mapquest.com/web/products/featured/open-source" target="_blank">a link to our Developer Network</a> showing all the latest news on MapQuest&#8217;s Open Source Project!</p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.mapquest.com/2010/10/25/open-map-icon-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>W00t! More Updates: Address Point Geocoding, Map Styles, &amp; Free Edition Geocoder Data</title>
		<link>http://devblog.mapquest.com/2010/01/20/w00t-more-updates-address-point-geocoding-map-styles-amp-free-edition-geocoder-data/</link>
		<comments>http://devblog.mapquest.com/2010/01/20/w00t-more-updates-address-point-geocoding-map-styles-amp-free-edition-geocoder-data/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 07:00:00 +0000</pubDate>
		<dc:creator>debtankersley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://devblog.mapquest.com/2010/01/20/w00t-more-updates-address-point-geocoding-map-styles-and-free/</guid>
		<description><![CDATA[Last week, we released some really great new stuff for the MapQuest Platform: address point geocoding data for the United States for our Enterprise Edition customers, a new default static map style for all SDK users and Navteq United States street level geocoding data for our Free Edition folks! Address Point Geocoding Address Point Geocoding&#8230;]]></description>
			<content:encoded><![CDATA[<p>Last week, we released some really great new stuff for the MapQuest Platform:  address point geocoding data for the United States for our Enterprise Edition customers, a new default static map style for all <abbr title="Software Development Kit">SDK</abbr> users and Navteq United States street level geocoding data for our Free Edition folks!</p>
<h3>Address Point Geocoding</h3>
<p>Address Point Geocoding (<abbr title="Address Point Geocoding">APG</abbr>) data for the MapQuest Platform is a great win for our customers &#8211; enabling more accurate placement of your location on the map and improved routing as well.  Using <abbr title="Address Point Geocoding">APG</abbr> is easy &#8211; it&#8217;s already built into our default geocoding configuration, so you don&#8217;t have to change any configuration files or code &#8211; we&#8217;re returning exact matches with APG using <code>L1AAA</code> as the quality code and &#8220;<code>ntus_strpt</code>&#8221; as the vendor name for Enterprise Edition versions 5.* and older, <code>P1AAA</code> for the new geocoding service SDK&#8217;s and two sets of latitude/longitude pairs that show the parcel center and snap-to-street latitude/longitude.   You can read more about <abbr title="Address Point Geocoding">APG</abbr> in a blog post we did last year:  &#8220;<a href="http://devblog.mapquest.com/2009/12/17/address-point-data-now-in-the-beta-geocoding-service/"><abbr title="Address Point Geocoding">APG</abbr> now in Beta Geocoding Service</a>.&#8221;</p>
<p>Here are a couple samples using the <abbr title="Address Point Geocoding">APG</abbr> data &#8211; red star is interpolated location, blue star is center of parcel and green star is using APG:</p>
<p style="text-align: center"><img class="border1" src="http://www.blogcdn.com/devblog.mapquest.com/media/2010/01/apg_sample_image.png" alt="Address Point Example 1" /></p>
<p style="text-align: center"><img src="http://www.blogcdn.com/devblog.mapquest.com/media/2010/01/apg_sample_image2.png" alt="Address Point Example 2" /></p>
<h3>New Map Styles</h3>
<p>In December 2009, we released the new map styles for our tiled maps that included terrain &#8211; we now have the same great new style for our static (or dynamic) maps.   If your static maps are using an older map style, you can simply change your code to use &#8220;<code>2k9a</code>&#8221; as your new map style.   If you&#8217;re already using the default map style &#8211; you&#8217;ve already been upgraded, nothing to do on your side!   If your business model includes printing static maps &#8211; we suggest using a high <abbr title="dots per inch">DPI</abbr> raster image setting in order to capture the lakes/terrain data with the new map styles.  Want to know more?  Read: &#8220;<a href="http://blog.mapquest.com/2009/10/29/mapquest-introduces-our-new-map-styles-and-more/">MapQuest Introduces our New Map Styles and More!</a>&#8221;</p>
<p>A sample new static (dynamic) map:</p>
<p style="text-align: center"><img src="http://www.blogcdn.com/devblog.mapquest.com/media/2010/01/new_map_style.png" alt="New Map Style" /></p>
<h3>Free Edition Geocoding Update</h3>
<p>And finally, we&#8217;re very proud to announce that Navteq United States street level geocoding for Free Edition has replaced the older <abbr title="Topologically Integrated Geographic Encoding and Referencing">TIGER</abbr> (Topologically Integrated Geographic Encoding and Referencing) data that is freely available from the United States Census Bureau.  Navteq populates and verifies their data by driving the roads as well as through user generated updates to that data; <abbr title="Topologically Integrated Geographic Encoding and Referencing">TIGER</abbr> data is updated much less frequently.   We&#8217;re happy to provide the same level of quality data that our Enterprise and Developer Edition applications have been using for years via the MapQuest Platform!</p>
]]></content:encoded>
			<wfw:commentRss>http://devblog.mapquest.com/2010/01/20/w00t-more-updates-address-point-geocoding-map-styles-amp-free-edition-geocoder-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
