[Tile-serving] [openstreetmap/osm2pgsql] member_type in relations and osm_type use different case. (Issue #1778)
Sven Geggus
notifications at github.com
Tue Sep 27 18:40:09 UTC 2022
I just saw that it is easy to remove the inconsistency from the database by replacing this piece of code as follows:
```member_type = member.type```
```member_type = string.upper(member.type)```
So documenting the inconsistency is probably the way to go.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1778#issuecomment-1259906261
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/osm2pgsql/issues/1778/1259906261 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20220927/c6decd57/attachment.htm>
More information about the Tile-serving
mailing list