<?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>Map Scripting &#187; Geo News</title>
	<atom:link href="http://mapscripting.com/topic/geo-news/feed" rel="self" type="application/rss+xml" />
	<link>http://mapscripting.com</link>
	<description>Create Location-based Web Applications</description>
	<lastBuildDate>Mon, 13 Jun 2011 03:51:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>U.S. State Boundaries to use in Maps</title>
		<link>http://mapscripting.com/state-boundaries</link>
		<comments>http://mapscripting.com/state-boundaries#comments</comments>
		<pubDate>Sat, 31 Jul 2010 23:53:54 +0000</pubDate>
		<dc:creator>AdamD</dc:creator>
				<category><![CDATA[Geo News]]></category>

		<guid isPermaLink="false">http://mapscripting.com/?p=444</guid>
		<description><![CDATA[Perhaps you&#8217;ve seen those maps with geographic regions shaded particular colors? That&#8217;s called a Choropleth map and you can create one for U.S. states using simple polygons in Mapstraction. In order to create these shapes, you need the latitude/longitude points that make them up. For some states, that means many points. It takes a lot [...]]]></description>
			<content:encoded><![CDATA[<p>Perhaps you&#8217;ve seen those maps with geographic regions shaded particular colors? That&#8217;s called a <a href="http://mapscripting.com/add-visualizations-to-your-google-maps-with-cartographer">Choropleth map</a> and you can create one for U.S. states using simple polygons in Mapstraction.</p>
<p style="text-align: center;"><img src="http://mapscripting.com/tmpimg/state-shapes.jpg" alt="Four corners state shapes" width="292" height="271" /></p>
<p>In order to create these shapes, you need the latitude/longitude points that make them up. For some states, that means many points. It takes a lot of work to collect the data, but <a href="http://www.mapmash.in/">Rakshith of MapMash</a> has saved us all work.</p>
<p>You can download the <a href="http://mapscripting.com/examples/overlays/states.xml">state boundaries XML</a>, or see one of the two JavaScript-ready versions below.</p>
<p>First, this follows the simple <a href="http://mapscripting.com/examples/overlays/states.html">Four Corners Example</a> from the book, with a variable for each state.</p>
<p><code>var alaska = [new mxn.LatLonPoint(70.0187, -141.0205),<br />
new mxn.LatLonPoint(70.1292, -141.7291),<br />
... new mxn.LatLonPoint(70.0187, -141.0205)];<br />
var alabama = [new mxn.LatLonPoint(35.0041, -88.1955),<br />
new mxn.LatLonPoint(34.9918, -85.6068), ...</code><br />
&raquo; <a href="http://mapscripting.com/examples/overlays/states.js">Simple JavaScript version</a></p>
<p>A more advanced version uses an object to hold the state name as a key and the collection of points as the value.</p>
<p><code>var statesobj = {"Alaska": [new mxn.LatLonPoint(70.0187, -141.0205),<br />
new mxn.LatLonPoint(70.1292, -141.7291),<br />
... new mxn.LatLonPoint(70.0187, -141.0205)],<br />
"Alabama": [new mxn.LatLonPoint(35.0041, -88.1955),<br />
new mxn.LatLonPoint(34.9918, -85.6068), ...</code><br />
&raquo; <a href="http://mapscripting.com/examples/overlays/statesobj.js">JavaScript object version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mapscripting.com/state-boundaries/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy 5th Birthday, Google Maps API</title>
		<link>http://mapscripting.com/happy-5th-birthday-google-maps-api</link>
		<comments>http://mapscripting.com/happy-5th-birthday-google-maps-api#comments</comments>
		<pubDate>Tue, 29 Jun 2010 07:12:04 +0000</pubDate>
		<dc:creator>AdamD</dc:creator>
				<category><![CDATA[Geo News]]></category>

		<guid isPermaLink="false">http://mapscripting.com/?p=383</guid>
		<description><![CDATA[It&#8217;s been five years since Google released the first version of its mapping API. Almost instantly the term &#8220;mashup&#8221; became synonymous with plotting data from one source on Google Maps. And since then, it&#8217;s gone from fun little toy to extremely useful tool. And while I appreciate all mapping APIs, it&#8217;s important to note this [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mapscripting.com/tmpimg/googlemaps-5years.jpg" width="400" height="324" alt="Google Maps API celebrates five years" /></p>
<p>It&#8217;s been five years since Google released the first version of its mapping API. Almost instantly the term &#8220;mashup&#8221; became synonymous with plotting data from one source on Google Maps. And since then, it&#8217;s gone from fun little toy to extremely useful tool. And while <a href="http://mapscripting.com/which-maps-api-should-i-use">I appreciate all mapping APIs</a>, it&#8217;s important to note this milestone for the influential platform. Let&#8217;s look where we are and how far we&#8217;ve come.</p>
<p>It&#8217;s easy to forget now, but the API followed some unofficial hacks (we <a href="http://blog.programmableweb.com/2010/04/08/the-fifth-anniversary-of-map-mashups-on-the-web/">celebrated this anniversary in April</a>). Adrian Holovaty&#8217;s <a href="http://chicago.everyblock.com/">ChicagoCrime</a> plotted public crime data in Chicago. Paul Rademacher&#8217;s <a href="http://www.housingmaps.com/">HousingMaps</a> let house hunters browse Craigslist visually. Holovaty&#8217;s site went on to become <a href="http://www.everyblock.com/">EveryBlock</a> and roll its own mapping platform. Rademacher now works at Google.</p>
<p><strong>Initial Reaction</strong></p>
<p>There was tremendous excitement surrounding the announcement, Google making it official. Yet it&#8217;s quaint to realize that Google&#8217;s announcement came via a <a href="http://googleblog.blogspot.com/2005/06/world-is-your-javascript-enabled_29.html">three sentence blog post</a> and a spot on stage at the very first Where 2.0 Conference. It was not covered in TechCrunch&#8211;the site had <a href="http://techcrunch.com/2005/06/">barely launched</a>.</p>
<p>I <a href="http://www.adamduvander.com/simple/the-moment-youve-all-been-waiting-for">excitedly wrote about it</a> on my own blog and quickly added maps to my <a href="http://www.wifipdx.com/">Portland WiFi finder</a>.</p>
<p><strong>Everyone Adds a Mapping API</strong></p>
<p>The Google Maps API probably didn&#8217;t take other map provider&#8217;s by surprise. Yahoo, for example, announced its API the following day. If it had been easier to use and wasn&#8217;t Flash-based, we might be living on a different geo web. Less than a month later Microsoft had Virtual Earth.</p>
<p>And around the same time the open source project <a href="http://mapstraction.com/">Mapstraction</a> was born. It now covers about a dozen mapping APIs with a single interface.</p>
<p><strong>The Cutting Edge</strong></p>
<p>It&#8217;s no longer enough to simply have a map. If it was, there wouldn&#8217;t have been much of a reason for me to <a href="http://mapscripting.com/book">write a book</a>. Innovative developers will always push the boundaries, but here are some ways APIs are making it easier to create unique map apps:</p>
<ul>
<li><strong>Change your actual map imagery</strong>: <a href="http://www.openstreetmap.org/">Open Street Map</a> beget <a href="http://cloudmade.com/">CloudMade</a>, which had to have inspired <a href="http://blog.programmableweb.com/2010/05/20/make-your-google-map-stand-out-with-styles/">Google&#8217;s map styling</a>. Now anyone can have a truly custom map.</li>
<li><strong>Access data, where you want it</strong>: Administrating a geo database used to be hard. Now you can store your data in the cloud with <a href="http://code.google.com/apis/maps/documentation/mapsdata/">My Maps Data</a> or <a href="http://simplegeo.com/">SimpleGeo</a>. Or, if you want at public data, there are any number of sources to get just the information you need at the moment where you application needs it.</li>
<li><strong>Mobilize your maps</strong>: The potential of the mobile web is being realized. Smart phones know our location and can display the Real Web on beautiful, touchable screens. Unfortunately, the bandwidth and processing power on a tiny little phone isn&#8217;t quite up to computer speeds. That means that the speed of mapping APIs is becoming even more important. That&#8217;s why we saw Google switch to version 3, which was initially built with mobile devices in mind.</li>
</ul>
<p><strong>Maps in 2015</strong></p>
<p>Will this post look as quaint in five years as the Maps API announcements from 2005 do now? Probably. With as much as we&#8217;ve packed into the Map mashup era so far, we&#8217;re moving even faster now. Thanks to Google Maps&#8211;and the developers who use any mapping APIs&#8211;we&#8217;re just getting started exploring the world around us.</p>
]]></content:encoded>
			<wfw:commentRss>http://mapscripting.com/happy-5th-birthday-google-maps-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Map Scripting &amp; Design</title>
		<link>http://mapscripting.com/map-scripting-design</link>
		<comments>http://mapscripting.com/map-scripting-design#comments</comments>
		<pubDate>Fri, 23 Apr 2010 18:28:31 +0000</pubDate>
		<dc:creator>AdamD</dc:creator>
				<category><![CDATA[Geo News]]></category>

		<guid isPermaLink="false">http://mapscripting.com/?p=366</guid>
		<description><![CDATA[There are so many great tools for creating maps on the web, but so many maps are still boring (some of mine included!). There is an opportunity to set your maps apart, as I described in my SXSW talk. Also, the interaction with maps and their associated processes are still being figured out. This is [...]]]></description>
			<content:encoded><![CDATA[<p>There are so many great tools for creating maps on the web, but so many maps are still boring (some of mine included!). There is an opportunity to set your maps apart, as I described in my <a href="http://mapscripting.com/way-cool">SXSW talk</a>. Also, the interaction with maps and their associated processes are still being figured out. This is another area where designers can make a huge impact.</p>
<p>I recently gave a talk at <a href="http://refreshpdx.com/">Refresh Portland</a> with this message. I&#8217;ve embedded my slides below and pulled out a couple links I mentioned:</p>
<ul>
<li><a href="http://www.mapmash.in/election_map.html">Election map</a></li>
<li><a href="http://warper.geothings.net/">Map Warper</a> (for image overlays)</a></li>
<li><a href="http://maps.cloudmade.com/editor">CloudMade Style Editor</a></li>
<li><a href="http://tiledrawer.com/">Tile Drawer</a></li>
<li><a href="http://8bitnyc.com/">8 Bit NYC</a></li>
<li><a href="http://mapscripting.com/examples/nestoria/swap.html">Auto-swapping map</a></li>
</ul>
<p>If you&#8217;re interested in walking through a map project together, from the basics to plotting data from outside services, I&#8217;m giving a half-day workshop, <a href="http://duv.ly/mapdeal">Hands On Map Scripting</a>, at WebVisions.</p>
<p><object width="400" height="334"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=map-design-100423125745-phpapp02&#038;stripped_title=map-scripting-design" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=map-design-100423125745-phpapp02&#038;stripped_title=map-scripting-design" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="334"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mapscripting.com/map-scripting-design/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Share Your Location: It&#8217;s Not Creepy, It&#8217;s the Future</title>
		<link>http://mapscripting.com/share-your-location-its-not-creepy-its-the-future</link>
		<comments>http://mapscripting.com/share-your-location-its-not-creepy-its-the-future#comments</comments>
		<pubDate>Thu, 24 Dec 2009 20:01:03 +0000</pubDate>
		<dc:creator>AdamD</dc:creator>
				<category><![CDATA[Geo News]]></category>

		<guid isPermaLink="false">http://mapscripting.com/?p=303</guid>
		<description><![CDATA[I recently gave a five minute talk at Ignite Corvallis about sharing location. I covered several services to share location and hopefully made it clear that they are moving toward the mainstream. Since the audience was filled with early adopter types, I suggested that they have the obligation to lay the groundwork for the future. [...]]]></description>
			<content:encoded><![CDATA[<p>I recently gave a five minute talk at <a href="http://ignitecorvallis.com/">Ignite Corvallis</a> about sharing location. I covered several services to share location and hopefully made it clear that they are moving toward the mainstream. Since the audience was filled with early adopter types, I suggested that they have the obligation to lay the groundwork for the future.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/RqKhmijDNo8&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RqKhmijDNo8&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>And if you are reading this, so do you. To get started <a href="http://www.youtube.com/watch?v=RqKhmijDNo8">watch my talk</a>, which is also embedded in this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://mapscripting.com/share-your-location-its-not-creepy-its-the-future/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Visualizations to Your Google Maps With Cartographer</title>
		<link>http://mapscripting.com/add-visualizations-to-your-google-maps-with-cartographer</link>
		<comments>http://mapscripting.com/add-visualizations-to-your-google-maps-with-cartographer#comments</comments>
		<pubDate>Tue, 24 Nov 2009 06:41:06 +0000</pubDate>
		<dc:creator>AdamD</dc:creator>
				<category><![CDATA[Geo News]]></category>

		<guid isPermaLink="false">http://mapscripting.com/?p=294</guid>
		<description><![CDATA[Using standard markers gets pretty quickly crowded if you have many points. And it&#8217;s not always the best way to describe data. Cartographer is a new library that helps you add better content to your maps. Currently it contains three types of data visualization: Choropleth Choropleths are the official name of the maps that shade [...]]]></description>
			<content:encoded><![CDATA[<p>Using standard markers gets pretty quickly crowded if you have many points. And it&#8217;s not always the best way to describe data. <a href="http://cartographer.visualmotive.com/">Cartographer</a> is a new library that helps you add better content to your maps.</p>
<p>Currently it contains three types of data visualization:</p>
<p><strong>Choropleth</strong><br />
<img src="http://mapscripting.com/wp-content/uploads/2009/11/cartographer-choropleth.jpg" alt="Choropleth map in Cartographer" title="Choropleth map in Cartographer" width="400" height="250" class="aligncenter size-full wp-image-298" /></p>
<p>Choropleths are the official name of the maps that shade regions based on data. They became popular in recent U.S. presidential elections to show which candidate was in the lead, but they&#8217;re useful for holding any type of data that can be aggregated at a regional level.</p>
<p><strong>Pie Charts</strong><br />
<img src="http://mapscripting.com/wp-content/uploads/2009/11/cartographer-piecharts.jpg" alt="Pie Chart map in Cartographer" title="Pie Chart map in Cartographer" width="400" height="200" class="aligncenter size-full wp-image-296" /></p>
<p>These are useful for communicating multiple bits of data per location. For example, you might show how many of each age group live in many cities. If each city has a pie chart connected to it, you can show a lot of data at a glance.</p>
<p><strong>Cluster Map</strong><br />
<img src="http://mapscripting.com/wp-content/uploads/2009/11/cartographer-cluster.jpg" alt="Cluster map in Cartographer" title="Cluster map in Cartographer" width="400" height="250" class="aligncenter size-full wp-image-295" /></p>
<p>The most common way to display many markers is to cluster many together for zoomed-out views. Cartographer does this and even gives a visual idea of how many points are below each area by varying the size of the cluster. Users can then zoom in to see more and Cartographer re-clusters where necessary.</p>
<p>Cartographer only works with Google Maps and also requires the <a href="http://raphaeljs.com/">Raphael JavaScript library</a> for SVG graphics. There is a lot of value in these sorts of libraries that build upon basic functionality of mapping providers.</p>
<p>via <a href="http://mikeduffy.typepad.com">Mike Duffy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mapscripting.com/add-visualizations-to-your-google-maps-with-cartographer/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Download Custom Markers for Your Map</title>
		<link>http://mapscripting.com/download-custom-markers</link>
		<comments>http://mapscripting.com/download-custom-markers#comments</comments>
		<pubDate>Sat, 31 Oct 2009 23:41:32 +0000</pubDate>
		<dc:creator>AdamD</dc:creator>
				<category><![CDATA[Geo News]]></category>

		<guid isPermaLink="false">http://mapscripting.com/?p=287</guid>
		<description><![CDATA[If you don&#8217;t want to make your own markers for your map, the next best is to download some icon sets to use. Then, add custom markers to your map by simply including the URL to your chosen image. Below are some excellent sources for many great-looking markers. This post is evolving&#8211;if you know more, [...]]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t want to make your own markers for your map, the next best is to download some icon sets to use. Then, <a href="http://mapscripting.com/custom-markers">add custom markers to your map</a> by simply including the URL to your chosen image.</p>
<p>Below are some excellent sources for many great-looking markers. This post is evolving&#8211;if you know more, leave a comment and I&#8217;ll include it.</p>
<p><strong><a href="http://code.google.com/p/google-maps-icons/">Map Icons Collection</a></strong><br />
<img src="http://mapscripting.com/wp-content/uploads/2009/10/markers-iconproj.gif" alt="Google Maps Icons" title="Google Maps Icons" width="400" height="158" class="aligncenter size-full wp-image-288" /></p>
<p>600 free icons, broken down by category. Available all at once, one-at-a-time, or in curated packs.</p>
<p><strong><a href="http://cartosoft.com/mapicons/">Cartosoft mapicon Factory</a></strong><br />
<img src="http://mapscripting.com/wp-content/uploads/2009/10/markers-cartosoft.gif" alt="Cartosoft mapicon Factory" title="Cartosoft mapicon Factory" width="393" height="176" class="aligncenter size-full wp-image-289" /></p>
<p>Build your own by choosing the shape, color and contents of each marker icon.</p>
]]></content:encoded>
			<wfw:commentRss>http://mapscripting.com/download-custom-markers/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Joining the Geomena Project</title>
		<link>http://mapscripting.com/joining-the-geomena-project</link>
		<comments>http://mapscripting.com/joining-the-geomena-project#comments</comments>
		<pubDate>Wed, 16 Sep 2009 05:02:37 +0000</pubDate>
		<dc:creator>AdamD</dc:creator>
				<category><![CDATA[Geo News]]></category>

		<guid isPermaLink="false">http://mapscripting.com/?p=255</guid>
		<description><![CDATA[The Geomena Project is creating a database of WiFi IDs and geographic coordinates. It&#8217;s sort of a structured wiki in that anyone can add new points or update previous ones. The real fun comes in querying it to determine location based on the WiFi networks nearby. I&#8217;m thrilled to be joining Don Park on this [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://geomena.org/">Geomena Project</a> is creating a database of WiFi IDs and geographic coordinates. It&#8217;s sort of a structured wiki in that anyone can add new points or update previous ones. The real fun comes in querying it to determine location based on the WiFi networks nearby. I&#8217;m thrilled to be joining <a href="http://donpark.org/">Don Park</a> on this project.</p>
<p>WiFi geolocation is moving towards ubiquity in the browser. Firefox 3.5 comes pre-installed with the ability for users to share their location and other browsers are adding it. Thanks to standards, the same code that works in Firefox also lets you <a href="http://mapscripting.com/how-to-use-geolocation-in-mobile-safari">get the latitude and longitude of your iPhone</a>, for example. However, the underlying data is closed and cannot be updated or appended. Geomena is looking to open this up, available for anybody.</p>
<p>I&#8217;ve known Don for several years, as our paths have crossed in the open source, public WiFi and geo communities. Geomena is a great opportunity for us to blend all three. There is a lot to do to make it easy to contribute to the database, as well as benefit from it by geolocating users. We&#8217;ve discussed browser plugins, location games and a read/write API. If the project interests you, we&#8217;d welcome collaboration. I&#8217;ll likely post some here about it, and you can follow more updates at <a href="http://geomena.org/">geomena.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mapscripting.com/joining-the-geomena-project/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Gives Me My Location Data</title>
		<link>http://mapscripting.com/google-gives-me-my-location-data</link>
		<comments>http://mapscripting.com/google-gives-me-my-location-data#comments</comments>
		<pubDate>Tue, 19 May 2009 17:49:44 +0000</pubDate>
		<dc:creator>AdamD</dc:creator>
				<category><![CDATA[Geo News]]></category>

		<guid isPermaLink="false">http://mapscripting.com/?p=145</guid>
		<description><![CDATA[I&#8217;ve been remiss to note that Google opened Latitude, their location-sharing site, to provide access to the data. Since I complained that was missing at launch, it&#8217;s only fair that I give credit when they make it right. It is not your standard API, but does take a simple approach by using a feed. If [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mapscripting.com/wp-content/uploads/2009/05/google-latitude-data.png" alt="Google Latitude -- now with open data" title="Google Latitude -- now with open data" width="418" height="298" /></p>
<p>I&#8217;ve been remiss to note that <a href="http://radar.oreilly.com/2009/05/googles-sneaky-launch-of-latitudes-location-sharing-api.html">Google opened Latitude</a>, their location-sharing site, to provide access to the data. Since I <a href="http://mapscripting.com/google-opening-location-sharing-doors">complained that was missing at launch</a>, it&#8217;s only fair that I give credit when they make it right.</p>
<p>It is not your standard API, but does take a simple approach by using a feed. If you opt in, you can get your location in JSON, KML, or an HTML/JavaScript widget to add to your website. If you&#8217;re already set up with Latitude, find out how to <a href="http://www.google.com/latitude/apps/badge">get your data here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mapscripting.com/google-gives-me-my-location-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware &#8220;Hackable&#8221; My Maps</title>
		<link>http://mapscripting.com/beware-hackable-my-maps</link>
		<comments>http://mapscripting.com/beware-hackable-my-maps#comments</comments>
		<pubDate>Tue, 21 Apr 2009 23:04:07 +0000</pubDate>
		<dc:creator>AdamD</dc:creator>
				<category><![CDATA[Geo News]]></category>

		<guid isPermaLink="false">http://mapscripting.com/?p=137</guid>
		<description><![CDATA[When I looked into how NPR was plotting a road trip, I discovered they were using Google My Maps. The two year old feature lets anyone manually create a mashup. It has a great feature-set, can be embedded and you can even collaborate with friends. That last item led to another realization: NPR&#8217;s map was [...]]]></description>
			<content:encoded><![CDATA[<p>When I looked into how <a href="http://mapscripting.com/npr-plots-an-economic-road-trip">NPR was plotting a road trip</a>, I discovered they were using Google My Maps. The two year old feature lets anyone manually create a mashup. It has a great feature-set, can be embedded and you can even collaborate with friends.</p>
<p>That last item led to another realization: NPR&#8217;s map was publicly editable.</p>
<p><img src="http://mapscripting.com/wp-content/uploads/2009/04/100days-editedmap.jpg" alt="NPR&#039;s site with edited map" title="NPR&#039;s site with edited map" width="420" height="254" /></p>
<p>I was shocked when my edited icon really showed up on NPR&#8217;s site (via the embedded map). Even though the My Maps settings seemed to allow editing, it felt wrong to be controlling a piece of public radio&#8217;s flagship site.</p>
<p>I moved my icon down to Panama, where most wouldn&#8217;t see it. Then I promptly emailed the addresses listed as other collaborators. I wanted to leave the map edited, because I was worried that they wouldn&#8217;t fix it if it didn&#8217;t appear broken.</p>
<p><img src="http://mapscripting.com/wp-content/uploads/2009/04/mymaps-collaborators.png" alt="Collaborators pane in My Maps" title="Collaborators pane in My Maps" width="261" height="137" style="float: right;" /><strong>How to Keep Me From Editing Your Maps</strong></p>
<p>NPR wanted several reporters and support staff to have access to the map. &#8220;Allow anyone to edit this map&#8221; must have seemed like the right setting at the time. Unless you want truly anyone to be able to edit the map (and there are many great examples of crowdsourced My Maps), you&#8217;ll want to make sure to leave that option unchecked.</p>
<p><strong>It&#8217;s a Feature, Not a Bug</strong></p>
<p>To be clear, I didn&#8217;t hack anything. There are examples of crowdsourced My Maps that are publicly editable by design, like <a href="http://englishmannj.blogspot.com/2009/01/great-fish-chips-map.html">The Great Fish &amp; Chips Map</a>. There are times for maps to be edited by one person, a group of people and by the whole world. Just make sure you have the setting for your situation.</p>
]]></content:encoded>
			<wfw:commentRss>http://mapscripting.com/beware-hackable-my-maps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Map Your Family in Realtime</title>
		<link>http://mapscripting.com/map-your-family-in-realtime</link>
		<comments>http://mapscripting.com/map-your-family-in-realtime#comments</comments>
		<pubDate>Fri, 17 Apr 2009 05:51:45 +0000</pubDate>
		<dc:creator>AdamD</dc:creator>
				<category><![CDATA[Geo News]]></category>

		<guid isPermaLink="false">http://mapscripting.com/?p=127</guid>
		<description><![CDATA[No need to call up your significant other and ask &#8220;where are you?&#8221; If you&#8217;re a customer of three of the biggest mobile phone companies, you can just check their website. AT&#038;T recently announced its FamilyMap service, which you can use to track the locations of family plan members. The system undoubtedly uses cell phone [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mapscripting.com/wp-content/uploads/2009/04/att-familymap.png" alt="AT&amp;T Family Map" title="AT&amp;T Family Map" width="420" height="385" class="aligncenter size-full wp-image-126" /></p>
<p>No need to call up your significant other and ask &#8220;where are you?&#8221; If you&#8217;re a customer of three of the biggest mobile phone companies, you can just check their website. AT&#038;T recently announced its <a href="https://familymap.wireless.att.com/finder-att-family/welcome.htm">FamilyMap</a> service, which you can use to track the locations of family plan members.</p>
<p>The system undoubtedly uses cell phone towers, so we aren&#8217;t looking at extreme accuracy. If you live in a city it certainly zeroes you in on an area of town. The technology has existed for years, with Verizon and Sprint each coming out with their version in 2006. Before that it was apparently only used by law enforcement (and law enforcement television shows).</p>
<p>Much like Google&#8217;s Latitude, this is starting an <a href="http://mapscripting.com/google-opening-location-sharing-doors">important conversation about location</a>. Also like Latitude, I really wish the phone carriers included APIs so I can access my own data.</p>
<p><a href="http://blog.wired.com/business/2009/04/att-wireless-of.html">via Wired</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mapscripting.com/map-your-family-in-realtime/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

