Problem render thousands Polygons #16818
Unanswered
PopescuGeorge94
asked this question in
General
Replies: 0 comments
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 app crash when I try to render 4000 polygons on map.
foreach (var item in mapElements)
{
map.MapElements.Add(item);
}
Beta Was this translation helpful? Give feedback.
All reactions