<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: New version of OSMify bookmarklet</title>
	<atom:link href="http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/?&amp;owa_from=feed&amp;owa_sid=</link>
	<description>General geeky postings</description>
	<lastBuildDate>Tue, 16 Feb 2010 14:08:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/comment-page-1/#comment-33326</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 19 Jul 2009 23:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/#comment-33326</guid>
		<description>osmify uses an old version of the cyclemap. The URLs you are using are like http://thunderflames.org/tiles/cycle/12/2012/1277.png but it should be like http://a.andy.sandbox.cloudmade.com/tiles/cycle/12/2012/1277.png - compare the two and you will see the differences, the latter being more recent.</description>
		<content:encoded><![CDATA[<p>osmify uses an old version of the cyclemap. The URLs you are using are like <a href="http://thunderflames.org/tiles/cycle/12/2012/1277.png" rel="nofollow">http://thunderflames.org/tiles/cycle/12/2012/1277.png</a> but it should be like <a href="http://a.andy.sandbox.cloudmade.com/tiles/cycle/12/2012/1277.png" rel="nofollow">http://a.andy.sandbox.cloudmade.com/tiles/cycle/12/2012/1277.png</a> &#8211; compare the two and you will see the differences, the latter being more recent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/comment-page-1/#comment-25575</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 27 Feb 2009 16:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/#comment-25575</guid>
		<description>Consider the code public domain, you can host a modified copy or do whatever you want.

You should be able to create two tile layers, i.e. two GTileLayer objects. If you notice these lines:

        var tilelayer = new GTileLayer( copyrightCollection, obj.minResolution ? obj.minResolution : 0, 18 );
        tilelayer.getTileUrl = obj[&#039;callback&#039;];
        var tilelayers = [ tilelayer ];

You would essentially need to duplicate the first two lines, and then include the second tile layer in the last line, e.g.:

        var tilelayers = [ tilelayer, tilelayer2 ];

The existing custom_map_types structure doesn&#039;t really allow for this but you should be able to expand it or hack the script to allow.</description>
		<content:encoded><![CDATA[<p>Consider the code public domain, you can host a modified copy or do whatever you want.</p>
<p>You should be able to create two tile layers, i.e. two GTileLayer objects. If you notice these lines:</p>
<p>        var tilelayer = new GTileLayer( copyrightCollection, obj.minResolution ? obj.minResolution : 0, 18 );<br />
        tilelayer.getTileUrl = obj['callback'];<br />
        var tilelayers = [ tilelayer ];</p>
<p>You would essentially need to duplicate the first two lines, and then include the second tile layer in the last line, e.g.:</p>
<p>        var tilelayers = [ tilelayer, tilelayer2 ];</p>
<p>The existing custom_map_types structure doesn&#8217;t really allow for this but you should be able to expand it or hack the script to allow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/comment-page-1/#comment-25574</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Fri, 27 Feb 2009 16:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/#comment-25574</guid>
		<description>Hi John, I&#039;ve got some problems ;-) .

Adding just one (or more) new map is no problem. But due to license problens the hiking map is rendered newly in two tiles with transparency (one for the highs-layer and another with the rendered OSM-data). 
If I only show the OSM-layer it looks flat. So how can I render both layers the same time (like Google-Sat with extra Streetlayer)? I&#039;ve no experience with the google-map-api and nearly no experience with JavaScript ... ;-)

The next question is about the license of your script? Could I put a modified version on my own server for the german geocachers?

Greetings Florian</description>
		<content:encoded><![CDATA[<p>Hi John, I&#8217;ve got some problems <img src='http://blog.johnmckerrell.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  .</p>
<p>Adding just one (or more) new map is no problem. But due to license problens the hiking map is rendered newly in two tiles with transparency (one for the highs-layer and another with the rendered OSM-data).<br />
If I only show the OSM-layer it looks flat. So how can I render both layers the same time (like Google-Sat with extra Streetlayer)? I&#8217;ve no experience with the google-map-api and nearly no experience with JavaScript &#8230; <img src='http://blog.johnmckerrell.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The next question is about the license of your script? Could I put a modified version on my own server for the german geocachers?</p>
<p>Greetings Florian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/comment-page-1/#comment-25566</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/#comment-25566</guid>
		<description>Hi

I probably wouldn&#039;t put this tile layer into the main OSMify plugin, but if you would like to extend the JavaScript to make your own version it would be quite simple to modify the file that you can find at http://johnmckerrell.com/files/osmify.js to add your own layer and then modify the bookmarklet to load that file instead.

Do let me know if you have any problems with that.

John</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I probably wouldn&#8217;t put this tile layer into the main OSMify plugin, but if you would like to extend the JavaScript to make your own version it would be quite simple to modify the file that you can find at <a href="http://johnmckerrell.com/files/osmify.js" rel="nofollow">http://johnmckerrell.com/files/osmify.js</a> to add your own layer and then modify the bookmarklet to load that file instead.</p>
<p>Do let me know if you have any problems with that.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/comment-page-1/#comment-25564</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/#comment-25564</guid>
		<description>Hallo, nice JavaScript hack ;-)

Is there the posibility to integrate this OSM Renderer? 

http://opentiles.com/nop/

For Geocachers or hiker in Germany I think this is a nice map.

Greetings</description>
		<content:encoded><![CDATA[<p>Hallo, nice JavaScript hack <img src='http://blog.johnmckerrell.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Is there the posibility to integrate this OSM Renderer? </p>
<p><a href="http://opentiles.com/nop/" rel="nofollow">http://opentiles.com/nop/</a></p>
<p>For Geocachers or hiker in Germany I think this is a nice map.</p>
<p>Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OSMify - Geocaching GoogleMaps mit OSM anreichern</title>
		<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/comment-page-1/#comment-25563</link>
		<dc:creator>OSMify - Geocaching GoogleMaps mit OSM anreichern</dc:creator>
		<pubDate>Fri, 27 Feb 2009 11:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/#comment-25563</guid>
		<description>[...] funktionieren sollte (aktiviertes JavaScript vorrausgesetzt). Daf&#252;r m&#252;sst ihr nur dieses Blog besuchen, wo ihr OSMify einfach &#8220;installiert&#8221;, in dem ihr den Link unter dem Bild oben einfach [...]</description>
		<content:encoded><![CDATA[<p>[...] funktionieren sollte (aktiviertes JavaScript vorrausgesetzt). Daf&#252;r m&#252;sst ihr nur dieses Blog besuchen, wo ihr OSMify einfach &#8220;installiert&#8221;, in dem ihr den Link unter dem Bild oben einfach [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/comment-page-1/#comment-22358</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 19 Dec 2008 00:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/#comment-22358</guid>
		<description>This doesn&#039;t work on maps.google.com for me. It does work on the ryanair link above and the Marengo GPS route planner, which both embed Google Maps. It seems like they are using a different version of Google Maps though - the one on maps.google.com has a different direction and zoom motif - the direction motif has a little hand with a circle around it, and a little man above the zoom slider!</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work on maps.google.com for me. It does work on the ryanair link above and the Marengo GPS route planner, which both embed Google Maps. It seems like they are using a different version of Google Maps though &#8211; the one on maps.google.com has a different direction and zoom motif &#8211; the direction motif has a little hand with a circle around it, and a little man above the zoom slider!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Living with Dragons &#187; Mapping meets Geocaching, thanks to OSM-ify-ing</title>
		<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/comment-page-1/#comment-11535</link>
		<dc:creator>Living with Dragons &#187; Mapping meets Geocaching, thanks to OSM-ify-ing</dc:creator>
		<pubDate>Mon, 10 Mar 2008 08:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/#comment-11535</guid>
		<description>[...] became much easier for me to geocache in Durham since Christmas time, when the OSMify bookmarklet was updated. When your viewing a Google Map on a website, such as the geocaching.com map view, you [...]</description>
		<content:encoded><![CDATA[<p>[...] became much easier for me to geocache in Durham since Christmas time, when the OSMify bookmarklet was updated. When your viewing a Google Map on a website, such as the geocaching.com map view, you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olli</title>
		<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/comment-page-1/#comment-10994</link>
		<dc:creator>Olli</dc:creator>
		<pubDate>Wed, 13 Feb 2008 18:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/#comment-10994</guid>
		<description>If i search Google for osmify and click your site Google says me that you host spyware. Maybe Google don&#039;t like osmify? :(</description>
		<content:encoded><![CDATA[<p>If i search Google for osmify and click your site Google says me that you host spyware. Maybe Google don&#8217;t like osmify? <img src='http://blog.johnmckerrell.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OSMify at they made me do it</title>
		<link>http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/comment-page-1/#comment-10337</link>
		<dc:creator>OSMify at they made me do it</dc:creator>
		<pubDate>Sat, 19 Jan 2008 21:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/12/31/new-version-of-osmify-bookmarklet/#comment-10337</guid>
		<description>[...] OSMify ist super. Es integriert OpenStreetMap in Google Maps. Egal auf welcher Seite Google Maps integriert ist, ich kann es mir auch auf der OSM-Karte anzeigen lassen. Und diese sollten wir ja alle vorziehen oder? ;-). [...]</description>
		<content:encoded><![CDATA[<p>[...] OSMify ist super. Es integriert OpenStreetMap in Google Maps. Egal auf welcher Seite Google Maps integriert ist, ich kann es mir auch auf der OSM-Karte anzeigen lassen. Und diese sollten wir ja alle vorziehen oder? <img src='http://blog.johnmckerrell.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
