RJT wrote:
> Hi, I have a map which plots ~400 markers from an XML file (code taken
> from the example files). Firefox warns hat the script is running slowly
> - it does. Any suggestions how to speed thinks up, or the maximum safe
> number of markers if I have to split the map up?
> Thanks.
Just as another data point, I successfully plotted 500 points. It took
right at 3 minutes in IE, on my P4 3.0Ghz 1G RAM desktop running XP.
IE threw up a warning after the first minute.
The points were hard-coded javascript, i.e. not being read from an XML
file.
For what it's worth, the map moves around and zooms at "normal" speed
once the markers are all plotted. Also for what it's worth, the
initial zoom level makes no difference regarding how long it takes to
load the points.