-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The issue is (a) above. The YAML config method does not perform any line merging in tile-post processing, that issue is tracked here. Until that feature is added, your best option is to write a Java profile that explicitly calls Also, tippecanoe is an alternative tool with a greater focus on automated generalization at low zooms, though it's not specific to OSM inputs. |
Beta Was this translation helpful? Give feedback.
-
Thank you for explaining @bdon. That's clear to me now. I believe an example of a profile that merges in this way is |
Beta Was this translation helpful? Give feedback.
-
From experimenting, I think minimum size is also an important aspect of why I'm seeing gaps in lines at low zooms: (I'd prefer to stick with YAML based schema if possible in preference to maintaining a Java profile) |
Beta Was this translation helpful? Give feedback.
The issue is (a) above. The YAML config method does not perform any line merging in tile-post processing, that issue is tracked here.
Until that feature is added, your best option is to write a Java profile that explicitly calls
LineMerge
functions with parameters tuned to your feature geometries and tags.Also, tippecanoe is an alternative tool with a greater focus on automated generalization at low zooms, though it's not specific to OSM inputs.