How to handle overlapping Polygon borders? #1951
-
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
Duplicate it, create a separate polygon layer and just have it added in there as the last flutter_map layer. |
Beta Was this translation helpful? Give feedback.
-
(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). |
Beta Was this translation helpful? Give feedback.
Duplicate it, create a separate polygon layer and just have it added in there as the last flutter_map layer.