-
Notifications
You must be signed in to change notification settings - Fork 821
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
Render the name of islets #983
Conversation
I think this would also benefit from an approach based on way_pixels, see for example #941. |
If i checked right, the project.yaml was not updated... |
Please see https://github.com/gravitystorm/openstreetmap-carto/blob/master/CONTRIBUTING.md#editing-layers and rebase this PR |
@HolgerJeromin @pnorman Thanks for the hint. I even wasn't aware that project.yaml exists. @math1985 I've played a little bit with way_pixels, adopting the values that you have used in #941 also for islands and islets in amenity-points.mss
Seems to work. Is rendering from zoom level >=7 okay (performance)? Would probably be low enough to solve #988. Can we imagine even bigger islands that should get a label? My new test code relies on the SQL way_pixels querry of #941 from @math1985. Should I wait until #941 is merged and then rebase? Or is it possible to base a PR on #941 even before this one is merged? |
Okay. The code is available at https://github.com/sommerluk/openstreetmap-carto/compare/islet_names_rendering But I don't know how I can change this current pull request to the new content. (I'm still new not familiar with Github, but at least know I have a clean setup.) Is it okay to just open a new PR and close this one? |
Yes, that's perhaps the easiest way. |
Closing in favor of #990. |
This fixes #159