You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current submission PDF's show only the latitude longitude values of a map. This is already an big user-unfriendly thing, and the new different types of interactions only make it worse.
Added value / Toegevoegde waarde
I think we should show a map, using the component specified tile layer, that displays the user data (so, with a marker, polygon, circle or polyline).
Maybe that map layers and the nearest address would also be nice
Aanvullende opmerkingen / Additional context
No response
The text was updated successfully, but these errors were encountered:
My initial thought was to create the leaflet map in the template:
We would need a js script that initializes leaflet maps for X amount of specific HTML elements and adds the geometry shapes to these maps.
Using data attributes we can communicate which elements should display leaflet maps, something like <div data-leaflet-map="true"></div>, and which information should be displayed in the map (geometry information and tile layer url).
But i'm afraid js won't be executed when we create the pdf Kozea/WeasyPrint#454, so we will have to find a creative solution for this problem..
Thema / Theme
Frontend
Omschrijving / Description
The current submission PDF's show only the latitude longitude values of a map. This is already an big user-unfriendly thing, and the new different types of interactions only make it worse.
Added value / Toegevoegde waarde
I think we should show a map, using the component specified tile layer, that displays the user data (so, with a marker, polygon, circle or polyline).
Maybe that map layers and the nearest address would also be nice
Aanvullende opmerkingen / Additional context
No response
The text was updated successfully, but these errors were encountered: