My question:
How to make google maps move smother when there is a lot of markers and polylines shown on the map?
I am asking advices on an application I developed.
The issue happens only in Firefox when the map is moved up,down,left or right with the mouse.
The application shows about 1000 segments of polylines, and around 700 markers on the map.
All the data is located inside 7 KML files.
All the polylines are segments of direction from A to B so they have lots of points. So I think most of the problem is caused by the size and the number of the polylines.
Similar thread :
- Need guidance on a Google Map application that has to show 250 000 polylines
- google maps api v3 no smooth dragging
- Mapping 400MB KML data in Google Maps - how?
Thank you.
An issue has been opened for a similar problem by someone else, so I don't think I am alone in this situation.
https://code.google.com/p/gmaps-api-issues/issues/detail?id=5665