You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running through the vector-datsource import process for #2001 earlier this week, I ran into a problem where the way_area column was missing:
DataFetchException: column "way_area" does not exist
LINE 104: way_area,
^
Talking to Jochen at osm2pgsql (osm2pgsql-dev/osm2pgsql#1589), it sounds like this was a regression/change in how the way_area special tag is handled around osm2pgsql 1.3.
Since the previous behavior was to add way_area to both the "tags" hstore column and as a distinct column, we should change vector-datasource to pull it from the tags hstore so it's compatible with newer and older osm2pgsql versions.
The text was updated successfully, but these errors were encountered:
While running through the vector-datsource import process for #2001 earlier this week, I ran into a problem where the
way_area
column was missing:Talking to Jochen at osm2pgsql (osm2pgsql-dev/osm2pgsql#1589), it sounds like this was a regression/change in how the way_area special tag is handled around osm2pgsql 1.3.
Since the previous behavior was to add way_area to both the "tags" hstore column and as a distinct column, we should change vector-datasource to pull it from the tags hstore so it's compatible with newer and older osm2pgsql versions.
The text was updated successfully, but these errors were encountered: