Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-28 Thread Stephan Knauss
Jon Burgess wrote: The version I provided was cross-compiled from Fedora using the mingw32 tools. The osm2pgsql code itself should be fairly simple to compile, you are more likely to run into difficulties getting the dependencies compiled or installed. a 32 bit version is not that difficult.

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-22 Thread Quy phan
-li...@mazdermind.de Date: Thu, 17 Dec 2009 22:05:44 + CC: dev@openstreetmap.org Subject: Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset On Thu, 2009-12-17 at 11:44 +0100, Peter Körner wrote: Changesets are only included in planet.osm since a few weeks

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-22 Thread Peter Körner
Hi Quy phan, I'm not using osm2pgsql under centos, I just had a spare machine around where I compiled the binaries. To do this i installed (despite others) geos and geos-devel -- maybe you also need the latter? Peter ___ dev mailing list

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-17 Thread Marc Schütz
Hmm interesting, thank you for your response, any way I can get the most-up-to-date osm2pgsql? I been trying to search the internet to find it... No luck. The windows binary version would be great. Looking for the udpated osm2pgsql As per

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-17 Thread Lennard
Marc Schütz wrote: Changesets are only included in planet.osm since a few weeks, right? As the file linked in the wiki is from July, it will not help him. Since the API 0.6 switchover. If you let the older osm2pgsql continue until it parses the planet past the changeset tags, it will still

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-17 Thread Peter Körner
Changesets are only included in planet.osm since a few weeks, right? As the file linked in the wiki is from July, it will not help him. How is osm2pgsql compiled on windows? What Software do I need? Will VC++ Express do it? Peter ___ dev mailing

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-17 Thread Jukka Rahkonen
Marc Schütz schuetzm at gmx.net writes: Changesets are only included in planet.osm since a few weeks, right? As the file linked in the wiki is from July, it will not help him. Hi, Both osm2pgsql Windows binaries that exist are populating my PostGIS tables OK. I am importing Finland.osm.bz2

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-17 Thread Quy phan
on linux would be great too =) Thank you, Much appreciated help!!! Subject: Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset From: jburgess...@googlemail.com To: quyminhp...@hotmail.com CC: osm-li...@mazdermind.de; dev@openstreetmap.org Date: Wed, 16 Dec 2009 20:45:02

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-17 Thread Jon Burgess
On Thu, 2009-12-17 at 10:56 +0100, Marc Schütz wrote: Hmm interesting, thank you for your response, any way I can get the most-up-to-date osm2pgsql? I been trying to search the internet to find it... No luck. The windows binary version would be great. Looking for the udpated

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-17 Thread Peter Körner
If anyone can show me to the source files or objects for osm2pgsql on linux systems, that would be awesome. I made a build on CentOS5 and one on Ubuntu9.10 http://toolserver.org/~mazder/temp/osm2pgsql/osm2pgsql-r19130-centos5

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-17 Thread Jon Burgess
On Thu, 2009-12-17 at 09:31 -0800, Quy phan wrote: Hey guys, thanks for all the input, much much much appreciated! Peter you are right; my osm2pgsql was out of date, it was not able to handle the changeset element. Jon, thank you for the updated osm2pgsql, much appreciated! I got the map to

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-17 Thread Jon Burgess
On Thu, 2009-12-17 at 11:44 +0100, Peter Körner wrote: Changesets are only included in planet.osm since a few weeks, right? As the file linked in the wiki is from July, it will not help him. How is osm2pgsql compiled on windows? What Software do I need? Will VC++ Express do it? The

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-16 Thread Peter Körner
Note: Other OSM data such as, california.osm or asia.osm works, osm2pgsql is able to read the data... I believe the planet.osm is corrupted while unzipping/downloading? I beleive your osm2pgsql is outdated. california.osm co. does not contain changeset ..-elements while the planet.osm

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name :changeset

2009-12-16 Thread Mike N.
Drive space is a likely problem - the planet may require an additional 60-70 GB to populate the Postgres DB. You may be able to make it work by first compressing the planet as a .bz2 file; that will free up about 110 GB of space. osm2pgsql can read from this compressed file. From: Quy

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-16 Thread Quy phan
...@mazdermind.de To: quyminhp...@hotmail.com CC: dev@openstreetmap.org Subject: Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset Note: Other OSM data such as, california.osm or asia.osm works, osm2pgsql is able to read the data... I believe the planet.osm

Re: [OSM-dev] Osm2pgsql - Planet.osm fail - Unknown Element name : changeset

2009-12-16 Thread Jon Burgess
On Wed, 2009-12-16 at 11:46 -0800, Quy phan wrote: Hmm interesting, thank you for your response, any way I can get the most-up-to-date osm2pgsql? I been trying to search the internet to find it... No luck. The windows binary version would be great. Looking for the udpated osm2pgsql As per