Hello there, I have a doubt about using marker Point anchor, Im using SVG path and the position is more for the right/bottom. the default icon is like bottom/center.
Found a solution, on icon object, use:
anchor {
x: 100,
y: 100
}
it will change icon's position, can close the issue.
Most helpful comment
Found a solution, on icon object, use:
anchor { x: 100, y: 100 }it will change icon's position, can close the issue.