문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top