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
Ran into one example while working on #110.
See https://wiki.openstreetmap.org/wiki/Public_transport
The text was updated successfully, but these errors were encountered:
This layer is affected by #2. Adding relations for public transport is missing 99% of the relations (101 / 102) that should be added.
SELECT ST_GeometryType(geom), COUNT(*) FROM osm.unitable WHERE tags->>'public_transport' IS NOT NULL AND geom_type = 'R' GROUP BY 1 ;
st_geometrytype |count| ------------------+-----+ ST_MultiLineString| 101| ST_Polygon | 1|
Sorry, something went wrong.
Lua style for public transport layer #115
4e02315
Add SQL code for public transport. Improve wheelchair comments on sho…
1e3706a
…p layer. #115
Update style with fallback to public_transport value. Add tests cover…
b3314bf
…ing Point/Polygon. DC example has no line data, not adding at this time. #115
Successfully merging a pull request may close this issue.
Details
Ran into one example while working on #110.
See https://wiki.openstreetmap.org/wiki/Public_transport
The text was updated successfully, but these errors were encountered: