2
votes
1answer
2k views

How can I update the label of a Polygon Vector after it has been drawn?

I am quite new to OpenLayers. Right now, I have a polygon vector with some styling applied and a label. var style = $.extend(true, {}, OpenLayers.Feature.Vector.style['default']); style.pointRadius ...