<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with maps</title>
      <link>http://ask.metafilter.com/tags/maps</link>
      <description>Questions tagged with 'maps' at Ask MetaFilter.</description>
	  <pubDate>Tue, 30 Apr 2013 11:05:40 -0800</pubDate> <lastBuildDate>Tue, 30 Apr 2013 11:05:40 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>App/site for making/navigating customized map</title>
	<link>http://ask.metafilter.com/240113/Appsite%2Dfor%2Dmakingnavigating%2Dcustomized%2Dmap</link>	
	<description>There are a bunch of trips I&apos;d like to take. I read about these places for years. I want to be able to save the addresses of places I&apos;m interested in, as I read about them. I want to, eventually, be able to create a customized map of my destination; and ideally have this map integrate with an iphone app that will display the map and help me navigate among my destinations. Is this a thing? Here&apos;s an example of the sort of thing I want. Say I want to plan a trip to Paris. Over the years, I will read a lot of articles about things to see and eat in Paris. When I read an article mentioning a place, I&apos;d like to be able to save the location to this repository. (Or even better, say if a friend just tells me about it, I&apos;d like to be able to enter it by name and have my tool find the address.) Then, when I&apos;m ready to go, I want to be able to view a map of Paris with all my locations indicated on it, superimposed on a regular street map so it&apos;s navigable. Then, when I go to Paris. I&apos;ll look at my map in the morning to figure out an itinerary that integrates my locations. Then as I wander along, I can also use my phone to figure out what&apos;s nearest, like &quot;here we are by Notre Dame, and just a block away is that chocolate place and also the brasserie, choose one and I&apos;ll navigate you there.&quot; &lt;br&gt;
&lt;br&gt;
Is there a tool for this? Doesn&apos;t it seem like there should be?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.240113</guid>
	<pubDate>Tue, 30 Apr 2013 11:05:40 -0800</pubDate>
	<category>apps</category>
	<category>maps</category>
	<category>travel</category>
	<dc:creator>fingersandtoes</dc:creator>
	</item>
	<item>
	<title>Scraping an online locator?</title>
	<link>http://ask.metafilter.com/239893/Scraping%2Dan%2Donline%2Dlocator</link>	
	<description>I am trying to scrape online locators that use google maps. I only know HTML and CSS, so, I am looking for programs or fairly simple workarounds. &lt;a href=&quot;http://www.hermanmiller.com/header/where-to-buy.html&quot;&gt;Here&lt;/a&gt; is something similar to what I&apos;m talking about, though this is not one of the sites I&apos;d like to scrape. The user inputs their zip, and perhaps selects a few options and a radius, and then some sort of list of dealers or people within that radius is generated.&lt;br&gt;
