<?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>Points of Interest &#187; Openstreetmap</title>
	<atom:link href="http://www.christeck.de/wp/category/openstreetmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christeck.de/wp</link>
	<description>Postings concerning Scrum, Software development, Openstreetmap, Gadgets, and Synthesizers</description>
	<lastBuildDate>Tue, 31 Jan 2012 06:08:09 +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>Since MoNav learned to speak</title>
		<link>http://www.christeck.de/wp/2012/01/06/since-monav-learned-to-speak/</link>
		<comments>http://www.christeck.de/wp/2012/01/06/since-monav-learned-to-speak/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 01:15:26 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=5009</guid>
		<description><![CDATA[About two weeks ago I blogged about my first attempts to teach MoNav to provide speech output. While everything worked well on my desktop machines, MoNav did tend to crash every now and then on the N900, rendering it pretty useless for the intended use. As debugging was a bit difficult, I have just rewritten [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://openclipart.org/detail/35071/gps-on-by-j_alves"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/gps_satnav_on.png" alt="" title="" width="250" height="222" class="aligncenter size-full wp-image-5010" /></a></p>
<p>About two weeks ago I blogged about <a href="http://www.christeck.de/wp/2011/12/20/when-monav-learned-to-speak/">my first attempts</a> to teach <a href="http://monav.openstreetmap.de/">MoNav</a> to provide speech output. While everything worked well on my desktop machines, MoNav did tend to crash every now and then on the N900, rendering it pretty useless for the intended use.</p>
<p>As debugging was a bit difficult, I have just <a href="http://code.google.com/p/monav/source/detail?r=09d3fe6d7ccfb043d42232b2c0a0efe51061b06a&#038;name=permaroute">rewritten a suspicious part</a> of the code. Et voilà, a test drive through the city of Karlsruhe the past evening was of great joy and pleasure.</p>
<p>The speech output still is not mass compliant, though. MoNav is too verbose, instructions are spoken too late, and MoNav needs too long to detect that the vehicle left the precomputed route. But that&#8217;s just tedious work in progress to be done during the next weeks and months.</p>
<p>And though I&#8217;m complaining, do not forget that MoNav in its current state actually <em>is</em> capable to guide you to your destination, while I&#8217;m pleased with what I achieved during the past weeks.</p>
<p>I&#8217;ll continue the work on speech output for car drivers before I&#8217;ll dive into making it compliant with the needs of cyclists.</p>
<p>In case you want to play with the current code, you&#8217;ll need to compile the branch <a href="http://code.google.com/p/monav/source/list?name=permaroute" title="permaroute"></a> from source:</p>
<p><code></p>
<ul>
<li>hg clone https://code.google.com/p/monav/ monav-permaroute</li>
<li>cd monav-permaroute</li>
<li>hg update permaroute</li>
<li>qmake monavclient.pro</li>
<li>(/Developer/QtSDK/Desktop/Qt/474/gcc/bin/qmake monavclient.pro on Mac OS X)</li>
<li>make</li>
</ul>
<p></code></p>
<p>You&#8217;ll also need updated map packages for this version to run properly. I&#8217;ve already precomputed some mapsets:<br />
<a href="http://monav.openstreetmap.de/mapsets/Germany_big.zip" title="Germany_big">Germany_big</a><br />
<a href="http://monav.openstreetmap.de/mapsets/Germany.zip" title="Germany">Germany</a><br />
<a href="http://monav.openstreetmap.de/mapsets/Alsace.zip" title="Alsace">Alsace</a><br />
<a href="http://monav.openstreetmap.de/mapsets/Rheinland-pfalz.zip" title="Rheinland-pfalz">Rheinland-pfalz</a><br />
<a href="http://monav.openstreetmap.de/mapsets/Baden-Wuerttemberg.zip" title="Baden-Wuerttemberg">Baden-Wuerttemberg</a></p>
<p>The above lines are not intended for end users. It&#8217;s for all those openstreetmap addicts who are interested to follow the current development of MoNav.</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2012/01/06/since-monav-learned-to-speak/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When MoNav learned to speak</title>
		<link>http://www.christeck.de/wp/2011/12/20/when-monav-learned-to-speak/</link>
		<comments>http://www.christeck.de/wp/2011/12/20/when-monav-learned-to-speak/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 22:58:21 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=4969</guid>
		<description><![CDATA[A couple of months ago I opened a branch named »ui-ng« in MoNav&#8216;s repository to develop a new user interface. Meanwhile this branch became a playground for several hacks, and some of them are just spikes to check out whether some ideas work or not. I denied to work on speech output this spring, as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://openclipart.org/detail/166028/volume-level-3-by-mightyman-166028"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/volume3_2.png" alt="" title="" width="250" height="250" class="aligncenter size-full wp-image-4970" /></a></p>
<p>A couple of months ago I opened a branch named »<a href="http://code.google.com/p/monav/source/browse/?name=ui-ng">ui-ng</a>« in <a href="http://monav.openstreetmap.de/">MoNav</a>&#8216;s repository to develop a new user interface. Meanwhile this branch became a playground for several hacks, and some of them are just spikes to check out whether some ideas work or not.</p>
<p>I denied to work on speech output this spring, as I knew this would become a rather lengthy task. But it was obvious that I won&#8217;t resist the temptation during the cold and dark winter months. So I added the first code to generate spoken turn instructions recently. It is an ugly hack, just to determine what was possible. The code as found in the »ui-ng« repo works, well, at least a bit. The instructions are far away from being useful, except for lonesome crossings or roundabouts without other crossings nearby.</p>
<p>I&#8217;m using prerecorded samples for now, as the current open source speech synthesis systems did not show the results I desired. OTOH, this means I cannot generate instructions with dynamic contents like distances or street names. Additionally, those samples currently are included in the application binary, which will pollute the memory of handset devices as soon I&#8217;ll add further localized samples (currently speech is available in german and english language only).</p>
<p>The main issue is that MoNav recalculates the route each time a GPS position update is received &#8211; which means each second on the N900. As the GPS position always is a bit inaccurate, MoNav will speak »Please turn right« when you pass, for example, a gas station and the GPS position is off the road by a couple of meters.</p>
<p>As a consequence, I&#8217;ve just written some code that detects whether the vehicle is still &#8220;on track&#8221;. The route only gets recalculated in case the vehicle left it for more than x meters. This makes the route much more persistent and will cause far less headache than the previous approach. As this happened just a couple of minutes ago, the code is not in the repo yet.</p>
<p>There&#8217;s still a lot of work to do, and I&#8217;m curious whether I&#8217;ll stay motivated enough to do all of the work ahead. On the other hand it&#8217;s just plain fun to explore the secrets of a usable routing application.</p>
<p>So stay tuned. The next week(s) will show whether I&#8217;ll »<a href='http://www.christeck.de/wp/wp-content/uploads/christeck.de/instructions-head-straightforward.wav'>head straightforward</a>« :) .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2011/12/20/when-monav-learned-to-speak/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.christeck.de/wp/wp-content/uploads/christeck.de/instructions-head-straightforward.wav" length="40920" type="audio/wav" />
		</item>
		<item>
		<title>Street Name Rendering in MoNav</title>
		<link>http://www.christeck.de/wp/2011/11/23/street-name-rendering-in-monav/</link>
		<comments>http://www.christeck.de/wp/2011/11/23/street-name-rendering-in-monav/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 00:09:47 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=4886</guid>
		<description><![CDATA[Thanks to the work of James Hollingshead, MoNav now provides street name rendering at high zoom levels. This required a change in the map file format, though, so the currently available maps (which admittedly are rather dated) won&#8217;t work with binaries built from the current tip of revision control. The new code is already available [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_4887" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/MoNavStreetNameRenderingKandel.png"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/MoNavStreetNameRenderingKandel-300x160.png" alt="MoNav Street Name Rendering in Kandel" title="MoNav Street Name Rendering in Kandel" width="300" height="160" class="size-medium wp-image-4887" /></a><p class="wp-caption-text">MoNav Street Name Rendering in Kandel</p></div>
<p>Thanks to the <a href="http://code.google.com/p/monav/source/detail?r=af5df2e3c850edd152d4f40709c12d807323f2e2">work of James Hollingshead</a>, MoNav now provides street name rendering at high zoom levels. This required a change in the map file format, though, so the <a href="http://monav.openstreetmap.de/">currently available maps</a> (which admittedly are rather dated) won&#8217;t work with binaries built from the current tip of revision control.</p>
<p>The new code is already available for two months now, but I hadn&#8217;t had the time to check it out. Today I got the client to compile on Max OS X 10.7.2 (aka Lion). I did not get the map preprocessor compiled, neither on Lion nor on the server, due to missing mapnik dependencies, but I got it compiled on my local Linux box.</p>
<p>The above screenshot shows the inner city of Kandel in <a href="http://en.wikipedia.org/wiki/Rhineland-Palatinate">Rhineland-Palatinate</a>. I usually use this state for test runs for creating maps, as its <a href="http://download.geofabrik.de/osm/europe/germany/">file size</a> is acceptable for my desktop machine.</p>
<p>I&#8217;m quite grateful that James did the work of creating the first vector renderer for MoNav, and that he now also added street name rendering. The next step is to get the preprocessor compiled on the server, though this might take a little while as the map processing script needs adjustments too. For Maemo on the N900, an updated binary is already available via the repo. Before you install it, ensure you have updated map data available. Otherwise you will end with an updated binary which cannot load the map data present on the device &#8211; a rather useless constellation from a user&#8217;s point of view.</p>
<p>Thanks a bunch, James.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2011/11/23/street-name-rendering-in-monav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>40th Birthday Hiking Trip</title>
		<link>http://www.christeck.de/wp/2011/11/01/40th-birthday-hiking-trip/</link>
		<comments>http://www.christeck.de/wp/2011/11/01/40th-birthday-hiking-trip/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 20:56:47 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Outdoor]]></category>
		<category><![CDATA[Pictures]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=4745</guid>
		<description><![CDATA[Since my 40th birthday passed by recently, I invited a couple of friends for a 20 kilometers black forest hiking trip. It led us from Forbach over the Rote Lache pass to Baden-Baden/Oberbeuern, where we took the bus to the station to get back to Karlsruhe. The weather was warm and sunny, reminding us of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_007.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_007-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-4746" /></a></p>
<p>Since my 40th birthday passed by recently, I invited a couple of friends for a 20 kilometers black forest hiking trip. It led us from Forbach over the Rote Lache pass to Baden-Baden/Oberbeuern, where we took the bus to the station to get back to Karlsruhe.</p>
<p>The weather was warm and sunny, reminding us of the indian summer. Between Forbach and Bermersbach we followed the Ziegenpfad (Goat&#8217;s path), which is often used by families with children:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_001.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_001-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-4747" /></a></p>
<p>Obviously the inhabitants of the black forest take hunting very serious:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_011.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_011-248x300.jpg" alt="" title="" width="248" height="300" class="aligncenter size-medium wp-image-4750" /></a></p>
<p>The Holzschuhrank is a locality and a shelter with a fountain and sleeping facilities, sited at a crossing:</p>
<p> <a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_012.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_012-168x300.jpg" alt="" title="" width="168" height="300" class="aligncenter size-medium wp-image-4748" /></a></p>
<p>Fortunately there were lots of details along our way which were missing in the <a href="http://www.openstreetmap.org/?lat=48.7182&#038;lon=8.274&#038;zoom=13">OSM</a> database, so all kinds of gadgets (such as Garmins, N900s etc.) came to play:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_022.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_022-300x177.jpg" alt="" title="" width="300" height="177" class="aligncenter size-medium wp-image-4749" /></a></p>
<p>That&#8217;s deer ragout with croquettes and brussels sprouts. No, I didn&#8217;t take a picture of everyone&#8217;s dishes :) :</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_019.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_019-300x240.jpg" alt="" title="" width="300" height="240" class="aligncenter size-medium wp-image-4751" /></a></p>
<p>As we were late and the daylight saving time ended last sunday, it got dark while descending to Oberbeuern. At least the male participants appreciated the displays of the bus booting Linux 2.x :) :</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_025.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111101_025-300x108.jpg" alt="" title="" width="300" height="108" class="aligncenter size-medium wp-image-4752" /></a></p>
<p>Here&#8217;s the trip:</p>
<style type="text/css">.entry .olMapViewport img {max-width: none; max-height: none;}.entry-content img, .widget img {max-width: none; max-height: none;}.olControlAttribution {bottom: 0 !important;}div.olControlMousePosition {bottom: 1em !important;}#map_1 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_1 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_1" style="width:450px; height:300px; overflow:hidden;padding:0px;border:none;"><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 lmap = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    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(8.3206,48.71).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,12);  var lgml = new OpenLayers.Layer.GML("20111101-RoteLacheGeburtstagstour-Purged", "http://www.christeck.de/wp-content/uploads/tracks/20111101-RoteLacheGeburtstagstour-Purged.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);})(jQuery)/* ]]&gt; */ </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2011/11/01/40th-birthday-hiking-trip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Late Autumn Hiking</title>
		<link>http://www.christeck.de/wp/2011/10/30/late-autumn-hiking/</link>
		<comments>http://www.christeck.de/wp/2011/10/30/late-autumn-hiking/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 18:56:45 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Outdoor]]></category>
		<category><![CDATA[Pictures]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=4730</guid>
		<description><![CDATA[After a warm spring and a wet summer, the golden autumn fades out. Today it was cloudy though warm, and we grabbed the occasion for a hiking trip to the Palatinate Forest. The trip lead from Annweiler to the Trifels Castle, the Madenburg Castle and back to Annweiler. We needed almost seven hours for this [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_4732" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111030_008.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111030_008-300x168.jpg" alt="Hiking trail near Slevogthof" title="Hiking trail near Slevogthof" width="300" height="168" class="size-medium wp-image-4732" /></a><p class="wp-caption-text">Hiking trail near Slevogthof</p></div>
<p>After a warm spring and a wet summer, the golden autumn fades out. Today it was cloudy though warm, and we grabbed the occasion for a hiking trip to the Palatinate Forest. The trip lead from Annweiler to the Trifels Castle, the Madenburg Castle and back to Annweiler. We needed almost seven hours for this 25 kilometers trip, due to several rests :) .</p>
<p>The Trifels castle is a well known tourist destination, though it was reconstructed during the infamous Nazi dictatorship. The Madenburg is a well known destination either:</p>
<div id="attachment_4734" class="wp-caption aligncenter" style="width: 178px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111030_005.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111030_005-168x300.jpg" alt="The Madenburg Castle" title="The Madenburg Castle" width="168" height="300" class="size-medium wp-image-4734" /></a><p class="wp-caption-text">The Madenburg Castle</p></div>
<p>It&#8217;s a great viewpoint towards the upper Rhine plane:</p>
<div id="attachment_4735" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111030_003.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111030_003-300x168.jpg" alt="View from the Madenburg castle towards the upper Rhine plane" title="View from the Madenburg castle towards the upper Rhine plane" width="300" height="168" class="size-medium wp-image-4735" /></a><p class="wp-caption-text">View from the Madenburg castle towards the upper Rhine plane</p></div>
<p>I was surprised by the local gastronomic specialities provided. This is Bratwurst, Saumagen, and yes, Krauts actually eat what they are named after ;-) :</p>
<div id="attachment_4736" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111030_004.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111030_004-300x168.jpg" alt="Bratwurst, Saumagen, and Sauerkraut" title="Bratwurst, Saumagen, and Sauerkraut" width="300" height="168" class="size-medium wp-image-4736" /></a><p class="wp-caption-text">Bratwurst, Saumagen, and Sauerkraut</p></div>
<p>I missed the liver dumpling, but that would have been too much.</p>
<p>The wood was relatively dry, so I didn&#8217;t find much fungi. Here is one anyway:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111030_010.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111030_010-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-4738" /></a></p>
<p>And finally, here&#8217;s the trip:</p>
<style type="text/css">.entry .olMapViewport img {max-width: none; max-height: none;}.entry-content img, .widget img {max-width: none; max-height: none;}.olControlAttribution {bottom: 0 !important;}div.olControlMousePosition {bottom: 1em !important;}#map_2 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_2 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_2" style="width:450px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_2", {            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 lmap = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    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(7.9963,49.1874).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,12);  var lgml = new OpenLayers.Layer.GML("20111030-Madenburg-Purged", "http://www.christeck.de/wp-content/uploads/tracks/20111030-Madenburg-Purged.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);})(jQuery)/* ]]&gt; */ </script></div>
<p>Unfortunately two of us needed to leave after Trifels castle due to some severe flu. Get well soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2011/10/30/late-autumn-hiking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Golden October 2011</title>
		<link>http://www.christeck.de/wp/2011/10/10/golden-october-2011/</link>
		<comments>http://www.christeck.de/wp/2011/10/10/golden-october-2011/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 21:06:05 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Outdoor]]></category>
		<category><![CDATA[Pictures]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=4528</guid>
		<description><![CDATA[Past are a sunny spring, a rainy summer, and some marvellous late summer days: Meanwhile the tiled stove is up and running, but this doesn&#8217;t necessarily mean that there are no more days for enjoyable outdoor activities: It&#8217;s october now, proven by some typical fruits: I&#8217;ve been mapping some hiking trails near Klingenmünster for one [...]]]></description>
			<content:encoded><![CDATA[<p>Past are a sunny spring, a rainy summer, and some marvellous late summer days:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111002_008.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111002_008-168x300.jpg" alt="" title="" width="168" height="300" class="aligncenter size-medium wp-image-4536" /></a></p>
<p><span id="more-4528"></span></p>
<p>Meanwhile the tiled stove is up and running, but this doesn&#8217;t necessarily mean that there are no more days for enjoyable outdoor activities:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111009_004.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111009_004-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-4529" /></a></p>
<p>It&#8217;s october now, proven by some typical fruits:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111009_010.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111009_010-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-4530" /></a></p>
<p>I&#8217;ve been mapping some hiking trails near Klingenmünster for one of my favourite projects, <a href="http://openstreetmap.org">openstreetmap.org</a>. Some paths and crossings needed adjustment. Admittedly, it&#8217;s not much fun in case that several releations glue the ways together.</p>
<p>And besides openstreetmap, it was time to revive another hobby of mine &#8211; <a href="http://www.christeck.de/wp/?s=fungi">fungi pics</a> :) :</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111009_001.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111009_001-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-4531" /></a></p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111002_002.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111002_002-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-4537" /></a></p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111002_001.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20111002_001-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-4538" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2011/10/10/golden-october-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Der Stromberg-Murrtal-Radweg</title>
		<link>http://www.christeck.de/wp/2011/08/26/der-stromberg-murrtal-radweg/</link>
		<comments>http://www.christeck.de/wp/2011/08/26/der-stromberg-murrtal-radweg/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 19:27:28 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Outdoor]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=3933</guid>
		<description><![CDATA[Vielleicht haben wir gestern den letzten hochsommerlich warmen Tag des Jahres 2011 genossen &#8211; zumindest soll es die nächsten Tage weiterhin kühl bleiben. Wir haben den Tag genutzt, sind um 6:40 in die Bahn gestiegen und haben den Stromberg-Murrtal-Radweg in Ost-West-Richtung bereist, zumal er in Openstreetmap noch nicht vollständig erfasst ist :) . Wir fuhren [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110826_001-StrombergMurrtal-RadwegWanderparkplatz.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110826_001-StrombergMurrtal-RadwegWanderparkplatz-300x143.jpg" alt="" title="" width="300" height="143" class="aligncenter size-medium wp-image-3934" /></a></p>
<p>Vielleicht haben wir gestern den letzten hochsommerlich warmen Tag des Jahres 2011 genossen &#8211; zumindest soll es die nächsten Tage weiterhin kühl bleiben. Wir haben den Tag genutzt, sind um 6:40 in die Bahn gestiegen und haben den <a href="http://de.wikipedia.org/wiki/Stromberg-Murrtal-Weg">Stromberg-Murrtal-Radweg</a> in Ost-West-Richtung bereist, zumal er in Openstreetmap noch nicht vollständig erfasst ist :) .</p>
<p><span id="more-3933"></span></p>
<p>Wir fuhren beide mit <a href="http://www.christeck.de/wp/2011/08/17/scott-trail-boa-cycling-shoe/">Scott Trail Boa-Schuhen</a> und je einer <a href="http://www.christeck.de/wp/2010/08/23/gudereit-lc-r-scnr/">Rohloff-Nabe</a>, zugegebenermaßen eine wahrhaft wunderbare Kombination. Wir mussten dennoch gezwungenermaßen aus dem Radweg aus- und in den Zug zurück nach Karlsruhe einsteigen, so dass wir keinen Track der gesamten Strecke zur Verfügung haben. Vom Beginn in <a href="http://www.christeck.de/wp-content/uploads/tracks/20110826-StrombergMurrtalRadweg-Web.gpx">Gaildorf bis nach Söllingen</a> liegt er jedoch vor.</p>
<p>Die Qualität der Fahrbahn ist fast durchgehend sehr gut. Allerdings geht es zwischendurch ein kurzes Stück über Stock und Stein &#8211; wer mit Hänger unterwegs ist, sollte sich also auf eine kurze Verzögerung einstellen.</p>
<p>Die Strecke ist beschildert. Man muss allerdings sehr aufmerksam sein, um sich zwischendurch nicht zu verfahren. Die mitgeführten Karten und die GPS-Tracks waren sehr hilfreich. Nachfolgend ein paar Hinweise für Radfernreisende:</p>
<ul>
<li>Der Beginn des Radweges in Gaildorf ist nicht so ohne weiteres zu finden. Ein GPS-Gerät mit einem Wegpunkt oder einem Track ist sehr hilfreich. Der Radweg beginnt dort, wo die Straße »In der Eschenau« beginnt. Den Einstig vom Bahnhof kommend findet man, in dem man in die »Grabenstraße« einbiegt.</li>
<li>Die Streckenführung ist gleich auf den ersten Metern nicht einfach ersichtlich. Vermutlich ist die offizielle Streckenführung so gedacht, dass man die Grabenstraße nach wenigen Metern schon wieder nach rechts verlässt und nach Überqueren der Hauptstraße in die gegenüberliegende Kirchstraße fährt.</li>
<li>Gleich nach Gaildorf geht es in der »Graf-Pückler-Straße« für ein paar Meter saftig bergan. Mit einer Rohloff nutzt man entweder den ersten Gang oder schiebt gleich, wenn es zu heiß ist.</li>
<li>Innerorts ist die Streckenführung oft nicht zu finden. So fand beispielsweise in Murrhardt gerade ein Markt statt, so dass wir die Hinweisschilder (wir gehen davon aus, dass es welche gab) nicht gesehen haben. Gelegentlich weist die Beschilderung nur den lokalen Radweg aus, der hier einen Teil des überregionalen Stromberg-Murrtal-Radweges bildet. Ebenfalls kommt man an Kreuzungen vorbei, an der die Schilder so angebracht sind, dass man sie zwar in der Gegenrichtung leicht sehen können sollte, aber nicht in Ost-West-Richtung, weil sie sich beispielsweise hinter großen KFZ-Richtungstafeln oder ähnlichem verstecken. Wir vermuten, dass der Radweg primär dazu gedacht ist, in West-Ost-Richtung befahren zu werden.</li>
<li>Außerorts ist die Beschilderung gelegentlich lückenhaft oder wurde einige Meter von der eigentlichen Kreuzung entfernt angebracht. Auch hier sah es so aus, als ob man in West-Ost-Richtung besser zurechtkommen sollte.</li>
<li>An einer Stelle muss man unerwartet einen aspaltierten landwirtschaftlichen Weg verlassen und auf einen Schotterweg wechseln. Es steht dort zwar ein kleiner Richtungsanzeiger, doch der wurde zwischenzeitlich durch einen Holzstapel zur Seite gedrückt und ist duch Vegetation verdeckt. Dank unserer GPS-Geräte haben wir das gleich bemerkt und sind nur wenige Meter geradeaus gefahren.</li>
<li>An einer Stelle muss man eine Spitzkehre hinlegen. Das Schild steht aber so, dass man es aus Ost-West-Richtung nicht sehen kann. Auch hier waren es die GPS-Geräte, die uns einen längeren Umweg ersparten.</li>
<li>Die Streckenführung ist an einigen Stellen sehr radfahrerunfreundlich ausgeführt. Man holpert über Bordsteine, um einen Kreisel muss man im Uhrzeigersinn herumfahren und wir irrten in einem Industriegebiet umher, weil die gegenüberliegende Anschlusstelle niedriger als das Straßenniveau lag und durch zwei Maisfelder schlecht zu erkennen war.</li>
</ul>
<p>Streckenweise hatten wir den Eindruck, dass während der Planung oder nach der Einrichtung keine Testläufe oder nur in entgegengesetzter Richtung stattgefunden haben. Radfahrer, die sich mit den lokalen Gegebenheiten auskennen, werden sicher gut zurechtkommen. Wer als Radreisender unterwegs ist, sollte sich von Karten und vielleicht einem elektronischen Helfer unterstützen lassen und etwas Zeitpuffer für das Suchen der Anschlüsse einplanen. Derart ausgerüstet, sollte die Tour viel Freude bereiten, denn die Steigungen halten sich in Grenzen und die Wege sind meist ruhig. Und man kommt häufig genug durch Ortschaften, um sich mit Proviant bzw. Getränken eindecken zu können.</p>
<style type="text/css">.entry .olMapViewport img {max-width: none; max-height: none;}.entry-content img, .widget img {max-width: none; max-height: none;}.olControlAttribution {bottom: 0 !important;}div.olControlMousePosition {bottom: 1em !important;}#map_3 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_3 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_3" style="width:450px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_3", {            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 lmap = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    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(9.18,48.93).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,8);  var lgml = new OpenLayers.Layer.GML("20110826-StrombergMurrtalRadweg-Web", "http://www.christeck.de/wp-content/uploads/tracks/20110826-StrombergMurrtalRadweg-Web.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);})(jQuery)/* ]]&gt; */ </script></div>
<p>Edit: Die Route kann natürlich auch <a href="http://www.openstreetmap.org/?relation=35699">online abgefragt</a> werden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2011/08/26/der-stromberg-murrtal-radweg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>»Wo geht’s hier zur Oder-Neiße-Linie?« III</title>
		<link>http://www.christeck.de/wp/2011/07/28/wo-gehts-hier-zur-oder-neisse-linie-iii/</link>
		<comments>http://www.christeck.de/wp/2011/07/28/wo-gehts-hier-zur-oder-neisse-linie-iii/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 23:39:09 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Outdoor]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=3680</guid>
		<description><![CDATA[As the last trip from Zittau to Frankfurt (Oder) (german language posting) was interrupted by bad weather conditions, I went to Frankfurt again to complete the trip. The trains partly were well crowded. In Sangerhausen the next train was delayed by half an hour, and the train in Magdeburg didn&#8217;t wait for 5 minutes, so [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_3683" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110714_016.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110714_016-300x168.jpg" alt="The Oder near Frankfurt" title="The Oder near Frankfurt" width="300" height="168" class="size-medium wp-image-3683" /></a><p class="wp-caption-text">The Oder near Frankfurt</p></div>
<p>As the <a href="http://www.christeck.de/wp/2011/06/16/wo-geht%e2%80%99s-hier-zur-oder-neise-linie-ii/">last trip from Zittau to Frankfurt (Oder)</a> (german language posting) was interrupted by bad weather conditions, I went to Frankfurt again to complete the trip. The trains partly were well crowded. In Sangerhausen the next train was delayed by half an hour, and the train in Magdeburg didn&#8217;t wait for 5 minutes, so I (and others) lost an hour waiting for the next one. Fortunately I left Karlsruhe quite early, so the delay did not show any impact.</p>
<p><span id="more-3680"></span></p>
<p>This is the grave (or at least a memorial) of Wilhelm Sauer sited in the »Kleist Park«. It was one of his instruments which I abused to learn playing the pipe organ:</p>
<div id="attachment_3684" class="wp-caption aligncenter" style="width: 178px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_002.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_002-168x300.jpg" alt="Sauer Memorial in Frankfurt (O)" title="Sauer Memorial in Frankfurt (O)" width="168" height="300" class="size-medium wp-image-3684" /></a><p class="wp-caption-text">Sauer Memorial in Frankfurt (O)</p></div>
<p>The german-polish university named a building after <a href="http://en.wikipedia.org/wiki/Marion_Gr%C3%A4fin_D%C3%B6nhoff">Marion Gräfin Dönhoff</a>, an influential journalist I often read.</p>
<div id="attachment_3682" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110714_008.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110714_008-300x168.jpg" alt="Dönhoff Building Frankfurt (O)" title="Dönhoff Building Frankfurt (O)" width="300" height="168" class="size-medium wp-image-3682" /></a><p class="wp-caption-text">Dönhoff Building Frankfurt (O)</p></div>
<p><strong>From Frankfurt to Hohenwutzen</strong></p>
<p>Leaving Frankfurt, the cycleway does not follow the Oder, but some quiet road. In Lebus it joins the Oder again:</p>
<div id="attachment_3685" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_007.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_007-300x168.jpg" alt="The church of Lebus" title="The church of Lebus" width="300" height="168" class="size-medium wp-image-3685" /></a><p class="wp-caption-text">The church of Lebus</p></div>
<p>From now on there was a little wind just from the right direction, but its direction changed soon. The planned destination for today was Küstrin (Kostrzyn nad Odra in polish language). Its medieval center was sited on an island of the Oder in former times, but was completely distroyed at the end of ww2:</p>
<div id="attachment_3687" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_018.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_018-300x168.jpg" alt="The island of Küstrin" title="The island of Küstrin" width="300" height="168" class="size-medium wp-image-3687" /></a><p class="wp-caption-text">The island of Küstrin</p></div>
<p>When leaving the island in direction to Poland, one first passes the bridge over the Oder and after the bridge the ancient fortress. It is segregated from Kostrzyn by the Warthe river (Warta in polish language), which one needs to pass via a further bridge to get to Kostrzyn:</p>
<div id="attachment_3688" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_014.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_014-300x168.jpg" alt="The Küstrin Fortress, as seen from the old town distroyed during ww2" title="The Küstrin Fortress, as seen from the old town distroyed during ww2" width="300" height="168" class="size-medium wp-image-3688" /></a><p class="wp-caption-text">The Küstrin Fortress, as seen from the old town distroyed during ww2</p></div>
<p>The entrance, called »Berlin Gate« (Berliner Tor):</p>
<div id="attachment_3689" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_019.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_019-300x168.jpg" alt="Küstrin Fortress, »Berlin Gate«" title="Küstrin Fortress, »Berlin Gate«" width="300" height="168" class="size-medium wp-image-3689" /></a><p class="wp-caption-text">Küstrin Fortress, »Berlin Gate«</p></div>
<p>Originally I planned to stay in Kostrzyn overnight. As I didn&#8217;t find it that interesting, I decided to append another 20km, which finally turned into 60 additional kilometers. Though there was some significant counter wind, it was just fun to follow the narrow track on top of the dike with its perfect surface &#8211; kilometer by kilometer. I stopped in Hohenwutzen after a total of 120 kilometers instead of the planned 60. AFAIR this was the longest distance I ever passed by bike during one single day.</p>
<p>I was surprised someone knew I came along with an <a href="http://www.christeck.de/wp/2009/02/14/case-for-the-nokia-n810/">Otterbox</a> :) :</p>
<div id="attachment_3691" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_020.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_020-300x171.jpg" alt="Otter warning sign" title="Otter warning sign" width="300" height="171" class="size-medium wp-image-3691" /></a><p class="wp-caption-text">Otter warning sign</p></div>
<p>Beavers seem to exist in this region also:</p>
<div id="attachment_3692" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_028.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_028-300x168.jpg" alt="Trees cut by beavers" title="Trees cut by beavers" width="300" height="168" class="size-medium wp-image-3692" /></a><p class="wp-caption-text">Trees cut by beavers</p></div>
<p>What&#8217;s really outstanding while riding along the Oder is the landscape, the animals and especially the numerous kinds of birds.</p>
<div id="attachment_3686" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_010.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_010-300x168.jpg" alt="Landscape of the Oder valley" title="Landscape of the Oder valley" width="300" height="168" class="size-medium wp-image-3686" /></a><p class="wp-caption-text">Landscape of the Oder valley</p></div>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_033.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_033-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3694" /></a></p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_037.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_037-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3695" /></a></p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_031.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_031-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3696" /></a></p>
<p>Here&#8217;s the perfect supper after such an intense day. That&#8217;s Grey Partridge stuffed with roe deer, Red Cabbage (yes, germans like Kraut :) ), and Thüringer Asch<a href="http://en.wikipedia.org/wiki/Kn%C3%B6del">klöße</a>:</p>
<div id="attachment_3690" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_042.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_042-300x168.jpg" alt="Grey Partridge stuffed with roe deer, red cabbage, and Thüringer Aschklöße" title="Grey Partridge stuffed with roe deer, red cabbage, and Thüringer Aschklöße" width="300" height="168" class="size-medium wp-image-3690" /></a><p class="wp-caption-text">Grey Partridge stuffed with roe deer, red cabbage, and Thüringer Aschklöße</p></div>
<p>BTW: While I know my english skills are rather poor, I dislike it when <a href="http://www.christeck.de/wp/2009/02/28/dummer-als-die-sprachpolizei-erlaubt/">official signs aren&#8217;t written in correct german language</a>:</p>
<div id="attachment_3699" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_043.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110715_043-300x208.jpg" alt="Genitive case ignored (should read as »Hochwasserschutzgebietes«)" title="Genitive case ignored (should read as »Hochwasserschutzgebietes«)" width="300" height="208" class="size-medium wp-image-3699" /></a><p class="wp-caption-text">Genitive case ignored (should read as »Hochwasserschutzgebietes«)</p></div>
<p><strong>From Hohenwutzen to Penkun</strong></p>
<p>A sunny day started with a light wind just from the right direction, so riding the bike was plain fun. Except for the chainglider, which was heavily rattling since yesterday. After some chain lubrification it did a perfect job again.</p>
<p>In Hohensaaten, two canals are joining separated by a small lock. The Oder-Havel-Kanal in direction to the Havel is heading west, while the Friedrichsthaler Wasserstraße is heading North, parallel to the Oder.</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_001.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_001-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3708" /></a></p>
<p>A second lock allows ships to reach the Oder. This was the first time I&#8217;ve seen a bigger ship, a polish freighter:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_004.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_004-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3709" /></a></p>
<p>Near Lunow I took the alternative route which follows the Oder. Close to the &#8220;Eiswachhaus&#8221; Stützkow, the surface changes to less convenient concrete boards which I wanted to avoid. Unfortunately the nearby official route was barred, so leaving the alternative was not an option.</p>
<p>A couple of kilometers later, shortly before reaching Schwedt, there was another surprise. Without any announcement the alternative cycleway was barred as well, due to some bomb disposal. This led to some inconvenient deviation through the grass and sand of the nearby Oder. The rest of this section again led over evil concrete boards. I guess those are acceptable using a bike with full suspension. But guess what my LCR is lacking. This was the day I decided to purchase a suspension kit immediately after the trip:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_007.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_007-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3710" /></a></p>
<p>Schwedt (Oder) is sited close to the Hohensaaten-Friedrichstaler Wasserstraße, but its name mentions the Oder instead anyway. It is saturday afternoon, shortly past 1PM. The inner city is rather dead. Only a few cafes are open, and only a couple of people are crossing the streets.</p>
<div id="attachment_3711" class="wp-caption aligncenter" style="width: 178px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_010.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_010-168x300.jpg" alt="Marienkirche Schwedt (Oder)" title="Marienkirche Schwedt (Oder)" width="168" height="300" class="size-medium wp-image-3711" /></a><p class="wp-caption-text">Marienkirche Schwedt (Oder)</p></div>
<div id="attachment_3712" class="wp-caption aligncenter" style="width: 178px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_011.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_011-168x300.jpg" alt="Courthouse in Schwedt (Oder)" title="Courthouse in Schwedt (Oder)" width="168" height="300" class="size-medium wp-image-3712" /></a><p class="wp-caption-text">Courthouse in Schwedt (Oder)</p></div>
<p>Though Schwedt was the planned destination for today, I dropped it in favour of Penkun due to yesterday&#8217;s efforts. Shortly after leaving, where the »Schwedter Querfahrt« connects the Hohensaaten-Friedrichstaler Wasserstraße and the Oder, one enters the (inter)national park of the lower valley of the Oder:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_014.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_014-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3714" /></a></p>
<p>Soon the cycleway partly crosses some hilly woods:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_020.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_020-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3713" /></a></p>
<p>In Friedrichstal, the Welse (Havel-Oder-Wasserstraße) <a href="http://www.informationfreeway.org/?lat=53.161609187040945&#038;lon=14.367669731350837&#038;zoom=15&#038;layers=BF00F0">enters the western Oder</a>, which forms the border between Germany and Poland:</p>
<div id="attachment_3715" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_021.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_021-300x168.jpg" alt="The Welse joining the Oder near Friedrichtsthal" title="The Welse joining the Oder near Friedrichtsthal" width="300" height="168" class="size-medium wp-image-3715" /></a><p class="wp-caption-text">The Welse joining the Oder near Friedrichtsthal</p></div>
<p>This means that the cycleway is not passing the <a href="http://www.informationfreeway.org/?lat=53.143233808254706&#038;lon=14.385436680017273&#038;zoom=14&#038;layers=BF00F0">nearby bifurcation</a> which splits the Oder into the western and the eastern part. Again, the cycleway on top of the dike is just marvellous:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_022.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_022-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3717" /></a></p>
<div id="attachment_3718" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_025.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_025-300x168.jpg" alt="Approaching Gartz" title="Approaching Gartz" width="300" height="168" class="size-medium wp-image-3718" /></a><p class="wp-caption-text">Approaching Gartz</p></div>
<p>Obviously there was a bridge in former times.</p>
<div id="attachment_3719" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_028.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_028-300x168.jpg" alt="Bridge in Gartz distroyed during ww2" title="Bridge in Gartz distroyed during ww2" width="300" height="168" class="size-medium wp-image-3719" /></a><p class="wp-caption-text">Bridge in Gartz distroyed during ww2</p></div>
<p>My left knee is causing me some trouble, which I won&#8217;t get rid of before returning home.</p>
<p>In Mescherin it&#8217;s time to say good bye, as the route finally leaves the Oder:</p>
<div id="attachment_3720" class="wp-caption aligncenter" style="width: 178px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_031.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_031-168x300.jpg" alt="Church in Mescherin" title="Church in Mescherin" width="168" height="300" class="size-medium wp-image-3720" /></a><p class="wp-caption-text">Church in Mescherin</p></div>
<div id="attachment_3721" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_032.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_032-300x168.jpg" alt="Last image of the Oder" title="Last image of the Oder" width="300" height="168" class="size-medium wp-image-3721" /></a><p class="wp-caption-text">Last image of the Oder</p></div>
<p>It is now getting a bit hilly, leading over some evil concrete boards, some cobblestone roads. This section shows no or only a few signs indicating the right way:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_033.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_033-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3722" /></a></p>
<p>Later minor roads or separated lanes along primary roads can be found as a reward:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_035.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_035-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3725" /></a></p>
<p>Mirabelle plums inviting for a short rest:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_036.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_036-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3726" /></a></p>
<p>Near Penkun there&#8217;s an ancient wind mill in Storkow, but it was too late to drop by. In Penkun there&#8217;s a nice lake which can be used for swimming, and an &#8220;open air&#8221; museum showing some replicas of shelters which have been used by early slavic peoples. Unfortunately I left the next morning before it opened. The inner village hosts an old castle:</p>
<div id="attachment_3724" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_042.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110716_042-300x168.jpg" alt="Penkun Castle" title="Penkun Castle" width="300" height="168" class="size-medium wp-image-3724" /></a><p class="wp-caption-text">Penkun Castle</p></div>
<p><strong>From Penkun to Löcknitz</strong></p>
<p>My left knee is complaining a lot, and the forecast predicts some strong rain this afternoon. I decide for a very short trip to Löcknitz only.</p>
<p>At the end of the village of Lebehn this house is sited:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110717_002.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110717_002-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3723" /></a></p>
<p>Some minor roads lead the way to Löcknitz. A couple of meters before reaching it, the route uses a path along a lake where one can find an elder oak:</p>
<div id="attachment_3727" class="wp-caption aligncenter" style="width: 178px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110717_004.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110717_004-168x300.jpg" alt="Oak near Löcknitz" title="Oak near Löcknitz" width="168" height="300" class="size-medium wp-image-3727" /></a><p class="wp-caption-text">Oak near Löcknitz</p></div>
<p>Löcknitz was build around an old castle, which partially still exists:</p>
<div id="attachment_3728" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110717_006.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110717_006-300x168.jpg" alt="Castle in Löcknitz" title="Castle in Löcknitz" width="300" height="168" class="size-medium wp-image-3728" /></a><p class="wp-caption-text">Castle in Löcknitz</p></div>
<p>The rain which was expected during afternoon arrives in the evening hours. Though I&#8217;m not a big fan of soccer, the weather allowed me to watch TV.<br />
Congratulations to the japanese women who win the soccer world cup this evening. Congratulations to the US team for doing a good job as well.</p>
<p>What I notice once again is the fact that the award ceremony is a relatively brief mass processing.</p>
<p><strong>From Löcknitz to Ueckermünde</strong></p>
<p>In the morning hours the sky still looked a bit rainy, but later the amount of blue (not black) holes was raising. Soon it became a sunny though cool day. Partly the route follows an abandoned and dismantled railway through some coniferous woods, but despite the lazy cycling my knee started complaining again.</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_004.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_004-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3729" /></a></p>
<p>A little later one approaches the Stettiner Haff:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_012.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_012-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3730" /></a></p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_016.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_016-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3731" /></a></p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_022.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_022-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3732" /></a></p>
<p>Finally I reach Ueckermünde, today&#8217;s destination:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_028.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_028-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3733" /></a></p>
<p>Though it is a nice town, I dislike the cheap populist ads of the <a href="http://en.wikipedia.org/wiki/National_Democratic_Party_of_Germany">NPD</a>, a far right German nationalist party. During the election in 2009 they gained 3 out of 25 seats of the local parliament:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_036.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_036-212x300.jpg" alt="" title="" width="212" height="300" class="aligncenter size-medium wp-image-3735" /></a></p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_035.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110718_035-300x205.jpg" alt="" title="" width="300" height="205" class="aligncenter size-medium wp-image-3734" /></a></p>
<p><strong>From Ueckermünde to Wolgast</strong></p>
<p>The official Oder-Neisse cycleroute ends in Ueckermünde. But as the Baltic sea is that close, there was no excuse not to visit it.</p>
<p>A boat brings people and bikes from Ueckermünde to Kamminke at 8:10 AM. The duration of the trip is about 80 minutes, the price is about 19:50€ and the speed of the boat is about 17 kilometers per hour. That&#8217;s not exactly cheap and I guess the company is making good money, but the trip was fun anyway:</p>
<div id="attachment_3736" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_002.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_002-300x168.jpg" alt="Leaving Ueckermünde by boat" title="Leaving Ueckermünde by boat" width="300" height="168" class="size-medium wp-image-3736" /></a><p class="wp-caption-text">Leaving Ueckermünde by boat</p></div>
<p>After leaving the boat, I followed the cycleway to Świnoujście (Swinemünde in german):</p>
<div id="attachment_3737" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_009.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_009-300x168.jpg" alt="Świnoujście harbour" title="Świnoujście harbour" width="300" height="168" class="size-medium wp-image-3737" /></a><p class="wp-caption-text">Świnoujście harbour</p></div>
<p>I didn&#8217;t spend much time there but went to Ahlbeck immediately. From Ahlbeck it is easy to follow the coastline of the Usedom island to Heringsdorf and Bansin. The cycleway first follows the promenade for a couple of kilometers. Frankly, that&#8217;s not the kind of holiday I&#8217;d like to spend:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_016.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_016-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3738" /></a></p>
<p>Then it follows some paths through the rather hilly woods:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_020.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_020-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3742" /></a></p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_0181.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_0181-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3740" /></a></p>
<p>Finally I left the coastline in Zinnowitz and headed to Wolgast, which is sited at the Peene:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_022.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_022-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3741" /></a></p>
<p>A couple of nice buildings can be found in the city:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_025.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_025-168x300.jpg" alt="" title="" width="168" height="300" class="aligncenter size-medium wp-image-3743" /></a></p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_026.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_026-168x300.jpg" alt="" title="" width="168" height="300" class="aligncenter size-medium wp-image-3744" /></a></p>
<p>Additionally the harbour is worth a visit. It was not late yet and I originally intended to end the trip in Greifswald, but my knee didn&#8217;t support this plan. Additionally the forecast announced several rainy days ahead, so the tour ends after less than 400 kilometers with some fresh baltic sea food :) .</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_028.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110719_028-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3745" /></a></p>
<p><strong>Software used</strong></p>
<p>The &#8220;one and only&#8221; electronic device I used was the Nokia N900 smartphone.</p>
<p>I used MoNav for tracklogging, searching for addresses and let it do the routing whenever I did not follow the official Oder-Neisse-Cycleway. It also was very useful to calculate the length of distamces to some destinations.</p>
<p>Mappero was useful to display the downloaded route on top of a map &#8211; a feature MoNav still is missing. Additionally it was very useful to serch POIs in inner cities &#8211; a second feature where MoNav can learn a lot.</p>
<p>To get a clue about next day&#8217;s weather, I used omweather, which retreives its information from weather.com.</p>
<p>Evopedia was useful to search for useful information independently from the availability of an internet connection.</p>
<p>All the rest like cell phone, note taking, rss reading, waypoint catching and the like.</p>
<p>To be honest, I have no clue how I survived the last 4 decades without a smartphone. Though Maemo is a dead platform, the N900 is almost the perfect companion while riding the bike.</p>
<p><strong>Openstreetmap</strong></p>
<p>This trip had been less fun without OSM data for MoNav and Mappero. Plus, I fund some missing or incompletely mapped details I have now fixed. But admittedly, my role transmogrified of an addicted mapper back in 2006 to a software developer who now works more on the data consumer side.</p>
<p><strong>Hotel recommendations</strong></p>
<p>Locating good hotels beforehand is quite difficult. Here are some locations I can recommend:</p>
<ul>
<li>Hohenwutzen: Hotel »Fährbuhne«, about 50€</li>
<li>Löcknitz: Hotel »Haus am See«, about 55€, including free entry to the adjacent swimming lake</li>
<li>Ueckermünde: »Hotel am Markt«, small room about 59€</li>
</ul>
<p>That&#8217;s not exactly cheap, but &#8220;you get what you pay for&#8221; :) .</p>
<p><strong>The trip</strong></p>
<style type="text/css">.entry .olMapViewport img {max-width: none; max-height: none;}.entry-content img, .widget img {max-width: none; max-height: none;}.olControlAttribution {bottom: 0 !important;}div.olControlMousePosition {bottom: 1em !important;}#map_4 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px;}#map_4 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px;}</style><div id="map_4" style="width:450px; height:300px; overflow:hidden;padding:0px;border:none;"><script type="text/javascript">/* <![CDATA[ */(function($) { map = new OpenLayers.Map ("map_4", {            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 lmap = new OpenLayers.Layer.OSM.Osmarender("Osmarender");var layerOSM_Attr = new OpenLayers.Layer.Vector("OSM-plugin",{attribution:"<a href=\"http://www.Fotomobil.at/wp-osm-plugin\">OSM plugin</a>"});map.addLayers([lmap, layerOSM_Attr]);    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(13.8454,53.317).transform(map.displayProjection,  map.projection);map.setCenter (lonLat,7);  var lgml = new OpenLayers.Layer.GML("OderNeisseII-Purged", "http://www.christeck.de/wp-content/uploads/tracks/OderNeisseII-Purged.gpx", {    format: OpenLayers.Format.GPX,    style: {strokeColor: "blue", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection("EPSG:4326")  });  map.addLayer(lgml);})(jQuery)/* ]]&gt; */ </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2011/07/28/wo-gehts-hier-zur-oder-neisse-linie-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subjugating the french god of wind</title>
		<link>http://www.christeck.de/wp/2011/07/09/subjugating-the-french-god-of-wind/</link>
		<comments>http://www.christeck.de/wp/2011/07/09/subjugating-the-french-god-of-wind/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 17:28:01 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Lifestyle]]></category>
		<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[Outdoor]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=3665</guid>
		<description><![CDATA[Though I do not want to complain about the weather this year, it often is accompanied by some light wind of about 15 kilometers per hour. Today it got even worse. Some heavy weather was brewing near Wissembourg. Heck, cyclists who rode the opposit direction had better luck :) . I needed more then three [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110709_002.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110709_002-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3666" /></a></p>
<p>Though I do not want to complain about the weather this year, it often is accompanied by some light wind of about 15 kilometers per hour. Today it got even worse. Some heavy weather was brewing near Wissembourg. Heck, cyclists who rode the opposit direction had better luck :) .</p>
<p><span id="more-3665"></span></p>
<p>I needed more then three hours for the 40 kilometers, including a short delay at the ferry in Neuburgweier and a short rest. <a href="http://www.christeck.de/wp/2011/05/29/ein-wahrer-gourmet-scheut-niemals-ein-geschmackserlebnis/">Once again</a> I visited my favourite restaurant to try some local alsacien food. That&#8217;s Pressé de joues de bœf avec vinaigrette de raifort et crudités (brawn of cow, horseradish, and raw food).</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110709_007.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/20110709_007-300x168.jpg" alt="" title="" width="300" height="168" class="aligncenter size-medium wp-image-3667" /></a></p>
<p>There was nothing to map for openstreetmap, as I did this already in the last four years. I found some new streets under construction in Wissembourg, but there was no access. Obviously I need to drop by again in the near future :) .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2011/07/09/subjugating-the-french-god-of-wind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia N810 Mappingset abzugeben</title>
		<link>http://www.christeck.de/wp/2011/07/03/nokia-n810-mappingset-abzugeben/</link>
		<comments>http://www.christeck.de/wp/2011/07/03/nokia-n810-mappingset-abzugeben/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 13:57:09 +0000</pubDate>
		<dc:creator>ce</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Openstreetmap]]></category>

		<guid isPermaLink="false">http://www.christeck.de/wp/?p=3630</guid>
		<description><![CDATA[Das N810 hatte ich mir fast ausschließlich für Mappingaktivitäten geholt. Einerseits steht mit Maemo Mapper eine wirklich gute App zur Verfügung, um mit Karten von OSM (und anderen Quellen) auf Wander- und Radtouren zu gehen, andererseits steht mit osm2go ein Programm zur Verfügung, mittels dessen man live vor Ort Daten für Openstreetmap erfassen kann. Das [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/IMG_2287.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/IMG_2287-300x272.jpg" alt="" title="" width="300" height="272" class="aligncenter size-medium wp-image-3631" /></a></p>
<p>Das N810 hatte ich mir fast ausschließlich für Mappingaktivitäten geholt. Einerseits steht mit <a href="http://maemo.org/downloads/product/OS2008/maemo-mapper/">Maemo Mapper</a> eine wirklich gute App zur Verfügung, um mit Karten von OSM (und anderen Quellen) auf Wander- und Radtouren zu gehen, andererseits steht mit <a href="http://maemo.org/downloads/product/OS2008/osm2go/">osm2go</a> ein Programm zur Verfügung, mittels dessen man live vor Ort Daten für Openstreetmap erfassen kann. Das Hochladen erfolgt anschießend direkt vom Gerät aus, sobald man ein Funknetz (WLAN) zur Verfügung hat. Somit entfällt das Nachbearbeiten der Daten am heimischen Rechner. Ich habe mit dem Gerät Wald- und Wanderwege genauso erfasst wie Hausnummern und halbe Ortschaften wie <a href="http://www.openstreetmap.org/?lat=51.28232&#038;lon=9.63496&#038;zoom=15&#038;layers=O">Oberkaufungen</a>. Sehr schön ist das hochauflösende Display, das man auch im Freien gut ablesen kann &#8211; um Kartenmaterial anzusehen, kann man gar nicht genug Pixel zur Verfügung haben.</p>
<p><span id="more-3630"></span></p>
<p>Allerdings ist der eingebaute GPS-Empfänger ziemlich schwachbrüstig. Ich habe daher einen externen Blumax-Bluetooth-Empfünger mit einem Sirf III-Chipsatz genutzt:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/IMG_2284.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/IMG_2284-300x212.jpg" alt="" title="" width="300" height="212" class="aligncenter size-medium wp-image-3634" /></a></p>
<p>Hier noch eine KFZ-Halterung, die entweder an der Windschutzscheibe oder am Armaturenbrett befestigt werden kann und in alle Richtungen verstellbar ist. Die OPenStreetMug gehört allerdings nicht dazu :) :</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/IMG_2292.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/IMG_2292-300x225.jpg" alt="" title="" width="300" height="225" class="aligncenter size-medium wp-image-3633" /></a></p>
<p>Leider liegt das Gerät schon eine Weile ungenutzt herum, weil ich inzwischen ein Nokia N900-Smartphone nutze. Ich würde das Gerät daher gerne an Mapper abgeben, die vielleicht gerne Hausnummern erfassen oder komplizierte Kreuzungen vor Ort modellieren möchten.</p>
<p>Das Gerät zeigt Gebrauchsspuren, ist aber voll funktionsfähig. Insbesondere die ausschiebbare Tastatur hat ein paar Kratzer abbekommen:</p>
<p><a href="http://www.christeck.de/wp/wp-content/uploads/christeck.de/IMG_2298.jpg"><img src="http://www.christeck.de/wp/wp-content/uploads/christeck.de/IMG_2298-300x225.jpg" alt="" title="" width="300" height="225" class="aligncenter size-medium wp-image-3632" /></a></p>
<p>Das Gerät ist aus Edelstahl und dementsprechend robust. Das Betriebssystem ist frisch aufgespielt, so dass sich die Software im Originalzustand befindet. Wer sich für das N810 oder den Komplettsatz inklusive KFZ-Halterung und externem GPS-Empfänger interessiert, schreibt am besten <a href="http://www.openstreetmap.org/user/SlowRider">SlowRider</a> eine Nachricht. Eine <a href="http://www.christeck.de/wp/2009/02/14/case-for-the-nokia-n810/">Einlage für eine Otterbox 2000</a> kann ich auch noch beilegen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christeck.de/wp/2011/07/03/nokia-n810-mappingset-abzugeben/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

