mapcomponents / react-map-components-maplibre

A react component framework for declarative GIS application development.
MIT License
116 stars 18 forks source link

Fix/create pdf button #86

Closed cioddi closed 1 year ago

cioddi commented 1 year ago

Removes custom PDF creation logic from MlCreatePdfButton. Instead the useExportMap hook is used. Adds createPng & downloadPng functions to exportMap hook. Adds MlCreatePngButton component to demonstrate useExportMap hook createPng & downloadPng functions.