&lt;br&gt;
I have an &quot;outline&quot; of what I &lt;em&gt;could&lt;/em&gt; do, but I am no brainiac and would have to research further to learn how to execute my plan, so I would really love some feedback from the experts on ask mefi.&lt;br&gt;
&lt;br&gt;
1. Acquire list of all zip codes in US and import into excel. Then, make macro to generate a URL for every possible search of zips on the locator site I am using (EXAMPLE: www.hermanmiller.com/DealerLocator/&amp;amp;postalcode=02133 ; EXAMPLE: www.hermanmiller.com/DealerLocator/&amp;amp;postalcode=09190).&lt;br&gt;
&lt;br&gt;
2. Make a scraper that combs through the right fields in the search return (business name, phone #, etc)&lt;br&gt;
&lt;br&gt;
3. Make an automation that runs the scraper for every single URL in my excel file. &lt;br&gt;
&lt;br&gt;
Can this be done in OutWit Hub? I have managed to make the scraper in the lite, version, at least, but have yet to make a zip list or automation.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.239893</guid>
	<pubDate>Fri, 26 Apr 2013 14:14:42 -0800</pubDate>
	<category>maps</category>
	<category>resolved</category>
	<category>scraper</category>
	<dc:creator>Halogenhat</dc:creator>
	</item>
	<item>
	<title>Simple, intuitive map software/service for a business</title>
	<link>http://ask.metafilter.com/239285/Simple%2Dintuitive%2Dmap%2Dsoftwareservice%2Dfor%2Da%2Dbusiness</link>	
	<description>My (small) company provides services in people&apos;s homes. We&apos;d like to use electronic maps to plan technician routes and better understand where our clients are geographically. What (Mac-compatible) software or web service might help with this? My company serves about two thousand homes in the Toronto area, most of which need to be visited daily by a technician. Right now, we have the region divided up into about forty zones for purposes of work assignments, but the zone borders are pretty much traditional neighbourhoods and we don&apos;t have a visualization to confirm that they&apos;re sensible.&lt;br&gt;
&lt;br&gt;
The idea is to make sure that no one technician is given an unreasonably high workload, nor asked to go too far afield.&lt;br&gt;
&lt;br&gt;
Our CRM is a pretty rudimentary web app - definitely not capable of this kind of thing. It can&apos;t even give us a dump of the current customer data, so we&apos;ll be pulling out addresses and the like manually.&lt;br&gt;
&lt;br&gt;
What I&apos;m envisioning is something that will let me plot ~2000 homes on a map, by address, and group them into zones (where I can set the borders). Ideally, I&apos;d be able to get a report on how many clients are within each zone. It would also be nice if I could print maps of zones or arbitrarily defined areas.&lt;br&gt;
&lt;br&gt;
Four staff would be operating this system, so it should be fairly intuitive. GRASS GIS would be an example of &quot;whoa, too much&quot;.&lt;br&gt;
&lt;br&gt;
Desktop software or a web service are both okay. We are willing to pay. Mac compatibility is essential.&lt;br&gt;
&lt;br&gt;
The best thing I&apos;ve managed to find so far is ArcGIS Online, but I&apos;m so very unfamiliar with all this, so I imagine there are more appropriate options. Your thoughts are greatly appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.239285</guid>
	<pubDate>Tue, 16 Apr 2013 17:39:16 -0800</pubDate>
	<category>arcgis</category>
	<category>crm</category>
	<category>geography</category>
	<category>gis</category>
	<category>mac</category>
	<category>mapping</category>
	<category>maps</category>
	<category>software</category>
	<category>webservice</category>
	<dc:creator>Clandestine Outlawry</dc:creator>
	</item>
	<item>
	<title>options for mapping celebrities on websites</title>
	<link>http://ask.metafilter.com/238142/options%2Dfor%2Dmapping%2Dcelebrities%2Don%2Dwebsites</link>	
	<description>I am interested in building a website that will track public appearances for multiple celebs (think stars of a reality show) and I&apos;m not sure what frameworks I could use. The stars of this reality show often make local appearances, but there is no easy way to track them. Some post appearances to twitter, some to facebook, some to their websites, some don&apos;t post at all. The information I&apos;m interested tracking is Celeb name, country/state/city (lat/long?), date/time, location (e.g. Memorial Auditorium), and a link for more info that would like to the relevant events page.&lt;br&gt;
&lt;br&gt;
I&apos;d like to find a framework that will allow me to build a map that can be filtered in different ways (let&apos;s say by name, week, or city). For now, I&apos;ll be digging up this information manually myself, but bonus points if I can give the celebs their own access at a later date to update their own appearances.&lt;br&gt;
&lt;br&gt;
I&apos;m zero percent familiar with web APIs, but I&apos;m fairly computer adept and can figure it out if I knew which one would work the best for my application.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.238142</guid>
	<pubDate>Thu, 28 Mar 2013 15:36:14 -0800</pubDate>
	<category>celebrities</category>
	<category>maps</category>
	<category>tracking</category>
	<category>webapis</category>
	<dc:creator>zug</dc:creator>
	</item>
	<item>
	<title>Looking for specific World War II maps.</title>
	<link>http://ask.metafilter.com/237655/Looking%2Dfor%2Dspecific%2DWorld%2DWar%2DII%2Dmaps</link>	
	<description>I&apos;m trying to find some specific government-produced maps of Allied progress in Western Europe in World War 2 that I saw online once. A couple of years ago I found this series of images online and I can&apos;t remember where. It was a bunch of maps showing Allied-controlled territory in Western Europe at twice-monthly intervals (probably the 1st and 15th of each month), from D-Day to the end of the war, with Allied territory in red, obviously growing larger and larger on each map. They were scans from some U.S.-government-produced report created shortly after the war, or in the late 1940s at the latest. It might have been from the Defense Department or the U.S. military.&lt;br&gt;
&lt;br&gt;
I might have seen them on some Wikimedia Commons site but I&apos;m not sure. Note: they are not any of the maps &lt;a href=&quot;http://commons.wikimedia.org/wiki/World_War_II_maps_(Europe)&quot;&gt;here&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
I specifically remember that the maps showed progress at intervals of twice a month.&lt;br&gt;
&lt;br&gt;
Thanks for any help.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.237655</guid>
	<pubDate>Thu, 21 Mar 2013 11:59:19 -0800</pubDate>
	<category>map</category>
	<category>maps</category>
	<category>secondworldwar</category>
	<category>worldwar2</category>
	<category>worldwarii</category>
	<category>ww2</category>
	<category>wwii</category>
	<dc:creator>Tin Man</dc:creator>
	</item>
	<item>
	<title>What is the best way to track and share walking routes on an iPhone?</title>
	<link>http://ask.metafilter.com/237372/What%2Dis%2Dthe%2Dbest%2Dway%2Dto%2Dtrack%2Dand%2Dshare%2Dwalking%2Droutes%2Don%2Dan%2DiPhone</link>	
	<description>For a personal project, I&apos;d like to be able to track my route as I&apos;m walking using my iPhone and then share that route in some form that can be embedded in a blog post. I see there is an app called &apos;MapMyWalk&apos; that does something like this, but it seems to require a subscription fee. I don&apos;t mind paying a one-off fee for an app but I&apos;d like to not have to worry about paying in perpetuity to keep the shared routes embeddable. (I also don&apos;t mind installing software on my own server.)&lt;br&gt;
&lt;br&gt;
I&apos;m not wedded to having one app that does everything&amp;mdash;if the best approach is to track my route with an app and then export it into a file that I can load into some other software on my desktop or on a server, that is fine.&lt;br&gt;
&lt;br&gt;
In their embedded form, I&apos;d be ok with the routes being presented either as maps or as lists of directions. (All of these routes will follow streets and alleys in developed areas, no trails or woods.)&lt;br&gt;
&lt;br&gt;
The ability to annotate specific points along the route with comments or photos would be nice but not necessary.&lt;br&gt;
&lt;br&gt;
Features I don&apos;t care about: anything to do with fitness, tracking calories, telling me my total distances or speed or changes in elevation.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.237372</guid>
	<pubDate>Sun, 17 Mar 2013 10:27:44 -0800</pubDate>
	<category>gis</category>
	<category>gps</category>
	<category>iphone</category>
	<category>mapping</category>
	<category>maps</category>
	<category>walking</category>
	<dc:creator>enn</dc:creator>
	</item>
	<item>
	<title>On the wall - a framed Waterman Butterfly projection map. Possibly.</title>
	<link>http://ask.metafilter.com/236377/On%2Dthe%2Dwall%2Da%2Dframed%2DWaterman%2DButterfly%2Dprojection%2Dmap%2DPossibly</link>	
	<description>My 16 year old son has just re-done his room. With a lttle help from Mum of course - I said he was 16.  Anyway.

Dust of ages - gone. 
Childish things - gone.
Cuddly toys, bats, monkeys etc relegated to the cellar. 
Even the torn Sex Pistols poster has come down.

The naked walls round his multiscreen rig cry out for decoratian of some kind.
He thinks a Waterman Butterfly projection map of the world would be the coolest thing ever - for some reason. He would frame it himself.

Where on earth would we find such a thing? Googled the map place in Seattle  - but they no longer have them.
Any suggestions?
We live in Sweden. For our sins.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.236377</guid>
	<pubDate>Sat, 02 Mar 2013 12:39:23 -0800</pubDate>
	<category>decoration</category>
	<category>maps</category>
	<category>projections</category>
	<category>resolved</category>
	<category>walls</category>
	<dc:creator>jan murray</dc:creator>
	</item>
	<item>
	<title>Frameable topo/geo map of France?</title>
	<link>http://ask.metafilter.com/235491/Frameable%2Dtopogeo%2Dmap%2Dof%2DFrance</link>	
	<description>I want to purchase a frameable map of France, done in a similar manner to &lt;a href=&quot;http://www.natgeomaps.com/assets/images/244/re01020405_1_LG.jpg&quot;&gt;this one of Oregon&lt;/a&gt;.

My Google powers are letting me down, even in French. All I&apos;m able to find so far are 3D, molded-plastic relief maps, and then regional, folding topo maps.
Any clues welcome.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.235491</guid>
	<pubDate>Mon, 18 Feb 2013 08:45:32 -0800</pubDate>
	<category>france</category>
	<category>map</category>
	<category>maps</category>
	<category>resolved</category>
	<dc:creator>sandettie light vessel automatic</dc:creator>
	</item>
	<item>
	<title>What is the street in Michigan with the longest name?</title>
	<link>http://ask.metafilter.com/235347/What%2Dis%2Dthe%2Dstreet%2Din%2DMichigan%2Dwith%2Dthe%2Dlongest%2Dname</link>	
	<description>What is the street in Michigan with the longest name? Or, how would you find this out?
Assume I&apos;m too cheap to spend any money on a commercial map database or the like.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.235347</guid>
	<pubDate>Fri, 15 Feb 2013 11:22:36 -0800</pubDate>
	<category>geography</category>
	<category>GIS</category>
	<category>maps</category>
	<category>michigan</category>
	<category>resolved</category>
	<dc:creator>kc8nod</dc:creator>
	</item>
	<item>
	<title>StreetView Glitch In The Matrix</title>
	<link>http://ask.metafilter.com/234460/StreetView%2DGlitch%2DIn%2DThe%2DMatrix</link>	
	<description>Ahhh. My wife was trouncing around Google Street View in Brooklyn and noticed this totally weird building that has &apos;Google&apos; inscribed over the doorway in a very post-production sort of way. &lt;a href=&quot;https://maps.google.com/maps?q=215+Butler+Street,+Brooklyn,+NY&amp;ll=40.68185,-73.986257&amp;spn=0.005557,0.008798&amp;sll=40.682340,-73.986898&amp;layer=c&amp;cbp=13,8.65,,0,-9.48&amp;cbll=40.682184,-73.987065&amp;hnear=215+Butler+St,+Brooklyn,+Kings,+New+York+11217&amp;t=h&amp;z=17&amp;panoid=IRKK-bGqyoCIXJ_jQ6ZYMQ&quot;&gt;What is it?&lt;/a&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.234460</guid>
	<pubDate>Fri, 01 Feb 2013 20:00:42 -0800</pubDate>
	<category>google</category>
	<category>maps</category>
	<dc:creator>zackola</dc:creator>
	</item>
	<item>
	<title>Help me find this site with Colorado map prints</title>
	<link>http://ask.metafilter.com/234014/Help%2Dme%2Dfind%2Dthis%2Dsite%2Dwith%2DColorado%2Dmap%2Dprints</link>	
	<description>I got lost on the internet and found a small business selling great-looking US map prints for under $30.  I think they were CO-based, but I&apos;ve lost the website! &lt;strong&gt;Other clues:&lt;/strong&gt;&lt;br&gt;
* I thought I got there from one of the DIY home/interior design blogs in &lt;a href=&quot;http://ask.metafilter.com/232756/How-do-I-interior-design-on-the-cheap&quot;&gt;this recent thread&lt;/a&gt;, but searching the contents of the sites in my history doesn&apos;t turn up anything.&lt;br&gt;
* I also read Apartment Therapy, and it&apos;s not from there.&lt;br&gt;
* The blogger who linked to them had gotten a Colorado map (I think topgraphical?) and did a cheap and unusual DIY frame job (I think she actually glued the map to a backing instead of putting it in a frame?)&lt;br&gt;
* The company offered more than just Colorado maps, but not a full set of U.S. states - they seemed smaller than &lt;a href=&quot;http://www.ravenmaps.com&quot;&gt;Raven Maps&lt;/a&gt;, for instance, but with 6+ different types of maps in Colorado.  I&apos;m not 100% sure they were based in CO, but I think so.&lt;br&gt;
* It wasn&apos;t an Etsy site or a CafePress site or anything like that.  I think the site had a white background, but I was viewing it on my phone.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.234014</guid>
	<pubDate>Sat, 26 Jan 2013 21:07:09 -0800</pubDate>
	<category>Colorado</category>
	<category>DIY</category>
	<category>homedecorating</category>
	<category>map</category>
	<category>maps</category>
	<category>prints</category>
	<dc:creator>deludingmyself</dc:creator>
	</item>
	<item>
	<title>Interactive web map that shows user&apos;s location and destination</title>
	<link>http://ask.metafilter.com/233644/Interactive%2Dweb%2Dmap%2Dthat%2Dshows%2Dusers%2Dlocation%2Dand%2Ddestination</link>	
	<description>I need to publish a map for a website that shows the user&apos;s location and a pre-defined destination. This is for a residential project. The idea is that the client goes to the &apos;how to get there&apos; page, and gets a map showing her current location, using the html5 geolocation api, and the position of the project.&lt;br&gt;
&lt;br&gt;
This should work both in the desktop and mobile platforms, and not require any downloads, apps, etc., just be HTML, CSS and Javascript.&lt;br&gt;
&lt;br&gt;
It should also be simple, fast and free, ideally.&lt;br&gt;
&lt;br&gt;
3 stars if it could also show the route between the user and the destination.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.233644</guid>
	<pubDate>Tue, 22 Jan 2013 06:03:28 -0800</pubDate>
	<category>maps</category>
	<category>web</category>
	<dc:creator>signal</dc:creator>
	</item>
	<item>
	<title>Dense topographic data for a lot.</title>
	<link>http://ask.metafilter.com/233453/Dense%2Dtopographic%2Ddata%2Dfor%2Da%2Dlot</link>	
	<description>I&apos;ve got Home Designer Architectural 2014 and a desire to buil a house on a steep hillside. I need topographic data for this. In this program, I can import data about the topography of a lot in the form of a .gpx file. Google Earth can export a map of pins (but not a shape) to a data file that can be converted to .gpx, but placing those pins manually at a useful density would take forever and I&apos;m not sure that Earth has sufficient elevation resolution.&lt;br&gt;
&lt;br&gt;
So where can I get this data? Are there USGS maps with high enough resolution? An app that can plot X, Y, and Z coordinates while I walk around the lot?&lt;br&gt;
&lt;br&gt;
Ideally I&apos;d like everything to be accurate to within a foot, but I&apos;ll take the best I can get.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.233453</guid>
	<pubDate>Fri, 18 Jan 2013 12:41:12 -0800</pubDate>
	<category>architecture</category>
	<category>data</category>
	<category>elevation</category>
	<category>geography</category>
	<category>GPS</category>
	<category>homedesigner</category>
	<category>maps</category>
	<category>topography</category>
	<dc:creator>cmoj</dc:creator>
	</item>
	<item>
	<title>Send me down the right path! </title>
	<link>http://ask.metafilter.com/232439/Send%2Dme%2Ddown%2Dthe%2Dright%2Dpath</link>	
	<description>Online Maps for Running/Biking routes? Please share with me the best websites for creating running routes using an online map.  Also looking for websites that lay out the mileage markers on some of the paths around DC area. I&apos;m hosting a weekly meetup run and want to be able to send the course out to my group before the run so everyone has a good sense of where the turnaround point is or what the loop/course will be.  Is there a webiste that I can use to create this and send out to the group?  I know when I did a training program, my running coach used this but I cannot for the life of me remember what website/program she used was.  I&apos;d like to be able to identify the course we&apos;ll run and where the turnaroudn point will be without having to go out and run it myself before each week&apos;s run.  &lt;br&gt;
If there&apos;s any websites on the trails/ paths in the DC area (i.e. GW parkway, Four mile Run, W O&amp;amp;D) where I could easily see the mile markers that would be most helpful. &lt;br&gt;
&lt;br&gt;
thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.232439</guid>
	<pubDate>Fri, 04 Jan 2013 06:50:41 -0800</pubDate>
	<category>exercise</category>
	<category>maps</category>
	<category>resolved</category>
	<category>routes</category>
	<category>running</category>
	<dc:creator>BlueMartini7</dc:creator>
	</item>
	<item>
	<title>Iphone Offline Maps</title>
	<link>http://ask.metafilter.com/229450/Iphone%2DOffline%2DMaps</link>	
	<description>Iphone Application with Offline Maps I am seeking an Iphone application that has world maps already present in its cache. That way I can use the Iphone without Internet connectivity but only with GPS function. This app *has* to work with specifying places with their coordinates (lat, lon).&lt;br&gt;
&lt;br&gt;
Free is better but I may be inclined to pay for this app if it is way better than its competitors.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.229450</guid>
	<pubDate>Thu, 22 Nov 2012 09:01:49 -0800</pubDate>
	<category>gps</category>
	<category>iphone</category>
	<category>maps</category>
	<category>resolved</category>
	<dc:creator>raphael19</dc:creator>
	</item>
	<item>
	<title>What the hell is The Bucket?</title>
	<link>http://ask.metafilter.com/229396/What%2Dthe%2Dhell%2Dis%2DThe%2DBucket</link>	
	<description>Some online mapping services (Apple, Bing, etc.) refer to an area of Northwest Portland as &quot;The Bucket&quot;, but as far as I know, The Bucket doesn&apos;t exist. Is this an example of a &lt;a href=&quot;http://en.wikipedia.org/wiki/Fictitious_entry&quot;&gt;copyright trap&lt;/a&gt;? I first noticed this on Apple&apos;s new maps in iOS 6. &lt;a href=&quot;http://cl.ly/image/1p05013Y0j1e&quot;&gt;Bing does it, too&lt;/a&gt;: an area of Northwest Portland is referred to as &quot;The Bucket&quot;. Searches for &lt;a href=&quot;http://www.google.com/#q=portland+&apos;the+bucket&apos;&quot;&gt;&quot;portland &apos;the bucket&apos;&quot;&lt;/a&gt; suggest that in some mapping/real-estate database somewhere, &quot;The Bucket&quot; is a neighborhood in Portland.&lt;br&gt;
&lt;br&gt;
I&apos;m a third-generation Portlander, my wife&apos;s family has been here even longer, and no one in our family had ever heard this area referred to as &quot;The Bucket&quot;. I&apos;ve asked friends, co-workers, reference librarians, and no one has ever heard of it.&lt;br&gt;
&lt;br&gt;
My current theory is that &quot;The Bucket&quot; is a &lt;a href=&quot;http://www.straightdope.com/columns/read/1058/do-maps-have-copyright-traps-to-permit-detection-of-unauthorized-copies&quot;&gt;copyright trap&lt;/a&gt;. If so, whose trap is it? Does The Bucket exist on any paper maps?&lt;br&gt;
&lt;br&gt;
Does anyone know anything about this? Is it a neighborhood name I don&apos;t know about? Is it a cartographer&apos;s trick?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.229396</guid>
	<pubDate>Wed, 21 Nov 2012 11:49:09 -0800</pubDate>
	<category>copyright</category>
	<category>maps</category>
	<category>portland</category>
	<category>resolved</category>
	<category>thebucket</category>
	<category>trap</category>
	<dc:creator>sportbucket</dc:creator>
	</item>
	<item>
	<title>But surely Canada is already mapped?</title>
	<link>http://ask.metafilter.com/229167/But%2Dsurely%2DCanada%2Dis%2Dalready%2Dmapped</link>	
	<description>The greatest paper map of Canada you&apos;ll ever see? &lt;a href=&quot;http://www.metafilter.com/111213/The-Greatest-Paper-Map-of-the-United-States-Youll-Ever-See&quot;&gt;This&lt;/a&gt; map looks awesome, but is US only. Is there a map of Canada or Ontario for sale that is equally (or mostly) as great?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.229167</guid>
	<pubDate>Sun, 18 Nov 2012 17:28:22 -0800</pubDate>
	<category>canada</category>
	<category>maps</category>
	<dc:creator>the dief</dc:creator>
	</item>
	<item>
	<title>Help Me Keep Our Store Maps Up-to-date!!</title>
	<link>http://ask.metafilter.com/228545/Help%2DMe%2DKeep%2DOur%2DStore%2DMaps%2DUptodate</link>	
	<description>THE PROBLEM: Let&apos;s say you have a large store spread across several floors of a building, with many many aisles and sections. There are information kiosks located at various rooms in the store, oriented different directions. Each information kiosk has a map of the store on it, with the aisles and sections numbered and labeled, and the map rearranged and the text rotated to the viewpoint of the customer standing at the information desk. What is the most efficient way to create and update that map as sections change? DETAILS: Right now, we have 8+ different files, one for each of the maps at each of the individual kiosks. We update them every year or so, so right now I&apos;m taking the 100+ aisle/section changes in all the rooms and individually changing each one in one map&apos;s Adobe Illustrator file. I plan on using that map as a master, and it looks like I&apos;ll probably have to go from room to room in the different files, comparing every aisle with the corrected master map, and changing all those by hand.  &lt;em&gt;Le sigh.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
COMPLICATION: Along with the rooms rearranging to the orientation of each map, on a few maps the entire layout is rotated, so the text is upside down (compared to the other maps).&lt;br&gt;
&lt;br&gt;
THE ONLY IDEA I&apos;VE HAD SO FAR: Making the map of each room an InDesign file, and then creating custom image boxes in the shape of each room on each map&apos;s master file, linking them to the individual room&apos;s file. Then, I can update the text in one room, and know that the image boxes in the other files will automatically update when I open the new file. I don&apos;t know that there will be any way to automatically rotate the text for the files that need that. I think I&apos;d have to rotate each text box individually to keep it orientated to the shelf, yes?&lt;br&gt;
&lt;br&gt;
BONUS POINTS: It would be AMAZING if there was a way to map individual aisle locations to a master list, so a person could change something in the master list (Shoes are now on Aisle 25) and have the text inside the map update accordingly. Or maybe the opposite would be possible; you change the master map and have a corrected list that exports with the aisle number.&lt;br&gt;
&lt;br&gt;
FOR EXAMPLE: &lt;a href=&quot;http://www.flickr.com/photos/threw_a_spark/8170742662/sizes/o/in/photostream/&quot;&gt;Here&apos;s an example room that shows the complexity of the map.&lt;/a&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.228545</guid>
	<pubDate>Fri, 09 Nov 2012 16:13:56 -0800</pubDate>
	<category>adobesuite</category>
	<category>illustrator</category>
	<category>indesign</category>
	<category>maps</category>
	<category>resolved</category>
	<category>wayfinding</category>
	<dc:creator>redsparkler</dc:creator>
	</item>
	<item>
	<title>Caching iphone maps?</title>
	<link>http://ask.metafilter.com/228148/Caching%2Diphone%2Dmaps</link>	
	<description>Recommended iPhone map applications that will cache local maps? My wife and I are spending three weeks in Argentina starting next week, and I&apos;d like to be able to use the maps on my iPhone without having a data plan there.  Ideally, I&apos;d like a map app that I could load maps for the local area using the hotel wifi and that I could then pull up without data or wifi access to see where we are using the GPS. This is for an iPhone4 running iOS5.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.228148</guid>
	<pubDate>Sun, 04 Nov 2012 14:23:15 -0800</pubDate>
	<category>app</category>
	<category>caching</category>
	<category>iPhone</category>
	<category>maps</category>
	<category>resolved</category>
	<dc:creator>pombe</dc:creator>
	</item>
	<item>
	<title>Bus Maps MTA</title>
	<link>http://ask.metafilter.com/227796/Bus%2DMaps%2DMTA</link>	
	<description>MTA Bus Maps: Looking for cached images or scans of hard copy NYC MTA bus maps. MTA website is not loading maps on it&apos;s temporary website. Would prefer recent 2012 maps. Have found some on mappery.com am unsure of accuracy.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.227796</guid>
	<pubDate>Tue, 30 Oct 2012 17:26:07 -0800</pubDate>
	<category>bus</category>
	<category>maps</category>
	<category>nyc</category>
	<dc:creator>edbles</dc:creator>
	</item>
	<item>
	<title>Help me find out more about photographic route atlases</title>
	<link>http://ask.metafilter.com/227737/Help%2Dme%2Dfind%2Dout%2Dmore%2Dabout%2Dphotographic%2Droute%2Datlases</link>	
	<description>I&apos;d like to know more about a type of photographic route guide used in the early 20th century, definitely in the US if not elsewhere. They&apos;re a series of photographs of junctions with an arrow drawn over them. Librarians, map lovers, can you help me? I came across these photographic route atlases in &lt;a href=&quot;http://berglondon.com/blog/2009/05/04/here-there-influences/&quot;&gt;this blog post&lt;/a&gt; about BERG&apos;s horizonless projection map&lt;/a&gt;. They link to the &lt;a href=&quot;http://www.usm.maine.edu/maps//&quot;&gt;University of Southern Maine&apos;s Osher Map Library&lt;/a&gt;, which has an image (but talks about Route 66 instead!), and to the &lt;a href=&quot;http://www.ohtm.org/edu_col.html&quot;&gt;Owls Head Transportation Museum&lt;/a&gt;, which doesn&apos;t appear to have information online on the subject.&lt;br&gt;
&lt;br&gt;
I&apos;m writing a research proposal that uses this form of navigating the built environment as a reference, and though it&apos;s not vital, I&apos;d love to have more than just two photos behind my understanding of them. (I&apos;ve been in love with them for years and even made one, so it would be very satisfying personally too.) I am in Ireland, with institutional database access.&lt;br&gt;
&lt;br&gt;
Any idea what exactly they&apos;re called? Can you point me to any further references, online or off? Thank you!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.227737</guid>
	<pubDate>Tue, 30 Oct 2012 06:33:36 -0800</pubDate>
	<category>atlas</category>
	<category>maps</category>
	<category>navigation</category>
	<category>reference</category>
	<dc:creator>carbide</dc:creator>
	</item>
	<item>
	<title>Bowled a Googley</title>
	<link>http://ask.metafilter.com/227321/Bowled%2Da%2DGoogley</link>	
	<description>Help me prepare for &quot;Geo for Good Down Under&quot; at Google HQ Australia. Details on my spatial tech knowledge inside. I&apos;ve been accepted to &lt;a href=&quot;http://sydney.earthoutreach.org/&quot;&gt;Geo for Good Down Under&lt;/a&gt; in two weeks. The workshop will introduce Google Maps API and Engine and Google Earth API and Engine as well as fusion tables for agencies working for public benefit.&lt;br&gt;
&lt;br&gt;
I am a teacher and have moved from the classroom to working with schools who want to use spatial tech in the classroom. I have some background at uni in GIS and have experience with Google Maps and Earth as well as ArcGIS 3,9 and 10. &lt;br&gt;
&lt;br&gt;
What resources are there out there that I might play with (and share with other teachers) as a simple way to get started with these tools before the workshop? Classroom-specific would be great, but any resources that effectively show the user how to create and publish great maps with these tools would be very appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.227321</guid>
	<pubDate>Tue, 23 Oct 2012 17:55:08 -0800</pubDate>
	<category>api</category>
	<category>earth</category>
	<category>education</category>
	<category>engine</category>
	<category>geospatial</category>
	<category>google</category>
	<category>maps</category>
	<category>school</category>
	<category>spatial</category>
	<dc:creator>micklaw</dc:creator>
	</item>
	<item>
	<title>Is there any software that will dynamically re-project a map as you click-and-drag it?</title>
	<link>http://ask.metafilter.com/225344/Is%2Dthere%2Dany%2Dsoftware%2Dthat%2Dwill%2Ddynamically%2Dreproject%2Da%2Dmap%2Das%2Dyou%2Dclickanddrag%2Dit</link>	
	<description>Is there any software that will dynamically re-project a map as you click-and-drag it? Is there any existing software that will let you click and drag the map and show you a new projection as you change the focus (what falls in the center) of the map?  (The map would use &lt;a href=&quot;http://en.wikipedia.org/wiki/Wraparound_%28video_games%29&quot;&gt;wraparound&lt;/a&gt;--whatever goes &quot;offscreen&quot; on one side immediately appears on the other side, north-south and east-west).  It would be cool to do this with projections other than the Mercator, too.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;I&apos;d like to see a map where e.g. Mexico is distorted the way Greenland usually is.&lt;/b&gt;  Something that could distort the globe dynamically.&lt;br&gt;
&lt;br&gt;
A dynamically distorted map would make it easier for students to understand how maps show you the world as if through a fisheye lens.  Is there such a thing?  If not, what would it take to write a program that could do this?&lt;br&gt;
&lt;br&gt;
I was on a long plane ride earlier this year staring at the flight path map and I got to thinking about globe projections and how distorted they are.&lt;br&gt;
&lt;br&gt;
The most popular globe projection, the Mercator map, distorts Greenland into a huge landmass comparable to Africa.  Everything is distorted.  It&apos;s like looking through a lens that warps the size and shape of everything, especially around the edges.  All map projections do this to some extent.&lt;br&gt;
&lt;br&gt;
(I was also going to ask what it would take to photograph a person&apos;s head from all sides and project it to a flat surface, to use it as another tool to emphasize how badly flattening distorts a round object, but then I realized that &lt;a href=&quot;http://www.testroete.com/index.php?location=head&quot;&gt;Eric Testroete&lt;/a&gt; (the big-head Halloween costume guy) &lt;a href=&quot;http://www.testroete.com/personal/head/texture.jpg&quot;&gt;beat me to it.&lt;/a&gt;)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.225344</guid>
	<pubDate>Wed, 26 Sep 2012 07:45:44 -0800</pubDate>
	<category>cartography</category>
	<category>Maps</category>
	<category>mercator</category>
	<category>programming</category>
	<category>projection</category>
	<category>software</category>
	<dc:creator>Sleeper</dc:creator>
	</item>
	<item>
	<title>iPhone, why do you hate public transportation?</title>
	<link>http://ask.metafilter.com/224870/iPhone%2Dwhy%2Ddo%2Dyou%2Dhate%2Dpublic%2Dtransportation</link>	
	<description>I did something stupid today and &apos;updated&apos; my iPhone 4 to iOS 6.0. The new Maps app doesn&apos;t include public transportation options (as Google Maps did previously) which I use extensively here in San Francisco. What are my options? Will anything be as seamless as the Google Maps app was?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.224870</guid>
	<pubDate>Wed, 19 Sep 2012 12:14:18 -0800</pubDate>
	<category>googlemaps</category>
	<category>ios6</category>
	<category>iphone</category>
	<category>maps</category>
	<category>publictransit</category>
	<category>publictransportation</category>
	<category>resolved</category>
	<dc:creator>2bucksplus</dc:creator>
	</item>
	<item>
	<title>Will my beloved Google maps go away on my iPhone tomorrow?</title>
	<link>http://ask.metafilter.com/224798/Will%2Dmy%2Dbeloved%2DGoogle%2Dmaps%2Dgo%2Daway%2Don%2Dmy%2DiPhone%2Dtomorrow</link>	
	<description>I have an iPhone 4S with iOS 5. If I download iOS 6 tomorrow, will Google maps be &lt;em&gt;replaced&lt;/em&gt; with Apple maps? Meaning, will the upgrade REMOVE Google maps from my phone? If so, will I be able to download a Google maps app? I already have other 3rd party map apps; I want the one that&apos;s actually from Google. I have searched and all I can find is that Apple is withdrawing their support for Google... it&apos;s not clear whether that means that the Google maps app that already exists on my phone will vanish after I update, or if it&apos;s just that the new iPhones that won&apos;t have it pre-installed.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.224798</guid>
	<pubDate>Tue, 18 Sep 2012 11:00:47 -0800</pubDate>
	<category>apple</category>
	<category>google</category>
	<category>ios5</category>
	<category>ios6</category>
	<category>iphone</category>
	<category>maps</category>
	<dc:creator>desjardins</dc:creator>
	</item>
	
	</channel>
</rss>

