dkan_geo_widget
No security coverage
The DKAN Geo Widget module allows to use a leaflet and leaflet geoman based
widget for the DKAN schema.
You can create markers and shapes on a leaflet map and save them as GeoJSON
in the related (via schema ui) field.
This brings in a feature again that DKAN D7 provided with Leaflet widget module
Post-Installation
use dkan_geo_widget as widget key for the property in the .ui schema (dataset.ui.json for example)
Additional Requirements
DKAN is required, and the json_form_widget module (in DKAN 2.x this is submodule of DKAN, now it is a standalone module).
only for version 1.x of this module, the json_form_widget module needs to be enabled beforehand, it will not get
automatically enabled due to https://github.com/GetDKAN/dkan/discussions/4149