mapbox / mapbox-gl-style-spec

76 stars 38 forks source link

Labeling offset lines #437

Closed peterqliu closed 7 years ago

peterqliu commented 8 years ago

There's no good way to offset labels to track their corresponding lines, at the moment. Two obstacles:

screen shot 2016-03-30 at 7 28 11 pm
ansis commented 8 years ago

the second issue came up here: https://github.com/mapbox/mapbox-gl-js/issues/2350 I think it's something we can fix. Unfortunately text-offset doesn't work nicely with curved lines. If you add a high offset on a curved line you'll see what I mean. The characters will either bunch up or spread out. I'm not sure how fixable that problem is.

lucaswoj commented 7 years ago

This issue was moved to mapbox/mapbox-gl-js#4112