<?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>

</channel>
</rss>
