Tagged Questions
0
votes
3answers
311 views
Trying to fetch feature data by intersecting Vector Polygon and WMS feature layer
I am trying to intersect a user defined polygon with a Point WMS Feature Layer. I am using the following code
action = new GeoExt.Action({
text: "draw poly",
control: new ...
