Tagged Questions
0
votes
1answer
42 views
How can I create a button to add a POI layer?
I am making a map of a city with openlayers. I have the shapefile data of the POI (hospital,bank,school etc.) I want to add the layers with buttons not in layerswitcher. Like whereis.com's quick ...
1
vote
1answer
273 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 ...
1
vote
1answer
972 views
OpenLayers - How to display selected features as graphic markers?
I'm attempting to render a point feature as a graphic. When that feature is selected I'd like to display a green indicator above the graphic. It seems backgroundGraphic and externalGraphic are ...