Feature(inspector): allow to load multiple contributors at once
This commit is contained in:
parent
7c6224fd3e
commit
063a912c82
8 changed files with 69 additions and 41 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue