Hi,
I'm building an application using the Desktop Edition on the client side and the Services Edition on the server in a WMS web service. I understand how the WMS server will send and image down to the desktop client to be consumed, but what if I want to click on a point and get information about it? Since it's just an image and the data is on the server what would be the best way to get information about that feature that was clicked on?
I believe what I need is a WFS Web Feature Service that will take the x & y coordinate that was clicked and send it to the server where a spatial query can be done to figure out which feature was clicked on, but I'm having trouble knowing how to implement this code. Do you have any examples that would show me how to do this?
Thanks!