-
Notifications
You must be signed in to change notification settings - Fork 72
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
Lake IDs at low zooms #15
Comments
Edit: Coming back to this I don't think this is related. If it's still of interest I can make a separate issue and PR for that. I am working on a project which involves using Planetiler (the OMT profile) and editing the WaterName layer to get lake labels for certain lakes in the natural earth dataset to show from the zoom specified by min_label in the ne dataset. I found this issue and am wondering if it is related. I am currently using the same approach as for marine points (storing wikidata ids and matching them to the OSM elements
I am not sure how this approach compares to the suggested options listed here for the Water layer. My priority is to have labels available at low zooms for the significant lakes, rather than add more lakes to the map. I would be interested to know whether you see this task as overlapping? If so, I would be happy to work on a PR (also happy to take a different approach to the one I am working on currently if it is preferred) |
…_sync_and_java_code_regeneration Java code regenerated from latest OMT YML
As part of onthegomap/planetiler#227, I added lake OSM IDs but only for lakes from OSM data (z6 and above). Merging with natural earth data is a bit tricky because we process all of natural earth first, then all of openstreetmap.
A few options for how to get OSM IDs on low-zoom lakes:
Originally posted by @msbarry in onthegomap/planetiler#227 (comment)
Transferred from onthegomap/planetiler#231
The text was updated successfully, but these errors were encountered: