Are MultiPolyline and MultiPolygon planned to be added in the future? #1025
MatiasHiltunen
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
Sorry, not sure what a |
Beta Was this translation helpful? Give feedback.
6 replies
-
If you can batch all the paths into one super path (path.addPath()) it may
well help.
…On Sun, Sep 12, 2021 at 12:19 PM MatiasHiltunen ***@***.***> wrote:
Okay, now that I checked how the things are done under the hood I don't
think my previous idea would do anything to make this work better. I will
keep investigating this more, this can also be issue with my code in map
state as I use provider to feed the List to the Polygon options
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1025 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5YN5ICRQ5FNIUZCY6GRU3UBSEC7ANCNFSM5D3JOEMQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
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.
-
My question comes from issue where perfomance is going to be a problem, I have to render thousands of Polylines and Polygons. With about 3000 Polylines the jank is unbearable. With Leaflet js in web I have solved that issue with MultiPolylines and it works smoothly.
Beta Was this translation helpful? Give feedback.
All reactions