Tagged Questions
2
votes
1answer
71 views
OpenLayers: make polygons not zoom
I have a simple OpenStreetMap for which I want to display a series of circles. Each circle represents readership for that area, so its radius will change based on the numbers.
However, when I create ...
1
vote
1answer
212 views
Creating markers(vectors) in openlayers
I'm new to OpenLayers,currently in existing project they have created markers in openlayers map by using following code,
// vector layer creation
vLayer = new OpenLayers.Layer.Vector(layerName, {
...
