[Tile-serving] [openstreetmap/osm2pgsql] Changing delete_tag rules for ingest (#633)
Sarah Hoffmann
notifications at github.com
Mon Oct 24 19:14:23 UTC 2016
With the C transform (the one that uses the default.style config) you cannot have wildcard entries like 'note:*' because osm2pgsql would not know in which column to put the data. 'note' will work without problems. If you want to keep all notes, you should use completely remove the note entries in the style and then use one of the hstore options. This will keep all tags that are not marked as 'delete' in the style file in a hstore column, among them all 'note:*' tags.
--
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/633#issuecomment-255837018
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20161024/59335aae/attachment.html>
More information about the Tile-serving
mailing list