Hello
I want to draw a large number of polygons, circles and labels on the map (about 1000-10000)
How can I better optimize the drawing functions?
- Does the FNCGoogleMaps TMS component automatically clip objects only in the visible area when the visible area is shifted or scaled?
Or do I need to manually check whether the coordinates of objects fall into the visible area of the map before drawing polygons and labels?
As far as I know, when I try to display labels with GoogleMaps functions,
the google map server checks whether the label is visible or not and does not load it if label not it visible viewport. This way the google map works very fast.
Does this function work when I draw polygons on the Polygons and Label layer of the TMS FNCGoogleMaps component? - I noticed that the label layer works much slower than the polygon layer when a lot of labels are displayed on it. Map with 200 labels already works very slowly.
When you try to move the map viewport, labels are moving with a delay. How can I optimize the display of labels?
Best regards, Eugene