Skip to content

Commit

Permalink
Update query panel configuration (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored Oct 8, 2024
1 parent bab3b5b commit 12b88a7
Showing 1 changed file with 49 additions and 20 deletions.
69 changes: 49 additions & 20 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,9 @@
"id": "settings",
"labelId": "gnviewer.settings",
"disableIf": "{!context.canManageResourceSettings(state('gnResourceData'))}",
"items": [true]
"items": [
true
]
}
]
}
Expand Down Expand Up @@ -1142,10 +1144,6 @@
"id": "INTERSECTS",
"name": "queryform.spatialfilter.operations.intersects"
},
{
"id": "BBOX",
"name": "queryform.spatialfilter.operations.bbox"
},
{
"id": "CONTAINS",
"name": "queryform.spatialfilter.operations.contains"
Expand Down Expand Up @@ -1268,10 +1266,6 @@
"id": "INTERSECTS",
"name": "queryform.spatialfilter.operations.intersects"
},
{
"id": "BBOX",
"name": "queryform.spatialfilter.operations.bbox"
},
{
"id": "CONTAINS",
"name": "queryform.spatialfilter.operations.contains"
Expand Down Expand Up @@ -1746,7 +1740,9 @@
"id": "settings",
"labelId": "gnviewer.settings",
"disableIf": "{!context.canManageResourceSettings(state('gnResourceData'))}",
"items": [true]
"items": [
true
]
}
]
}
Expand Down Expand Up @@ -2042,10 +2038,6 @@
"id": "INTERSECTS",
"name": "queryform.spatialfilter.operations.intersects"
},
{
"id": "BBOX",
"name": "queryform.spatialfilter.operations.bbox"
},
{
"id": "CONTAINS",
"name": "queryform.spatialfilter.operations.contains"
Expand Down Expand Up @@ -2455,7 +2447,9 @@
"id": "settings",
"labelId": "gnviewer.settings",
"disableIf": "{!context.canManageResourceSettings(state('gnResourceData'))}",
"items": [true]
"items": [
true
]
}
]
}
Expand Down Expand Up @@ -2803,7 +2797,9 @@
"id": "settings",
"labelId": "gnviewer.settings",
"disableIf": "{!context.canManageResourceSettings(state('gnResourceData'))}",
"items": [true]
"items": [
true
]
}
]
}
Expand Down Expand Up @@ -3079,7 +3075,9 @@
"id": "settings",
"labelId": "gnviewer.settings",
"disableIf": "{!context.canManageResourceSettings(state('gnResourceData'))}",
"items": [true]
"items": [
true
]
}
]
}
Expand Down Expand Up @@ -3118,8 +3116,37 @@
"containerPosition": "leftColumn",
"toolsOptions": {
"hideCrossLayer": true,
"hideSpatialFilter": true
}
"useEmbeddedMap": true
},
"spatialPanelExpanded": false,
"spatialOperations": [
{
"id": "INTERSECTS",
"name": "queryform.spatialfilter.operations.intersects"
},
{
"id": "CONTAINS",
"name": "queryform.spatialfilter.operations.contains"
},
{
"id": "WITHIN",
"name": "queryform.spatialfilter.operations.within"
}
],
"spatialMethodOptions": [
{
"id": "BBOX",
"name": "queryform.spatialfilter.methods.box"
},
{
"id": "Circle",
"name": "queryform.spatialfilter.methods.circle"
},
{
"id": "Polygon",
"name": "queryform.spatialfilter.methods.poly"
}
]
}
},
{
Expand Down Expand Up @@ -4408,7 +4435,9 @@
"id": "settings",
"labelId": "gnviewer.settings",
"disableIf": "{!context.canManageResourceSettings(state('gnResourceData'))}",
"items": [true]
"items": [
true
]
}
]
}
Expand Down

0 comments on commit 12b88a7

Please sign in to comment.