We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref
Noticed in v0.3.3 data, verified still present in main branch.
main
Using PgDD looking at ref column I noticed the osm.road_polygon is missing a description.
osm.road_polygon
SELECT s_name, source_type, t_name, c_name, data_type, description FROM dd.columns WHERE c_name = 'ref' AND s_name = 'osm' ;
┌────────┬─────────────┬────────────────────────┬────────┬───────────┬─────────────────────────────────────────────┐ │ s_name │ source_type │ t_name │ c_name │ data_type │ description │ ╞════════╪═════════════╪════════════════════════╪════════╪═══════════╪═════════════════════════════════════════════╡ │ osm │ table │ public_transport_line │ ref │ text │ Reference number or code. Best ref option d…│ │ │ │ │ │ │…etermined by helpers.get_ref(). https://wik…│ │ │ │ │ │ │…i.openstreetmap.org/wiki/Key:ref │ │ osm │ table │ public_transport_point │ ref │ text │ Reference number or code. Best ref option d…│ │ │ │ │ │ │…etermined by helpers.get_ref(). https://wik…│ │ │ │ │ │ │…i.openstreetmap.org/wiki/Key:ref │ │ osm │ table │ public_transport_polyg…│ ref │ text │ Reference number or code. Best ref option d…│ │ │ │…on │ │ │…etermined by helpers.get_ref(). https://wik…│ │ │ │ │ │ │…i.openstreetmap.org/wiki/Key:ref │ │ osm │ table │ road_line │ ref │ text │ Reference number or code. Best ref option d…│ │ │ │ │ │ │…etermined by helpers.get_ref(). https://wik…│ │ │ │ │ │ │…i.openstreetmap.org/wiki/Key:ref │ │ osm │ table │ road_point │ ref │ text │ Reference number or code. Best ref option d…│ │ │ │ │ │ │…etermined by helpers.get_ref(). https://wik…│ │ │ │ │ │ │…i.openstreetmap.org/wiki/Key:ref │ │ osm │ table │ road_polygon │ ref │ text │ ¤ │ └────────┴─────────────┴────────────────────────┴────────┴───────────┴─────────────────────────────────────────────┘
Verified this is missing in /flex-config/sql/road.sql. Add the missing comment.
/flex-config/sql/road.sql
The text was updated successfully, but these errors were encountered:
Add missing comment on osm.road_polygon.ref #210
333556c
Closed via #213
Sorry, something went wrong.
No branches or pull requests
What version of PgOSM Flex are you using?
Noticed in v0.3.3 data, verified still present in
main
branch.What did you do exactly?
Using PgDD looking at
ref
column I noticed theosm.road_polygon
is missing a description.To fix
Verified this is missing in
/flex-config/sql/road.sql
. Add the missing comment.The text was updated successfully, but these errors were encountered: