ThinkGeo.com    |     Documentation    |     Premium Support

Dynamic Query in WMS Server

 


Hi every body
 
How can I use the concept used on SimulateVehicleTrackingWmsLayerPlugin to enable me to dynamically query my land parcel shape file to display individual parcel specified?

Best Regards,


Vincent



Hi, Vincent 
  
 I am not sure what your requirements are. SimulateVehicleTrackingWmsLayerPlugin is just used to simulate the dynamic functionality, and on the client-side we use  the timer to refersh the map so that it can sen request to server and then update the positions of vehicles. The info format returned by server is image not json or xml. 
  
 Anyway, If you want to do some query for shape files and reture the features what you want, so I guess the new feature of "WmsGetFeatureInfo" can help with that. The WmsGetFeatureInfo uses a WMS query to get information about a point on the map. The information may be in a display-friendly format such as HTML, or a machine-friendly format such as GML, depending on the server’s capabilities and the client’s configuration, and currently we only support XML, JSON and HTML format. Also it handlers click event .If you want know more about it, please refer to the sample "WmsGetFeatureInfo" in our latest installed samples. 
  
 If I misunderstand your meaning, please correct me. 
  
 Thanks, 
  
 Khalil