Hi,
I am still learning and trying to understand how to work with the data and existing applications that I have. The problem I am trying to solve today is how do i send data
- in a WMS plugin so that in addition to sending map tiles, I can send send some extra data as well.
WMS supports this in GetFeatureInfo..
- (perhaps as a geojson or some other way) to hook in to on the client side javascript and based on that data, fetch content for popups from another service or simply color a line/polygon based on data returned from another service..
Thanks, Shailesh