<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>PHP, the universe and all the rest - OSM</title>
    <link>http://www.php-groupies.de/blogs/</link>
    <description>PHP Groupie since 1999 </description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.0.3 - http://www.s9y.org/</generator>
    <pubDate>Fri, 15 Apr 2011 16:53:55 GMT</pubDate>

    <image>
        <url>http://www.php-groupies.de/blogs/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: PHP, the universe and all the rest - OSM - PHP Groupie since 1999 </title>
        <link>http://www.php-groupies.de/blogs/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>MySQL Conference talk slides</title>
    <link>http://www.php-groupies.de/blogs/archives/38-MySQL-Conference-talk-slides.html</link>
            <category>MySQL</category>
            <category>OSM</category>
    
    <comments>http://www.php-groupies.de/blogs/archives/38-MySQL-Conference-talk-slides.html#comments</comments>
    <wfw:comment>http://www.php-groupies.de/blogs/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.php-groupies.de/blogs/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (Hartmut Holzgraefe)</author>
    <content:encoded>
    &lt;p&gt;Slides for my two MySQL Conference talks are now available from the O&#039;Reilly conference site:&lt;/p&gt;


&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://en.oreilly.com/mysql2011/public/schedule/detail/17383&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;From Map to Web - OpenStreetMap -&amp;gt; (PostGIS|MySQL|SpatiaLite) -&amp;gt; Openlayers&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://assets.en.oreilly.com/1/event/56/A%20code%20stub%20generator%20for%20MySQL%20and%20Drizzle%20plugins%20Presentation%201.pdf&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;A code stub generator for MySQL and Drizzle plugins&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

 
    </content:encoded>

    <pubDate>Fri, 15 Apr 2011 18:53:55 +0200</pubDate>
    <guid isPermaLink="false">http://www.php-groupies.de/blogs/archives/38-guid.html</guid>
    
</item>
<item>
    <title>osm2pgsql nor able to read PBF files directly</title>
    <link>http://www.php-groupies.de/blogs/archives/36-osm2pgsql-nor-able-to-read-PBF-files-directly.html</link>
            <category>OSM</category>
    
    <comments>http://www.php-groupies.de/blogs/archives/36-osm2pgsql-nor-able-to-read-PBF-files-directly.html#comments</comments>
    <wfw:comment>http://www.php-groupies.de/blogs/wfwcomment.php?cid=36</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.php-groupies.de/blogs/rss.php?version=2.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    

    <author>nospam@example.com (Hartmut Holzgraefe)</author>
    <content:encoded>
    &lt;p&gt;With the changes i recently committed to the OSM SVN repository osm2pgsql can now read OSM files in the new binary PBF format directly (with parsing code based on that found in pbf2osm). Files in PBF format are available from the geofabrik download site along with their XML counterparts and are usually about 30% smaller than bzip2 compressed XML. osm2pgsql also parses PBF about twice as fast, so substantially reducing the time taken for the first processing step.&lt;/p&gt;

&lt;p&gt;Also part of my committed changes are an improved autotools setup that checks for library and header file availability in the configure stage already, and that only includes PBF support if the needed GNU ProtoBuffer related tools and libraries are available.&lt;/p&gt;

&lt;p&gt;Unfortunately the PBF code requires at least protobuf-c 0.14, which is not yet part of current distributions, so you&#039;ll have to install that one from source yourself. But with proper configure checks in place you&#039;ll be at least warned about version mismatches here and osm2pgsql will be built without PBF support then.&lt;/p&gt;

 
    </content:encoded>

    <pubDate>Mon, 08 Nov 2010 23:35:08 +0100</pubDate>
    <guid isPermaLink="false">http://www.php-groupies.de/blogs/archives/36-guid.html</guid>
    
</item>
<item>
    <title>My first JOSM plugin: Direct GPX track download</title>
    <link>http://www.php-groupies.de/blogs/archives/34-My-first-JOSM-plugin-Direct-GPX-track-download.html</link>
            <category>Java</category>
            <category>OSM</category>
    
    <comments>http://www.php-groupies.de/blogs/archives/34-My-first-JOSM-plugin-Direct-GPX-track-download.html#comments</comments>
    <wfw:comment>http://www.php-groupies.de/blogs/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.php-groupies.de/blogs/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Hartmut Holzgraefe)</author>
    <content:encoded>
    &lt;p&gt;No more need to manually download tracks you previously uploaded to openstreetmap.org first, then opening the downloaded file with JOSMs &amp;quot;Open file ...&amp;quot; dialog. You can now pick an uploaded track and have it loaded into a new GPX layer directly with the help of the &lt;b&gt;DirectDownload&lt;/b&gt; &lt;span title=&quot;Something that plugs in&quot; class=&quot;serendipity_glossaryMarkup&quot;&gt;plugin&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;You can download the &lt;a href=&quot;http://php-baustelle.de/DirectDownload.jar&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;compiled plugin .jar&lt;/a&gt; or &lt;a href=&quot;http://php-baustelle.de/DirectDownload.tar.gz&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;the source code&lt;/a&gt;, but be warned: current status is &amp;quot;works for me&amp;quot; aka. &amp;quot;proof of concept&amp;quot;.&lt;br /&gt;
