Tagged Questions
3
votes
3answers
218 views
Load and display a large number of points using openlayers
I am using OpenLayers.Layer.Vector to load and display KML files.
Some of the KML files have a large number of points in them (lets say around 20,000).
I am surprised they load at all (in chrome), but ...