-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When setting an anchor point for a text symbolizer, the geostyler style object property seem to have no effect on text placement.
Expected behaviour
Respect the anchor point of the text symbolizer.
How to reproduce
On https://geostyler.github.io/geostyler-demo/
Load a point example and add this geostyler object
{
"name": "Basic Circle",
"rules": [
{
"name": "Rule 1",
"symbolizers": [
{
"kind": "Mark",
"wellKnownName": "circle",
"color": "#FF00AA"
},
{
"kind": "Text",
"label": "Your Label",
"size": 12,
"anchor": "bottom-left"
}
]
}
]
}
The text symbolizer stay a the same place.
Possible Solution
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working