Skip to main content

I would like to try and create a map series using HTMLReportGenerator that will contain a map and a table where the user can select a feature in the table and the map zooms to the selected feature (or a new map is displayed) with the relevant information.

 

Is this possible?

Not with the standard map widget in the HTMLReportGenerator, you'd have to use the Custom HTML option and work with a mapping API (like Leaflet or Google Maps) to achieve this.


Not with the standard map widget in the HTMLReportGenerator, you'd have to use the Custom HTML option and work with a mapping API (like Leaflet or Google Maps) to achieve this.

Thanks @Hans van der Maarel​ the custom html option certainly seems the way to go.​


Reply