Frage

I want to enable selecting line features in OpenLayer by clicking. How to select it by clicking on it or near it? For example: take a look at Google map maker.

War es hilfreich?

Lösung

Normally, when features already are on the vectorLayer, you should be able to enable selecting them just by using selectFeature control.

When you only use WMS on your map, you have tu write a request to get the features through WFS as WKT from your map server, add them to a vectorLayer and use the above selectFeature control to select/highlight them.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top