Re: [OSM-dev] Place names tagging, rendering and processing

2017-10-11 Thread Andrey Novikov
As a data consumer I discard area for labeling if it contains node with the same place= and name= keys. This is not 100% safe but removes major label duplications from my map. On Sun, Sep 10, 2017 at 10:45 PM Daniel Koć wrote: > Sorry for cross-posting on 3 lists, but this

[OSM-dev] osmconvert complex-ways breaks some relations

2017-10-11 Thread Andrey Novikov
I am creating small map extracts with the help of osmconvert (v 0.8.7) and have noticed that some(!) large area relations are broken (incomplete) in data outputs despite I use '--complex-ways' argument. Here is the example: Test relation is: http://www.openstreetmap.org/relation/6193646 If I

[OSM-dev] Incomplete multipolygons when reading PostGIS snapshot schema by Osmosis

2016-09-29 Thread Andrey Novikov
Good day! When I extract OSM data from database via --read-pgsql Osmosis command it produces incomplete multipolygons because --dataset-bounding-box has only completeWays option. Performing the same task from the file gives correct result as its --bounding-box has completeRelations option. Can it