[Tile-serving] [openstreetmap/osm2pgsql] Flex clean_tags in process_relation (#1441)
Andrey Novikov
notifications at github.com
Wed Mar 31 12:31:36 UTC 2021
Imho here:
https://github.com/openstreetmap/osm2pgsql/blob/86ad6d6026a17ae2f714f37e4288330b5ee4a01d/flex-config/generic.lua#L251-L255
and in other flex examples it will never return as at least relation has `object.tags.type`. Shouldn't it be something like:
```lua
local type = object:grab_tag('type')
if clean_tags(object.tags) then
return
end
```
--
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/1441
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210331/d3156915/attachment.htm>
More information about the Tile-serving
mailing list