How to configure GeoJSON data

Hi,
in the admin settings there is “manage geozones” for GeoJSON data / polygon. How can I configure this? I could not find any info about it in the documentation.
I know that I can create polygon area’s with uMap and share/export the json data, but there is an format error message when I paste that data into the GeoJSON box.

Thanks,
Hermann

Hi, it works for me with a little manual editing:
removing anything before the line starting with “geometry”… and not to forget removing the corresponding closing brackets at the bottom:

e.g. removing the lines in Bold:
{
"type": “FeatureCollection”,
"features": [
{
"type": “Feature”,
"properties": {},
“geometry”: {
“type”: “Polygon”,
“coordinates”: [

Best, S

1 Like