Feature(inspector): allow to load multiple contributors at once

This commit is contained in:
Pieter Vander Vennet 2024-12-04 18:48:05 +01:00
parent 7c6224fd3e
commit 063a912c82
8 changed files with 69 additions and 41 deletions

View file

@ -52,8 +52,11 @@
"render": 0,
"mappings": [
{
"if": {"or":
["_geometry:type=Polygon","_geometry:type=MultiPolygon"]
"if": {
"or": [
"_geometry:type=Polygon",
"_geometry:type=MultiPolygon"
]
},
"then": 20
}