I have a WMS layer and i want to get fid of polygon in it by click it. How can i do it?
I know that i can create WFS layer from this WMS and get feature attributes from layer or store. But its possible do this use just WMS? I dont want use WFS Layer couse it may contain ~30k features. But if i will use WFS Layer with visible=false selection control will be works?
I find SLDSelect control its can help me?
Maybe its possible to do like in gxp library?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
||||
|
|
|
WMS has standard (but optional) request GetFeatureInfo which should be implemented by most WMS servers. You do not need WFS for just object identification. |
|||||||
|