You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.
We need some property to control whether symbols are sorted so that we can implement mapbox/mapbox-gl-native#988.
With the new labeling this is easy to implement: mapbox/mapbox-gl-js@5bf094f
Do we want to support sorting in any direction?
The property could be a
angle
"symbol-sort": 0
would sort bottom-up and"symbol-sort": 90
would sort left-to-rightenum
"symbol-sort": "y-ascending"
or somethingboolean
"symbol-sort-y": true
The text was updated successfully, but these errors were encountered: