Re: [gdal-dev] osmconf.ini

2016-02-24 Thread Frank Broniewski
Ok, I tested the ogrinfo example given by Even with my created excerpt, and there seems to be no object with the ID 2827792. Now I wanted to try the europe extract, which is the source of my own extracts, but ogrinfo gives me lots of results where the -where clause does not fit. Any ideas? Here's m

Re: [gdal-dev] osmconf.ini

2016-02-20 Thread Andre Joost
Am 20.02.2016 um 16:18 schrieb Even Rouault: Frank, I clicked on the "Export" button on the view centered on http://www.openstreetmap.org/relation/2827792 , and ran $ ogrinfo ~/Téléchargements/map.osm multilinestrings \ -where "osm_id = '2827792'" -geom=no -al -q \ --config OSM_USE_CUSTOM_IND

Re: [gdal-dev] osmconf.ini

2016-02-20 Thread Even Rouault
Frank, I clicked on the "Export" button on the view centered on http://www.openstreetmap.org/relation/2827792 , and ran $ ogrinfo ~/Téléchargements/map.osm multilinestrings \ -where "osm_id = '2827792'" -geom=no -al -q \ --config OSM_USE_CUSTOM_INDEXING NO Layer name: multilinestrings OGRFeatu

Re: [gdal-dev] osmconf.ini

2016-02-19 Thread Jukka Rahkonen
Frank Broniewski gmail.com> writes: > > > > > > Hi, > I am having some trouble understanding, when - or how - multilinestrings are imported into PostGIS. I am interested in hiking routes from OpenStreetMap and I try to figure out how I can load them correctly into PostGIS. The corresponding

[gdal-dev] osmconf.ini

2016-02-19 Thread Frank Broniewski
Hi, I am having some trouble understanding, when - or how - multilinestrings are imported into PostGIS. I am interested in hiking routes from OpenStreetMap and I try to figure out how I can load them correctly into PostGIS. The corresponding OSM Wiki page would be this: http://wiki.openstreetmap.o