Hi Andre, Thanks for the tip - I guess there's a lot more that can be done with the overpass API than I'm using right now! In my case I need to process a lot of square regions (with random center coords). Will try to see if the "river problem" can be fixed by fetching a larger region than needed, or perhaps doing a more advanced query than the simple bounding box one, I'm doing now. Should really look a bit more into the API!
Cheers, Simon On Mon, Jan 2, 2017 at 7:12 PM, Andre Joost <[email protected]> wrote: > Am 01.01.2017 um 22:52 schrieb Simon Lyngby Kokkendorff: > >> And indeed - worked like a charm when I ran ogr2ogr on a pbf file >> containing the whole of England. The River Thames is represented nicely, >> as >> was the case with osm2pgsql. Was surprisingly fast also compared to >> osm2pgsql! >> >> So definitely a "too small area" issue! >> >> > Alternatively, you can look up the river relation at > http://wiki.openstreetmap.org/wiki/UK_Waterway_Relations and Query only > for that, but complete: > > relation(2263653);>>; > out; > > HTH, > André Joost > > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
