<?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>tail -f ZS64.log &#187; Geo</title>
	<atom:link href="http://blog.zs64.net/topics/geo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zs64.net</link>
	<description>Random Ramblings</description>
	<lastBuildDate>Mon, 23 Aug 2010 18:08:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Strange Maps and Other Visualizations</title>
		<link>http://blog.zs64.net/2009/07/strange-maps-and-other-visualizations/</link>
		<comments>http://blog.zs64.net/2009/07/strange-maps-and-other-visualizations/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 20:50:00 +0000</pubDate>
		<dc:creator>stb</dc:creator>
				<category><![CDATA[Geo]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://blog.zs64.net/?p=101</guid>
		<description><![CDATA[Appropriately named “Strange Maps”. Don&#8217;t go there, it&#8217;s a massive time sink.]]></description>
			<content:encoded><![CDATA[<p>Appropriately named “<a href="http://strangemaps.wordpress.com/">Strange Maps</a>”. Don&#8217;t go there, it&#8217;s a massive time sink.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zs64.net/2009/07/strange-maps-and-other-visualizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schiller Park in German Village, Columbus, OH</title>
		<link>http://blog.zs64.net/2009/07/schiller-park-in-german-village-columbus-oh/</link>
		<comments>http://blog.zs64.net/2009/07/schiller-park-in-german-village-columbus-oh/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 22:52:44 +0000</pubDate>
		<dc:creator>stb</dc:creator>
				<category><![CDATA[Geo]]></category>
		<category><![CDATA[ohio]]></category>
		<category><![CDATA[osm]]></category>

		<guid isPermaLink="false">http://blog.zs64.net/?p=15</guid>
		<description><![CDATA[I had the chance to walk around German Village a couple weeks back, and mapped the park subsequently.]]></description>
			<content:encoded><![CDATA[<p>I had the chance to walk around German Village a couple weeks back, and mapped the park subsequently.</p>
<p><a href="http://blog.zs64.net/wp-content/uploads/2009/07/l_1600_1200_9E7DC60E-4E40-472F-A961-2EFB364580C1.jpeg"><img class="alignnone size-full wp-image-364" src="http://blog.zs64.net/wp-content/uploads/2009/07/l_1600_1200_9E7DC60E-4E40-472F-A961-2EFB364580C1.jpeg" alt="" width="300" height="225" /></a></p>
<style type="text/css">#map_1 {padding: 0; margin: 0;}#map_1 img{padding: 0; margin: 0;border:none;margin-top:0px;margin-right:0px;margin-left:0px;margin-bottom:0px;}</style><div id="map_1" style="width:400px; height:400px; overflow:hidden;padding:0px;"><script type="text/javascript" src="http://www.openlayers.org/api/OpenLayers.js"></script><script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_1", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: "m",          projection: new OpenLayers.Projection("EPSG:900913"),           displayProjection: new OpenLayers.Projection("EPSG:4326")      } );var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");var layerTah    = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerCycle  = new OpenLayers.Layer.OSM.CycleMap("CycleMap");map.addLayers([layerMapnik, layerTah, layerCycle]);map.addControl(new OpenLayers.Control.LayerSwitcher());    function osm_getTileURL(bounds) {        var res = this.map.getResolution();        var x = Math.round((bounds.left - this.maxExtent.left) / (res * this.tileSize.w));        var y = Math.round((this.maxExtent.top - bounds.top) / (res * this.tileSize.h));        var z = this.map.getZoom();        var limit = Math.pow(2, z);        if (y < 0 || y >= limit) {            return OpenLayers.Util.getImagesLocation() + "404.png";        } else {            x = ((x % limit) + limit) % limit;            return this.url + z + "/" + x + "/" + y + "." + this.type;        }    }var lonLat = new OpenLayers.LonLat(-82.993,39.942).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,15);var markers = new OpenLayers.Layer.Markers( "Marker" );map.addLayer(markers);var data = {};data.icon = new OpenLayers.Icon("http://blog.zs64.net/wp-content/plugins/osm/icons/wpttemp-red.png",     new OpenLayers.Size(24,24),     new OpenLayers.Pixel(0, -24));var ll = new OpenLayers.LonLat(-82.992,39.942).transform(map.displayProjection,  map.projection);     var feature = new OpenLayers.Feature(markers, ll, data);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {minSize: new OpenLayers.Size(150,150) } );feature.data.popupContentHTML = "";feature.data.overflow = "hidden";var marker = new OpenLayers.Marker(ll,data.icon.clone());marker.feature = feature;var markerClick = function(evt) {  if (this.popup == null) {    this.popup = this.createPopup(this.closeBox);    map.addPopup(this.popup);    this.popup.show();  }   else {    this.popup.toggle();  }  OpenLayers.Event.stop(evt);};marker.events.register("mousedown", feature, markerClick);markers.addMarker(marker);map.addPopup(feature.createPopup(feature.closeBox));})(jQuery)/* ]]&gt; */ </script></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zs64.net/2009/07/schiller-park-in-german-village-columbus-oh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
