简体   繁体   中英

customize the display of getFeatureInfo

I use the leaflet and the getfeatureInfo function to display the data of a wms layer belonging to the geoserver, I want to customize the display of retrieved table: I use this plugin https://gist.github.com/rclark/6908938 .

If you have access to the GeoServer instance you can control the style and layout of the response to a getFeatureInfo request using templates .

If you only have access to the endpoint then try requesting the response in application/json format and then use JavaScript to display the information in whatever format you like.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM