-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextSymbolizer label placement #582
Comments
It currently also extends the |
Partially solved by #584 |
The
|
Feature Request
Is your feature request related to a problem? Please describe.
The TextSymbolizer does currently not support a property for setting the label placement. Due to this, we are currently not able to make the labels of a line (e.g. a street) follow the line.
Describe the solution you'd like
We should add a property (e.g.
labelPlacement
) that handles this.In mapbox this property is called
symbol-placement
(see https://docs.mapbox.com/style-spec/reference/layers/#layout-symbol-symbol-placement).In OpenLayer this property is called
placement
(see https://openlayers.org/en/v7.5.2/apidoc/module-ol_style_Text.html#~TextPlacement).Describe alternatives you've considered
None
Additional context
Style using different placements due to lack of support:
The text was updated successfully, but these errors were encountered: