[Tile-serving] [openstreetmap/osm2pgsql] Update does not take into account the change of direction of a relation (#984)
marchile
notifications at github.com
Tue Nov 19 16:20:23 UTC 2019
I'm updating OSM data using osmosis and osm2pgsql. The updates work fine. There is only one issue for relation update.
If a relation has been modified only inverting its members order, the osm update does not take this into account. So the relation is not updated in the database.
Here below is the command I use for updates:
`
osmosis \
--read-replication-interval workingDirectory=$WORKDIR_OSM \
--simplify-change \
--write-xml-change update.osm
osm2pgsql \
--append \
--cache 10000 \
--number-processes 6 \
--hstore \
--multi-geometry \
-r xml \
--database gis \
--slim \
--style $HOME/openstreetmap-carto/openstreetmap-carto.style \
--tag-transform-script $HOME/openstreetmap-carto/openstreetmap-carto.lua \
--flat-nodes $HOME/mapdata/nodes.flat \
update.osm
`
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/984
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20191119/13ba830d/attachment.html>
More information about the Tile-serving
mailing list