<?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>Seifi.org &#187; maps</title>
	<atom:link href="http://www.seifi.org/category/maps/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seifi.org</link>
	<description>A Web Development Blog by Joe Seifi - seifi.org</description>
	<lastBuildDate>Thu, 26 Jan 2012 01:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Photo Mapping with Google Street View</title>
		<link>http://www.seifi.org/google/google-street-view.html</link>
		<comments>http://www.seifi.org/google/google-street-view.html#comments</comments>
		<pubDate>Thu, 31 May 2007 16:20:44 +0000</pubDate>
		<dc:creator>Joe Seifi</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://www.seifi.org/google/google-street-view.html</guid>
		<description><![CDATA[Google released the preview of its 3D mapping service named &#8220;Street View&#8221;. You can see this view as a new layer in addition to Satellite and Traffic in Google Maps. Street View shows you eye level photos of the current location. It is currently only offered for major metropolitan cities of San Francisco, Las Vegas, [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.seifi.org/wp-content/uploads/2007/05/streetview.gif' alt='Street View USA' hspace="10" vspace="10" align="left" /> Google released the preview of its 3D mapping <a href="http://maps.google.com/support/bin/answer.py?answer=68476">service</a> named &#8220;Street View&#8221;. You can see this <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;ie=UTF8&#038;ll=37.09024,-95.712891&#038;spn=47.167389,92.8125&#038;z=4&#038;om=1&#038;layer=c">view</a> as a new layer in addition to Satellite and Traffic in Google Maps. Street View shows you eye level photos of the current location. It is currently only offered for major metropolitan cities of San Francisco, Las Vegas, Denver, New York, and Miami.<br />
<span id="more-570"></span></p>
<p />
<img src='http://www.seifi.org/wp-content/uploads/2007/05/streetview_vegas.jpg' alt='Vegas Google Maps Street View' /></p>
<p>Here is a Video Tutorial<br />
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/91wuBqlny50" frameborder="0" allowFullScreen="true"> </iframe></p>
<p>The photos are taken from the top of a VW Bug with a circular camera mounted on top from using technology from <a href="http://www.immersivemedia.com/">Immerse Media</a>, which makes possible services such as <a href="http://demos.immersivemedia.com/index_directorfound.php?scene=N3">3D Videos</a> and <a href="http://demos.immersivemedia.com/index_directorfound.php?scene=01">Video Maps</a> with lot of <a href="http://www.immersivemedia.com/viewers/gisextension.html">features</a>.</p>
<p><img src='http://www.seifi.org/wp-content/uploads/2007/05/immerivecar.jpg' alt='Immersive Car with Camera' /></p>
<p>It will be exciting to see <a href="http://code.google.com/gme/">mashups</a> using street view. For example <a href="http://www.fatdoor.com">fatdoor</a> would rock if it used street views. Microsoft also has a comparable preview of <a href="http://preview.local.live.com/">street mapping</a> out which is available for San Francisco and Seattle, and the <a href="http://maps.a9.com/">A9 maps</a>  service which was probably the first attempt at street level photo mapping is no longer available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seifi.org/google/google-street-view.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find Latitude and Longitude Using maps.google.com</title>
		<link>http://www.seifi.org/javascript/find_latitude_and_longitude_using_maps_google_com.html</link>
		<comments>http://www.seifi.org/javascript/find_latitude_and_longitude_using_maps_google_com.html#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Joe Seifi</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="/php/googlemapsll.php">Here</a> is a php script that gets the Latitude and Longitude of any address using the google maps API.

The original script comes from <a href="http://groups.google.com/group/Google-Maps/browse_thread/thread/d6ac07707e8daab5/0bedb8c0255f74ed?q=longitude&#038;rnum=1#0bedb8c0255f74ed">Ken</a>. I just made some minor adjustments to it and made it dynamic.

This basically parses a JavaScript blob returned from the API and extracts the lat and long values.

]]></description>
			<content:encoded><![CDATA[<p>Here is a <a href="http://seifi.org/wp-content/uploads/2005/04/googlemapsll.php">php script</a> that gets the Latitude and Longitude of any address using the google maps API.</p>
<p>The original script comes from <a href="http://groups.google.com/group/Google-Maps/browse_thread/thread/d6ac07707e8daab5/0bedb8c0255f74ed?q=longitude&amp;rnum=1#0bedb8c0255f74ed">Ken</a>. I just made some minor adjustments to it and made it dynamic.</p>
<p>This basically parses a JavaScript blob returned from the API and extracts the lat and long values.</p>
<p>If you&#8217;re feeling hackish, another neat trick found by <a href="http://www.tech-recipes.com/rx/2403/google_maps_get_latitude_longitude_values">qmchenry</a> exposes Google Map&#8217;s JavaScript object and fires a series of functions to get the the lat and long values of the currently centered location in the browser. Just paste this JS into your address bar after you have searched for your <a href="http://maps.google.com/maps?f=q&#038;q=90210">address</a> on google maps.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">javascript<span style="color: #339933;">:</span><span style="color: #000066; font-weight: bold;">void</span><span style="color: #009900;">&#40;</span><span style="color: #000066;">prompt</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">''</span><span style="color: #339933;">,</span>gApplication.<span style="color: #660066;">getMap</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">getCenter</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.seifi.org/javascript/find_latitude_and_longitude_using_maps_google_com.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Google Earth, Oh My God!</title>
		<link>http://www.seifi.org/software/google_earth__oh_my_god.html</link>
		<comments>http://www.seifi.org/software/google_earth__oh_my_god.html#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Joe Seifi</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<img src="/files/img/googleEarth.jpg" hspace="10" vspace="5" width="240" height="218" align="left" />Finally, I crawled out of the hole and tried <a href="http://earth.google.com/">Google Earth</a>. You will never look at maps the same way again. This thing is simply amazing. Wow! OK I just spent 1 hour looking at my city and took a 3-D virtual tour of the Grand Canyon. I stopped only because my machine froze. Perhaps it had to do with the amount of processing or graphics, or network usage. It&#39;s like playing video games with our little planet Earth. The real power of the software is in layers. Just like a Photoshop document, you can stack up layers of map data in Google Earth. Some of the many layers offered are, National Geographic Magazine, Keyhole Community BBS, Businesses, Roads, Terrain, Buildings, Borders, Crime Stats, Postal Code Boundaries, 3D buildings, Earthquakes and Populated places. The Google Earth software is currently in beta and is offered in Free, Plus, and Pro <a href="http://earth.google.com/product_comparison.html">formats</a> for Windows based PCs with lots of RAM and 3D graphics cards. I would guess almost all people who bought or built a PC or laptop in the past two years are in good shape. So Google has now officially entered the business of selling <a href="http://www.google.com/downloads/">software</a>. Besides Toolbar, Desktop, and Talk there are a slew of other helper applications. While Microsoft is going online with <a href="http://www.microsoft.com/office/officelive/">Live</a>, Google is going &#34;soft&#34;.]]></description>
			<content:encoded><![CDATA[<p><img vspace="10" align="left" width="240" src="http://seifi.org/wp-content/uploads/2005/11/googleEarth.jpg" hspace="10" height="218" />Finally, I crawled out of the hole and tried <a href="http://earth.google.com/">Google Earth</a>. You will never look at maps the same way again. This thing is simply amazing. Wow! OK I just spent 1 hour looking at my city and took a 3-D virtual tour of the Grand Canyon. I stopped only because my machine froze. Perhaps it had to do with the amount of processing or graphics, or network usage. It&#8217;s like playing video games with our little planet Earth. The real power of the software is in layers. Just like a Photoshop document, you can stack up layers of map data in Google Earth. Some of the many layers offered are, National Geographic Magazine, Keyhole Community BBS, Businesses, Roads, Terrain, Buildings, Borders, Crime Stats, Postal Code Boundaries, 3D buildings, Earthquakes and Populated places. The Google Earth software is currently in beta and is offered in Free, Plus, and Pro <a href="http://earth.google.com/product_comparison.html">formats</a> for Windows based PCs with lots of RAM and 3D graphics cards. I would guess almost all people who bought or built a PC or laptop in the past two years are in good shape. So Google has now officially entered the business of selling <a href="http://www.google.com/downloads/">software</a>. Besides Toolbar, Desktop, and Talk there are a slew of other helper applications. While Microsoft is going online with <a href="http://www.microsoft.com/office/officelive/">Live</a>, Google is going &#8220;soft&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seifi.org/software/google_earth__oh_my_god.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Map This!</title>
		<link>http://www.seifi.org/searching/map_this.html</link>
		<comments>http://www.seifi.org/searching/map_this.html#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>Joe Seifi</dc:creator>
				<category><![CDATA[local]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you like google maps, try it mixed with craigslist to find your next <a href="http://www.paulrademacher.com/housing/">home or apartment</a>, and with gassbuddy to find <a href="http://www.ahding.com/cheapgas/">cheap gas</a> or see <a href="http://supergreg.hopto.org/google-traffic.com/">traffic and weather</a> conditions. There's also one working with imdb to search <a href="http://www.ahding.com/movie/">movies</a>, and a <a href="http://labs.google.com/ridefinder">ride finder</a>. And here's what they <a href="http://www.flickr.com/photos/kokogiak/8777595/in/photostream/">look like</a> when you get there :)

Also, if you wanna do some armchair sightseeing, try some <a href="http://perljam.net/notes/interesting-google-satellite-maps/">interesting</a> google sattelite maps. Microsoft's TerraServer also has its own <a href="http://terraservice.net/famous.aspx">famous places</a>. Very similar results.

Yesterday Google unveiled its plans for <a href="http://www.google.com/press/factorytour.html">Google Earth</a>, with 3D buildings support! Today there is a new site up, <a href="http://www.chicagocrime.org/">Chicago Crime</a> that combines police data with Google Maps to show crimes in the Chicago area.

See who's <a href="http://hotmaps.frozenbear.com/">HOT or NOT in your zipcode</a>, using this clever combo!]]></description>
			<content:encoded><![CDATA[<p>If you like google maps, try it mixed with craigslist to find your next <a href="http://www.paulrademacher.com/housing/">home or apartment</a>, and with gassbuddy to find <a href="http://www.ahding.com/cheapgas/">cheap gas</a> or see <a href="http://supergreg.hopto.org/google-traffic.com/">traffic and weather</a> conditions. There&#8217;s also one working with imdb to search <a href="http://www.ahding.com/movie/">movies</a>, and a <a href="http://labs.google.com/ridefinder">ride finder</a>. And here&#8217;s what they <a href="http://www.flickr.com/photos/kokogiak/8777595/in/photostream/">look like</a> when you get there <img src='http://www.seifi.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also, if you wanna do some armchair sightseeing, try some <a href="http://perljam.net/notes/interesting-google-satellite-maps/">interesting</a> google sattelite maps. Microsoft&#8217;s TerraServer also has its own <a href="http://terraservice.net/famous.aspx">famous places</a>. Very similar results.</p>
<p>Yesterday Google unveiled its plans for <a href="http://www.google.com/press/factorytour.html">Google Earth</a>, with 3D buildings support! Today there is a new site up, <a href="http://www.chicagocrime.org/">Chicago Crime</a> that combines police data with Google Maps to show crimes in the Chicago area.</p>
<p>See who&#8217;s <a href="http://hotmaps.frozenbear.com/">HOT or NOT in your zipcode</a>, using this clever combo!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seifi.org/searching/map_this.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

