[Tile-serving] [openstreetmap/osm2pgsql] New "flex" backend (#1036)
Jochen Topf
notifications at github.com
Wed Jan 22 15:25:18 UTC 2020
@nextstopsun Yes, in theory that should be possible. You'd have to store the `admin_level` information from the relations in memory and then, in stage 2, write all ways that either have those tags themselves or are members of relations that have those tags to the database. You will have to hold a lot of data in memory though, so I don't know how feasible this is. Also you have to handle *all ways* in stage 2 if you can't restrict this to ways with some specific tags. This will likely be too slow.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1036#issuecomment-577238996
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200122/bd1e909d/attachment.htm>
More information about the Tile-serving
mailing list