-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
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
Rendering of highway=services got damaged #730
Labels
Comments
Thanks for reporting. I think highway=services should be rendered as landuse rather than highway area. That would also prevent the lack of casing that roads on top of highway=services had. |
matthijsmelissen
pushed a commit
to matthijsmelissen/openstreetmap-carto
that referenced
this issue
Jul 20, 2014
This solves a typo introduced by me in ccf558f. This solves unexpected rendering of highway areas. This solves gravitystorm#730.
matthijsmelissen
pushed a commit
to matthijsmelissen/openstreetmap-carto
that referenced
this issue
Jul 20, 2014
This solves a typo introduced by me in ccf558f. This solves unexpected rendering of highway areas. This solves gravitystorm#730.
Fixed by #743. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to some recent changes the rendering of highway=services [1] got damaged. It seems that this is caused by the changes which cause also this issue: #688
Problem: Buildings and parking areas don't get rendered on top of those areas (highway=services) anymore.
Example: http://www.openstreetmap.org/#map=18/48.58895/13.36594
There are also some other problems regarding highway=services and highway=rest_area [2]:
you have to add area=yes so that those areas get rendered, see this issue: #137
Names of those areas aren't displayed: #575
[1] http://wiki.openstreetmap.org/wiki/Tag:highway%3Dservices
[2] http://wiki.openstreetmap.org/wiki/Tag:highway%3Drest_area
The text was updated successfully, but these errors were encountered: