bubble-wrap
bubble-wrap copied to clipboard
Ability to control road label spacing
To lessen the number of repeated labels on a line. @bcamper @nvkelso
@bcamper Is there an issue on the Tangram side we can block this against? What's the timeline?
Related: road geoms in tiles could be aggregated at low- and mid-zooms
- https://github.com/mapzen/vector-datasource/issues/358
- Buffering / bounding box around individual labels within a layer (each layer needs to set a different buffer). @bcamper to add new Tangram bug.
- Stitching segments together to create longer runs with predictable spacing. Related: https://github.com/mapzen/vector-datasource/issues/358.
Tangram v0.4.4 has this support now.
Although we're still waiting for support in ES.
On Thursday, December 10, 2015, Nathaniel V. KELSO [email protected] wrote:
Tangram v0.4.4 has this support now.
— Reply to this email directly or view it on GitHub https://github.com/tangrams/eraser-map/issues/57#issuecomment-163788303.
This is done using a no-op upgrade to Tangram v0.4.4 on WebGL. It'll be no-op as well on ES when that lands. Keeping this issue open until ES lands.
@bcamper can you link the ES Github issue here, please?
https://github.com/tangrams/tangram-es/pull/441
Wow, huge improvement (master-688)! But looks like we will want to optimize for less repeat, need to balance how it looks on ES with the different text engine from JS.
Cool. Given the divergent label placement systems, it doesn't seem unreasonable that they may need different defaults (usually we try to keep them in sync, but then in most cases the implementations are also closer).