How to handle overlapping Polygon borders? #1951
Answered by
ibrierley
Aug 23, 2024
Replies: 3 comments 2 replies
|
Something feels wrong if option 1 isn't working, sounds like it's maybe not redrawing it or something. Potentially I would go with a 3rd option. Create a duplicate separate poly from the selected one and always display that on top. |
1 reply
|
Duplicate it, create a separate polygon layer and just have it added in there as the last flutter_map layer. |
1 reply
Answer selected by
MobileDev500
|
(being the last poly should still do this anyway, but obviously something is amiss either with fm or your code, and bit fiddly to debug that here, so the 3rd option may get around that if nothing else to test). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Duplicate it, create a separate polygon layer and just have it added in there as the last flutter_map layer.