The desired functionality is there, but it still is a bit rough around the edges.&lt;/p&gt;

 &lt;br /&gt;&lt;a href=&quot;http://www.php-groupies.de/blogs/archives/34-My-first-JOSM-plugin-Direct-GPX-track-download.html#extended&quot;&gt;Continue reading &quot;My first JOSM plugin: Direct GPX track download&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 11 Oct 2010 08:02:52 +0200</pubDate>
    <guid isPermaLink="false">http://www.php-groupies.de/blogs/archives/34-guid.html</guid>
    
</item>
<item>
    <title>Is it really that hard ...? (or how i finally learned to hate CSS)</title>
    <link>http://www.php-groupies.de/blogs/archives/33-Is-it-really-that-hard-...-or-how-i-finally-learned-to-hate-CSS.html</link>
            <category>OSM</category>
            <category>PHP</category>
            <category>Why?</category>
    
    <comments>http://www.php-groupies.de/blogs/archives/33-Is-it-really-that-hard-...-or-how-i-finally-learned-to-hate-CSS.html#comments</comments>
    <wfw:comment>http://www.php-groupies.de/blogs/wfwcomment.php?cid=33</wfw:comment>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>http://www.php-groupies.de/blogs/rss.php?version=2.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    

    <author>nospam@example.com (Hartmut Holzgraefe)</author>
    <content:encoded>
    &lt;p&gt;I confess that i&#039;ve been hiding under a stone for quite some time when it comes to contemporary HTML stuff, for most of the things i&#039;m doing on the presentation level even good old HTML 1.0 would be sufficient if it weren&#039;t for the occasinal tabular data ...&lt;/p&gt;

&lt;p&gt;So while i know CSS in theory i&#039;ve never really looked into the black magic of doing CSS layouts and stuff ... until now ...&lt;/p&gt;

&lt;p&gt;What i&#039;m up to right now was to produce a small series of step by step examples on how to use &lt;a href=&quot;http://openlayers.org&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;OpenLayers&lt;/a&gt; to present customized &lt;a href=&quot;http://openstreetmap.org&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;OpenStreetMap&lt;/a&gt; based maps, and for that i wanted to have a simple layout like this:&lt;/p&gt;

 &lt;br /&gt;&lt;a href=&quot;http://www.php-groupies.de/blogs/archives/33-Is-it-really-that-hard-...-or-how-i-finally-learned-to-hate-CSS.html#extended&quot;&gt;Continue reading &quot;Is it really that hard ...? (or how i finally learned to hate CSS)&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 24 Aug 2010 11:09:48 +0200</pubDate>
    <guid isPermaLink="false">http://www.php-groupies.de/blogs/archives/33-guid.html</guid>
    
</item>
<item>
    <title>What a difference a year makes</title>
    <link>http://www.php-groupies.de/blogs/archives/29-What-a-difference-a-year-makes.html</link>
            <category>OSM</category>
    
    <comments>http://www.php-groupies.de/blogs/archives/29-What-a-difference-a-year-makes.html#comments</comments>
    <wfw:comment>http://www.php-groupies.de/blogs/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.php-groupies.de/blogs/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>nospam@example.com (Hartmut Holzgraefe)</author>
    <content:encoded>
    &lt;p&gt;After getting a Panasonic Lumix DMC-FS6 as christmas present for myself last year i today took my first try at &lt;a href=&quot;http://wiki.openstreetmap.org/wiki/Photo_Mapping&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;photo mapping&lt;/a&gt; with &lt;a href=&quot;http://wiki.openstreetmap.org/wiki/Josm&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;Josm&lt;/a&gt; ... and failed.&lt;/p&gt;

&lt;p&gt;Camera and GPS device clocks seemed to be almost perfectly in sync but i could not convince JOSM to load those issues and associate them with the loaded GPX track at all, no matter what i tried.&lt;/p&gt;

&lt;p&gt;After double checking the photos EXIF tag entries and file system time stamps and the .gpx file entries for quite a while i finally found the reason:&lt;/p&gt;

&lt;p&gt;The camera still believed to be living in 2009, it hat somehow forgotten to change over to 2010. The original test photos i did last year clearly show that i had set the date right, so i&#039;m afraid i now need to remember to double check the cameras date every new year now ... :/&lt;/p&gt;

 
    </content:encoded>

    <pubDate>Sat, 09 Jan 2010 16:18:14 +0100</pubDate>
    <guid isPermaLink="false">http://www.php-groupies.de/blogs/archives/29-guid.html</guid>
    
</item>

</channel>
</rss>