-
Notifications
You must be signed in to change notification settings - Fork 820
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
Elevation / height no longer rendered for peaks, alpine huts, waterfalls etc. #3765
Comments
Thanks for catching this! |
I've tried to fix this, but I can't figure out how to reformat the SQL correctly. Previously this was in the main SQL select for the
And this was in the subselect:
Note that we would need to change the "height" column for waterfalls into "elevation" or something like "int_height" since man_made=tower is also selected with "height" in the I've tried to insert these lines back into the new Perhaps @pnorman has time to look into this one? |
Expected behavior
ele=*
Actual behavior
project.mml
in PR Use ST_PointOnSurface for amenity points #3712Test renderings illustrating the problem
Current rendering of Mt Everest with master branch
Rendering with commit 712afb8 (immediately before PR 3712) and same data
Test area current
Before
The text was updated successfully, but these errors were encountered: