Replies: 2 comments
|
I can think of 2 solutions for this.
|
0 replies
|
Re 1: "Symbols" have the problem that they are only defined by one coordinate and the grid is not displayed correctly with a zoom with intermediate levels (e.g. zoom 13.5). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm currently drawing a grid over the map using a CustomPainter in a Flutter Stack widget, but I'd like to put this on a map layer so I can place it below symbols; how can I do this?
All reactions