mapbox / mapbox-gl-style-spec

76 stars 38 forks source link

Document that`text-max-width` property is only for `symbol-placement: point` #496

Closed nickidlugash closed 7 years ago

nickidlugash commented 8 years ago

https://www.mapbox.com/mapbox-gl-style-spec/#layout-symbol-text-max-width

Currently, all text with symbol-placement: line gets assigned text-max-width: 0 and does not wrap.

jfirebaugh commented 8 years ago

Not working for symbol-placement: line, text-rotation-alignment: map/auto makes sense, but it may just be a bug that it doesn't work for symbol-placement: line, text-rotation-alignment: viewport.

lucaswoj commented 7 years ago

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