<?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>Subjektive Wahrnehmung</title>
	<atom:link href="http://blog.gegg.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gegg.us</link>
	<description>Ein Blog über Freie Software, (Netz-)politik und mehr</description>
	<lastBuildDate>Fri, 06 Aug 2010 18:50:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PostGIS and hstore for OSM Data</title>
		<link>http://blog.gegg.us/2010/07/postgis-and-hstore-for-osm-data/</link>
		<comments>http://blog.gegg.us/2010/07/postgis-and-hstore-for-osm-data/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 18:55:40 +0000</pubDate>
		<dc:creator>giggls</dc:creator>
				<category><![CDATA[FOSSGIS]]></category>
		<category><![CDATA[Openstreetmap]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[hstore]]></category>

		<guid isPermaLink="false">http://blog.gegg.us/?p=606</guid>
		<description><![CDATA[Unlike traditional GIS data, which usually uses just a couple of attributes per spacial object, openstreetmaps comes with a free tagging scheme. In traditional database design it is impossible to store this type of data in a single table thus adding the need for joins in any single SQL request.
Starting from Version 9.0 PostgreSQL will [...]]]></description>
			<content:encoded><![CDATA[<p>Unlike traditional GIS data, which usually uses just a couple of attributes per spacial object, openstreetmaps comes with a free tagging scheme. In traditional database design it is impossible to store this type of data in a single table thus adding the need for <a href="http://en.wikipedia.org/wiki/Join_%28SQL%29">joins</a> in any single SQL request.</p>
<p>Starting from Version 9.0 PostgreSQL will however include an extension called hstore which is available as a <a href="http://pgfoundry.org/projects/hstore-new/">backport for current Versions of PostgreSQL</a> (8.3 and 8.4) and even as a debian package.</p>
<p>Using this extension an additional key/value table is no longer needed.</p>
<p>Already back in March <a href="http://www.mail-archive.com/dev@openstreetmap.org/msg10853.html">I commited a patch</a> for osm2pgsl which would allow for storage of tag objects inside such a hstore column.</p>
<p>An hstore is basically what is known as hash (perl) or dictionary (python) in scripting languages. A datatype for storage of key value pairs &#8211; well suited for storage of OSM data tags.</p>
<p>Talking about python I took me quite some time to figure out how to convert a hstore result from an SQL query so here is how it works:</p>
<pre>q="select (each(tags)).key,(each(tags)).value from ... where ..."
cur.execute(q)
rows = cur.fetchall()
hstore=dict(rows)
</pre>
<p>Back to the actual hstore issue&#8230;</p>
<p>In the meantime people are actually starting to use this stuff and <a href="http://wiki.openstreetmap.org/wiki/User:MaZderMind">MaZder</a> even wrote a <a href="http://wiki.openstreetmap.org/wiki/DE:HowtoMinutelyHstore">HOWTO document</a> (currently in german language only) on howto set up such a database.</p>
<p>So here are the projects currently using hstore that I am aware of:</p>
<ul>
<li><a href="http://toolserver.org/~kolossos/osm/index.php">Query-to-map</a></li>
<li><a href="http://toolserver.org/~osm/styles/">Map Styles on the Wikimedia Toolserver</a></li>
<li><a href="http://olm.openstreetmap.de">Open Link Map</a></li>
<li><a href="http://post.openstreetmap.de">Mail and Phone Map</a></li>
<li><a href="http://brewpubs.openstreetmap.de">Open Brewpub Map</a> (my own pet project)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.gegg.us/2010/07/postgis-and-hstore-for-osm-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IT-Sicherheit in den Praxis</title>
		<link>http://blog.gegg.us/2010/06/it-sicherheit-in-den-praxis/</link>
		<comments>http://blog.gegg.us/2010/06/it-sicherheit-in-den-praxis/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 09:57:41 +0000</pubDate>
		<dc:creator>giggls</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://blog.gegg.us/?p=589</guid>
		<description><![CDATA[Neulich in einem deutschen ICE-Zug&#8230;
Während ich selber meinen Laptop eingeschaltet habe und per ssh über UMTS daheim eingeloggt bin und so an meine Daten rankomme wählt der Geschäftsreisende nebenan die &#8220;pragmatische&#8221; Methode. Die ist so pragmatisch dass ich sie gleich hier in meinem Blog beschreiben möchte!
Namen der teilnehmenden Personen und Firmen wurden aus &#8220;Sicherheitsgründen&#8221; gelöscht.
Geschäftsreisender [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Neulich in einem deutschen ICE-Zug&#8230;</strong></p>
<p>Während ich selber meinen Laptop eingeschaltet habe und per ssh über UMTS daheim eingeloggt bin und so an meine Daten rankomme wählt der Geschäftsreisende nebenan die &#8220;pragmatische&#8221; Methode. Die ist so pragmatisch dass ich sie gleich hier in meinem Blog beschreiben möchte!</p>
<p>Namen der teilnehmenden Personen und Firmen wurden aus &#8220;Sicherheitsgründen&#8221; gelöscht.</p>
<p>Geschäftsreisender am Mobiltelefon:</p>
<blockquote><p>Kannst Du bitte mal schaun ob mein Computer eingeschaltet ist?</p></blockquote>
<p>Gesprächspartner auf der anderen Seite antwortet wohl dass dies der Fall sei&#8230;</p>
<blockquote><p>OK, da ist dann der Bildschirmschoner drin. Dann mußt Du mein Passwort eintippen. Das Passwort lautet <strong>Milch777</strong> das l ist eine 1; ich buchstabiere nochmal: M.i.1.c.h.7.7.7</p></blockquote>
<p>Da hat also jemand (zumindest ansatzweise) schonmal etwas über sichere Passwörter gehört. Selbstverständlich wird der Gute sein Passwort auch sofort ändern, wenn er wieder daheim angekommen ist.</p>
<p>Alles im grünen Bereich sozusagen, ich hätte also den zugehörigen Firmennamen hier völlig problemlos erwähnen können <img src='http://blog.gegg.us/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gegg.us/2010/06/it-sicherheit-in-den-praxis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google https-search in Firefox search bar</title>
		<link>http://blog.gegg.us/2010/05/google-https-search-in-firefox-search-bar/</link>
		<comments>http://blog.gegg.us/2010/05/google-https-search-in-firefox-search-bar/#comments</comments>
		<pubDate>Sun, 23 May 2010 12:05:42 +0000</pubDate>
		<dc:creator>giggls</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tipp/hint]]></category>

		<guid isPermaLink="false">http://blog.gegg.us/?p=579</guid>
		<description><![CDATA[Google just announced the Availability of their Web Search via SSL.
Telling Google what you are looking for can&#8217;t be prevented that easy, but it is now possible to prevent telling anybody else who might sit in the middle of your communication.
Just use https://www.google.com instead of http://www.google.com for doing searches and you are done.
Well, unfortunately I [...]]]></description>
			<content:encoded><![CDATA[<p>Google just <a href="http://googleblog.blogspot.com/2010/05/search-more-securely-with-encrypted.html">announced the Availability of their Web Search via SSL</a>.</p>
<p>Telling Google what you are looking for can&#8217;t be prevented that easy, but it is now possible to prevent telling anybody else who might sit in the middle of your communication.</p>
<p>Just use <a href="https://www.google.com">https://www.google.com</a> instead of <a href="http://www.google.com">http://www.google.com</a> for doing searches and you are done.</p>
<p>Well, unfortunately I don&#8217;t usually call the Website at <a href="http://www.google.com">http://www.google.com</a> directly for doing searches but using the <a href="http://www.mozilla.com/en-US/firefox/search.html">Firefox Search toolbar</a> instead.</p>
<p>For some strange reason this toolbar can not be customized via GUI. However the solution is still simple and might be of value for anybody else, thats why I am about to write this <img src='http://blog.gegg.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just enter the directory where you firefox Installation is located and have a look for a file called <strong>google.xml</strong> inside a subdirectory called <strong>searchplugins</strong>.</p>
<p>All you need to do here is to replace any apperance of the string <em>http://</em> by <em>https://</em></p>
<p>Now restart firefox and enjoy your encrypted search.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gegg.us/2010/05/google-https-search-in-firefox-search-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ölpest und subjektive Wahrnehmung</title>
		<link>http://blog.gegg.us/2010/05/olpest-und-subjektive-wahrnehmung/</link>
		<comments>http://blog.gegg.us/2010/05/olpest-und-subjektive-wahrnehmung/#comments</comments>
		<pubDate>Fri, 21 May 2010 23:04:18 +0000</pubDate>
		<dc:creator>giggls</dc:creator>
				<category><![CDATA[Umwelt/Environment]]></category>

		<guid isPermaLink="false">http://blog.gegg.us/?p=565</guid>
		<description><![CDATA[Grade lese ich in der TAZ einen Artikel zum Thema Ölpest im Golf von Mexiko. Soweit, so wenig außergewöhnlich!
Interessant sind indessen die letzten zwei Abschnitte. Zunächst wird über einen Zwischenfall, der (die subjektive Wahrnehmung lässt grüßen&#8230; ) in anderen Zeiten sicherlich keiner Erwähnung Wert gewesen wäre, berichtet und dann des Weiteren festgestellt, dass bei diesem [...]]]></description>
			<content:encoded><![CDATA[<p>Grade lese ich in der <a href="http://www.taz.de/1/zukunft/umwelt/artikel/1/bp-kriegt-druck/">TAZ</a> einen Artikel zum Thema Ölpest im Golf von Mexiko. Soweit, so wenig außergewöhnlich!</p>
<p>Interessant sind indessen die letzten zwei Abschnitte. Zunächst wird über einen Zwischenfall, der (die subjektive Wahrnehmung lässt grüßen&#8230; ) in anderen Zeiten sicherlich keiner Erwähnung Wert gewesen wäre, berichtet und dann des Weiteren festgestellt, dass bei diesem bessere technische Geräte im Einsatz waren.</p>
<p>Was lernen wir nun also <strong>objektiv</strong> daraus?</p>
<p>Schlamperei und Korruption sind in der Regel die Ursache für Unfälle in technischen Anlagen. Das wiederum ist eine Binsenweisheit.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gegg.us/2010/05/olpest-und-subjektive-wahrnehmung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>schwarz/gelb in NRW und die Verfassungsfeinde</title>
		<link>http://blog.gegg.us/2010/05/schwarzgelb-in-nrw-und-die-verfassungsfeinde/</link>
		<comments>http://blog.gegg.us/2010/05/schwarzgelb-in-nrw-und-die-verfassungsfeinde/#comments</comments>
		<pubDate>Fri, 14 May 2010 16:35:42 +0000</pubDate>
		<dc:creator>giggls</dc:creator>
				<category><![CDATA[Politik/politics]]></category>

		<guid isPermaLink="false">http://blog.gegg.us/?p=540</guid>
		<description><![CDATA[Letzten Sonntag hörte man CDU Menschen wie den Jürgen Rüttgers oder auch den Hermann Gröhe dauernd davon sprechen, dass es sich bei der Linkspartei um Verfassungsfeinde handeln würde. Auch aus der NRW FDP ist dieses nun lautstark zu vernehmen.
Interessanterweise sind das jetzt genau die beiden Parteien, die ein Verfassungsschutzgesetz zu verantworten haben, das vom BVerfG [...]]]></description>
			<content:encoded><![CDATA[<p>Letzten Sonntag hörte man CDU Menschen wie den Jürgen Rüttgers oder auch den Hermann Gröhe dauernd davon sprechen, dass es sich bei der Linkspartei um Verfassungsfeinde handeln würde. Auch aus der NRW FDP ist dieses nun lautstark zu vernehmen.</p>
<p>Interessanterweise sind das jetzt genau die beiden Parteien, die ein Verfassungsschutzgesetz zu verantworten haben, das <a href="http://www.bundesverfassungsgericht.de/pressemitteilungen/bvg08-022.html">vom BVerfG kassiert</a> wurde. </p>
<p>Ehrlich gesagt ärgert mich das ganz gewaltig!</p>
<p>Da fragt man sich nämlich schon von wem die größere Gefahr für den Rechtsstaat ausgeht? Von ein paar linken Spinnern in der Linkspartei, oder von Vertretern etablierter Parteien, die verfassungswidrige Gesetze machen und dann auch noch <a href="https://twitter.com/foebud/status/9976278240">sauer reagieren</a>, wenn man sie deshalb auch nur in die Nähe von Verfassungsfeinden rückt.</p>
<p>Oder um es mit Theodor W. Adorno zu sagen:</p>
<blockquote><p>Ich fürchte mich nicht vor der Rückkehr der Faschisten in der Maske der Faschisten, sondern vor der Rückkehr der Faschisten in der Maske der Demokraten.</p></blockquote>
<p>Arg weit davon entfernt scheinen gewisse Teile der CDU gar nicht mal zu sein.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gegg.us/2010/05/schwarzgelb-in-nrw-und-die-verfassungsfeinde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Native = Selbstdarsteller?</title>
		<link>http://blog.gegg.us/2010/05/digital-native-selbstdarsteller/</link>
		<comments>http://blog.gegg.us/2010/05/digital-native-selbstdarsteller/#comments</comments>
		<pubDate>Wed, 05 May 2010 17:40:49 +0000</pubDate>
		<dc:creator>giggls</dc:creator>
				<category><![CDATA[Netzpolitik]]></category>

		<guid isPermaLink="false">http://blog.gegg.us/?p=522</guid>
		<description><![CDATA[Heute nimmt also die Enquete-Kommission &#8220;Internet und digitale Gesellschaft&#8221; ihre Arbeit auf. Im Heiseticker kann man dazu eine kurze Zusammenfassung lesen.
Ein wenig sauer stößt mir hingegen die dort verlinkte Bewertung von Politik Digital auf. Nach deren Definition ist man offensichtlich nur dann ein &#8220;Digital Native&#8221;, wenn man aktiv bei diesen neumodischen Datensammeldiensten wie Facebook und [...]]]></description>
			<content:encoded><![CDATA[<p>Heute nimmt also die Enquete-Kommission &#8220;Internet und digitale Gesellschaft&#8221; ihre Arbeit auf. <a href="http://www.heise.de/newsticker/meldung/Enquete-Kommission-Internet-nimmt-ihre-Arbeit-auf-994054.html">Im Heiseticker</a> kann man dazu eine kurze Zusammenfassung lesen.</p>
<p>Ein wenig sauer stößt mir hingegen die dort verlinkte <a href="http://politik-digital.de/test-enquete-kommission-internet-digitale-gesellschaft-bundestag">Bewertung von Politik Digital</a> auf. Nach deren Definition ist man offensichtlich nur dann ein &#8220;Digital Native&#8221;, wenn man aktiv bei diesen neumodischen Datensammeldiensten wie Facebook und Konsorten dabei ist.</p>
<p>Sorry Leute, aber es gibt eine ganze Reihe von &#8220;Digital Natives&#8221;, die sich bewußt dagegen entscheiden haben Veröffentlichungen an anderer Stelle zu schreiben als auf ihrer privaten Webseite.</p>
<p>Nein, ich bin nicht bei Facebook, benutze Twitter nur sporadisch und auch in meinem Blog gibt es nur ab und zu einen Artikel. Eigentlich immer dann, wenn ich denke ich hab da was spannendes meist technisches was auch andere interessieren könnte.</p>
<p>Trotzdem kann man mich wohl zu den &#8220;Digital Natives&#8221; zählen. Dazu muss man nur mal meinen Namen bei <a href="http://www.google.com/search?q=Sven%20Geggus">Google</a> eintippen <img src='http://blog.gegg.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Dass dabei der fast nie benutzte Twitter Account tatsächlich an prominenter Stelle auftaucht zeigt dass auch Google subjektive Wahrnehmung fördert <img src='http://blog.gegg.us/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Offensichtlich schon zu lange her, dass ich meinen Namen mal selbst gegoogelt habe.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gegg.us/2010/05/digital-native-selbstdarsteller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 201 Gigapixel Image :)</title>
		<link>http://blog.gegg.us/2010/03/the-201-gigapixel-image/</link>
		<comments>http://blog.gegg.us/2010/03/the-201-gigapixel-image/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 22:14:49 +0000</pubDate>
		<dc:creator>giggls</dc:creator>
				<category><![CDATA[FOSSGIS]]></category>
		<category><![CDATA[Openstreetmap]]></category>

		<guid isPermaLink="false">http://blog.gegg.us/?p=503</guid>
		<description><![CDATA[German Company Aerowest is providing Openstreetmap with high resolution Images.
Once again I have been doing most of the technical work which needed to be done behind the scenes. While wms.openstreetmap.de has been up and running for a few weeks now I still had to do some stuff to get the things going.
First of all I [...]]]></description>
			<content:encoded><![CDATA[<p>German Company <a href="http://www.aerowest.de/">Aerowest</a> is providing Openstreetmap with <a href="http://wiki.openstreetmap.org/wiki/Dortmund/Luftbilder/Pressemitteilung">high resolution Images</a>.</p>
<p>Once again I have been doing most of the technical work which needed to be done behind the scenes. While <a href="http://blog.gegg.us/2010/01/announcing-wms-openstreetmap-de/">wms.openstreetmap.de</a> has been up and running for a few weeks now I still had to do some stuff to get the things going.</p>
<p>First of all I converted the mapscript from the older <a href="http://www.modpython.org">mod_python</a> to the state of the art <a href="http://code.google.com/p/modwsgi/">mod_wsgi</a>. Furthermore the script has been extended to allow for individual copyright-watermarks based on mapfile entries. Tiles generated for Potlatch are now cached using the Apache Module <a href="http://httpd.apache.org/docs/2.2/mod/mod_disk_cache.html">mod_disk_cache</a>.</p>
<p>The aerial image itself came as a raster image of 201 Gigapixels in the very good (in terms of image compression) but proprietary <a href="http://en.wikipedia.org/wiki/ECW_%28file_format%29">ECW-format</a>. For legal reasons we are now using another format for actually serving the image (eating a huge 675 Gigabytes of disk-space) because the proprietary license of libecwj2 does not state very clearly if we are allowed to use it in our setup or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gegg.us/2010/03/the-201-gigapixel-image/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FDP: Die richtige Meinung aus den falschen Gründen</title>
		<link>http://blog.gegg.us/2010/02/fdp-richtige-meinung-aus-den-falschen-grunden/</link>
		<comments>http://blog.gegg.us/2010/02/fdp-richtige-meinung-aus-den-falschen-grunden/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 18:49:24 +0000</pubDate>
		<dc:creator>giggls</dc:creator>
				<category><![CDATA[Netzpolitik]]></category>

		<guid isPermaLink="false">http://blog.gegg.us/?p=497</guid>
		<description><![CDATA[Die FDP hat oft die richtige Meinung, aber fast immer aus den falschen Gründen. So habe ich das bisher immer formuliert wenn es um diese Partei und Ihre Meinung zu Bürgerrechten ging. Oft sind damit nämlich nicht die Rechte der Bürger gemeint sondern die Rechte der Wirtschaft. So verwundert es mich nun auch nicht im [...]]]></description>
			<content:encoded><![CDATA[<p>Die FDP hat oft die richtige Meinung, aber fast immer aus den falschen Gründen. So habe ich das bisher immer formuliert wenn es um diese Partei und Ihre Meinung zu Bürgerrechten ging. Oft sind damit nämlich nicht die Rechte der Bürger gemeint sondern die Rechte der Wirtschaft. So verwundert es mich nun auch nicht im Geringsten, dass man heute <a href="http://http://www.zeit.de/digital/datenschutz/2010-02/maiziere-datenbrief-datenschutz">in der Zeit</a> lesen kann, dass die FDP gegen den Datenbrief ist.</p>
<p>Der Innenminister hingegen findet die Idee nicht verkehrt. Das wiederum sieht für mich irgendwie so aus, als ob man gemerkt hat, dass man im Netzpolitik Umfeld zulegen muss. Nun ja, ich bleibe nach der <a href="http://webtv.bundestag.de/iptv/player/macros/bttv/list.html?pageOffset=0&#038;pageLength=20&#038;sort=2&#038;lastName=&#038;firstName=&#038;fraction=&#038;meetingNumber=&#038;period=17&#038;startDay=25.02.2010&#038;endDay=25.02.2010&#038;topic=Kinderpornographie&#038;submit=Suchen">unsäglichen Rede der CSU-Frau Dorothee Bär</a> vom Donnerstag dann doch skeptisch.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gegg.us/2010/02/fdp-richtige-meinung-aus-den-falschen-grunden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing wms.openstreetmap.de</title>
		<link>http://blog.gegg.us/2010/01/announcing-wms-openstreetmap-de/</link>
		<comments>http://blog.gegg.us/2010/01/announcing-wms-openstreetmap-de/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 19:23:29 +0000</pubDate>
		<dc:creator>giggls</dc:creator>
				<category><![CDATA[FOSSGIS]]></category>
		<category><![CDATA[Openstreetmap]]></category>

		<guid isPermaLink="false">http://blog.gegg.us/?p=456</guid>
		<description><![CDATA[A few weeks ago I started to set up http://wms.openstreetmap.de to serve aerial images donated by various sources for Openstreetmap use. Currently the system holds data from german communities Lauf an der Pegnitz and Neunkirchen am Sand (thank you very much for donating the data!). It is designed to be  extensible with additional data [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I started to set up <a href="http://wms.openstreetmap.de">http://wms.openstreetmap.de</a> to serve aerial images donated by various sources for Openstreetmap use. Currently the system holds data from german communities <a href="http://www.lauf.de/">Lauf an der Pegnitz</a> and <a href="http://www.neunkirchen-am-sand.de/">Neunkirchen am Sand</a> (thank you very much for donating the data!). It is designed to be  extensible with additional data in an easy way. If anybody in the Openstreetmap community is looking for such a service just drop me a line.</p>
<p>The system is powered by <a href="http://mapserver.org/">Mapservers</a> mapscript written in Python to allow for convenient URLs in <a href="http://josm.openstreetmap.de">JOSM&#8217;s</a> WMS plugin. In addition to this I just added support for the Online Openstreetmap Editor Potlatch while learning how to use custom tile-servers with it by chance. This is done by converting tilenames in z/x/y format to the bounding boxes needed for WMS. An <a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">Apache mod_rewrite</a> rule provides a virtual tile-URL in the syntax needed by Potlatch and allows for direct edit-links of the available areas now provided on <a href="http://wms.openstreetmap.de">http://wms.openstreetmap.de</a></p>
<p>The script itself will be released as free software and added to Openstreetmap SVN.</p>
<p>Finally I need to mention that the system is also running on one of the <a href="http://wiki.openstreetmap.org/wiki/FOSSGIS/Server">Servers</a> sponsored by german webhosting company <a href="http://www.strato.de">STRATO AG</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gegg.us/2010/01/announcing-wms-openstreetmap-de/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>dev.openstreetmap.de enters production state</title>
		<link>http://blog.gegg.us/2009/12/dev-openstreetmap-de-enters-production-state/</link>
		<comments>http://blog.gegg.us/2009/12/dev-openstreetmap-de-enters-production-state/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 00:29:32 +0000</pubDate>
		<dc:creator>giggls</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.gegg.us/?p=427</guid>
		<description><![CDATA[FOSSGIS e.V. is runnning a development server sponsored by Strato AG for experimental services for the OpenStreetMap community. Unfortunately not a hell of a lot happened since the servers has been announced  
Being one of the admins, I finally started to get the projects running. Unfortunately all of them desire a lot of computing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fossgis.de">FOSSGIS e.V.</a> is runnning a <a href="http://dev.openstreetmap.de">development server</a> sponsored by <a href="http://www.strato.de/">Strato AG</a> for experimental services for the OpenStreetMap community. Unfortunately not a hell of a lot happened since the servers has been announced <img src='http://blog.gegg.us/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Being one of the admins, I finally started to get the projects running. Unfortunately all of them desire a lot of computing power and as far as databases are concerned we seem to need <a href="http://www.postgresql.org">PostgreSQL</a> as well as <a href="http://www.mysql.org">MySQL</a>. The former for its <a href="http://postgis.refractions.net/">geospatial capabilites</a> the latter for speed (if just a limited set of features is required). </p>
<p>If you are looking for data which still proves a challenge for decent computing power just go for processing  OpenStreetMap data in various ways <img src='http://blog.gegg.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I don&#8217;t think that we can handle all <a href="http://wiki.openstreetmap.org/wiki/FOSSGIS/Server/Projects">the projects</a> on one or two machines in the long run, but on the other hand we need to figure out data formats which are suitable for a many projects as possible.<br />
<a href="http://dev.openstreetmap.de"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gegg.us/2009/12/dev-openstreetmap-de-enters-production-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
