I've added a point on map like this but it is static in size. How to resize that point on zooming?
Map on zoom out

Any guidance and help is appreciated.
|
I've added a point on map like this but it is static in size. How to resize that point on zooming? Map on zoom out
Any guidance and help is appreciated. |
|||||
|
|
The Resize, as @Mapperz mentioned is probably the way to go. Alternatively, If you have lots of points, rather than looping through all the points resizing them, you could change the layer's The styling method has drawbacks such as does not have as many options as the Resize does (scale,origin,ratio), it's only a radius.
|
|||
|
|
|
Resize Features Programatically using Openlayers v2.12
http://dev.openlayers.org/releases/OpenLayers-2.12/examples/resize-features.html View>Source |
|||||||
|