[Tile-serving] [openstreetmap/osm2pgsql] `way_area` in hstore instead of a separate column now? (Discussion #1589)
Jochen Topf
notifications at github.com
Fri Dec 10 11:05:49 UTC 2021
Between osm2pgsql 1.2.2 and 1.3.0 the behaviour changed. Until 1.2.2 (when used with your options) the `way_area` was **both** in its own column and in the hstore column `tags`. From 1.3.0 on the extra column isn't there any more, just the entry in `tags`. I don't remember any decision to change the somewhat strange behaviour with the two places the `way_area` was written to, so it looks like this came about as part of some cleanup of the code, which just had this side-effect but I can't find anything relevant in the commit messages.
So this is definitely a regression, but I am not sure whether it makes sense to change this now. Is this an actual problem in your case? It should be possible to just change the SQL query accessing this field.
--
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/discussions/1589#discussioncomment-1784958
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20211210/7418e986/attachment.htm>
More information about the Tile-serving
mailing list