Tagged Questions
1
vote
1answer
280 views
Openlayers Vector Feature Popup
im trying to create a popup in Openlayers that would open when someone clicks a marker. And the marker is setup like this: new OpenLayers.Feature.Vector() and not with the ordinary marker layer.
The ...
2
votes
2answers
2k views
openlayers change marker icon, size and offset after drawn
I'm having much trouble changing my (feature)marker icons 'on the fly'. The problem is that I use much different images and also need to change the offset.
So I iterate over every marker and make a ...