Re: [OSM-dev] pbf2osm development has started [code to test!]

2010-10-25 Thread Chris Browet
The current plan is also to equip mapnik with a pbf reader. (Mapnik devs here at the Mentor Summit...) but that does require a C++ approach, which might be beneficial for Merkaartor as well. So we could also team up rewriting the code using the C++ protobuf for integration in Merkaartor and

Re: [OSM-dev] pbf2osm development has started [code to test!]

2010-10-25 Thread Stefan de Konink
On Mon, 25 Oct 2010, Chris Browet wrote: Sure. I don't think the C - C++ will be problematic. It might be, because a completely different library/code generation program is used. Anyway, I still need to look into that. Things that I must do for Merkaartor: - Take the logic out of main()

Re: [OSM-dev] pbf2osm development has started [code to test!]

2010-10-25 Thread Chris Browet
If you'd accept some related patches, it would greatly improve re-usability and trackability of pbm2osm... Obviously I do ;) Just hadn't the time to integrate it yet. And busy day a head with flying ;) That's ok, no rush needed, here... ;-)

Re: [OSM-dev] pbf2osm development has started [code to test!]

2010-10-25 Thread Scott Crosby
On Mon, Oct 25, 2010 at 4:15 AM, Stefan de Konink ste...@konink.de wrote: On Mon, 25 Oct 2010, Chris Browet wrote: Sure. I don't think the C - C++ will be problematic. I have been thinking about 'hooks' so the defines can become hooks you replace (So somesort of ifndef way.) Or just

Re: [OSM-dev] pbf2osm development has started [code to test!]

2010-10-25 Thread Sven Geggus
Hartmut Holzgraefe hart...@php.net wrote: took a bit to figure out that things do not work the protobuf-c version that comes with Ubuntu Maverik. Which Version is this? Hot some trouble on debian squeeze as well: src/ ./pbf2osm ~/saarland.osm.pbf ?xml version='1.0' encoding='UTF-8'? osm

[OSM-dev] osm2pgsql completely autotoolized, primitive parser integrated ...

2010-10-25 Thread Hartmut Holzgraefe
I've now taken my autotools work on osm2pgsql another step further (beyond the patch that i already had published on http://trac.openstreetmap.org/ticket/3258 ), the current code, as it is available on https://code.launchpad.net/~hartmut-php/+junk/osm2pgsql-autotools now also integrates

[OSM-dev] pbf2osm dropping bounds

2010-10-25 Thread Frederik Ramm
Hi, I created an extract with the Osmosis --bb, yielding an XML file that contains a bound element: ?xml version='1.0' encoding='UTF-8'? osm version=0.6 generator=Osmosis 0.37 bound box=48.9,8.1,49.1,8.2 origin=0.37/ node id=16477513 version=2

[OSM-dev] Using osm2pgsql database

2010-10-25 Thread Lück , Michael
Hi all, we set up a database containing osm data of germany using osm2pgsql. We like to query the database to get all street names and the cities/villages etc. they belong to. We're currently looking at the source ode of nominatim but to speed up the process we like to know: - If

[OSM-dev] full history dump 2010-10-22

2010-10-25 Thread Matt Amos
there's a new full history file available: http://planet.openstreetmap.org/full-experimental/full-planet-101022.osm.bz2 cheers, matt ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] full history dump 2010-10-22

2010-10-25 Thread Marco Lechner - FOSSGIS e.V.
Hi Matt, thank you. Is it just a more recent one or are there any changes in the schema? Marco Am 25.10.2010 21:03, schrieb Matt Amos: there's a new full history file available: http://planet.openstreetmap.org/full-experimental/full-planet-101022.osm.bz2 cheers, matt

[josm-dev] Query to OSM database by JOSM

2010-10-25 Thread Irene Pucci
Hi! I'm interested to see in what way JOSM makes queries to OSM database but I didn't find the java class file where it does the queries. Anybody knows where I can find it? Thanks Irene ___ josm-dev mailing list josm-dev@openstreetmap.org

Re: [josm-dev] Query to OSM database by JOSM

2010-10-25 Thread Iván Sánchez Ortega
On Monday 25 October 2010 10:35:19 Irene Pucci wrote: Hi! I'm interested to see in what way JOSM makes queries to OSM database but I didn't find the java class file where it does the queries. Anybody knows where I can find it? JOSM doesn't query the OSM DB. It queries the OSM API. See: