Skip to main content
Question

HTMLReportGenerator - Interactive Map

  • April 11, 2022
  • 2 replies
  • 202 views

deanhowell
Influencer
Forum|alt.badge.img+24

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?

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+62

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.


deanhowell
Influencer
Forum|alt.badge.img+24
  • Author
  • Influencer
  • April 11, 2022

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.​