Skip to content

Commit

Permalink
[create-pull-request] automated change (#538)
Browse files Browse the repository at this point in the history
Co-authored-by: allyoucanmap <allyoucanmap@users.noreply.github.com>
  • Loading branch information
1 parent f0e977b commit a31bd46
Show file tree
Hide file tree
Showing 272 changed files with 327 additions and 139 deletions.
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
geonode-mapstore-client-v4.0.0-1cdd6f1e801ac079b213f5a9dd35bc3293a28500
geonode-mapstore-client-v4.0.0-f0e977b69c1f30e147f11d1be9115e3e817afc7b
45 changes: 36 additions & 9 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,12 +1300,22 @@
"type": "link",
"href": "{'#/dataset/' + (state('gnResourceData') || {}).pk}",
"labelId": "gnviewer.backToDataset"
},
{
"type": "plugin",
"name": "SaveStyle"
}
],
"rightMenuItems": [
{
"type": "plugin",
"name": "FullScreen"
}
]
}
},
{
"name": "StyleEditor",
"name": "VisualStyleEditor",
"cfg": {
"styleService": {
"baseUrl": "{state('settings') && state('settings').geonodeUrl && state('settings').geonodeUrl + 'gs/' || '/gs/'}",
Expand All @@ -1330,6 +1340,15 @@
"enableSetDefaultStyle": true
}
},
{
"name": "Identify",
"cfg": {
"showInMapPopup":true,
"viewerOptions": {
"container": "{context.ReactSwipe}"
}
}
},
{
"name": "DrawerMenu",
"override": {
Expand All @@ -1338,13 +1357,6 @@
}
}
},
{
"name": "TOCItemsSettings",
"cfg": {
"hideTitleTranslations": true,
"showFeatureInfoTab": false
}
},
{
"name": "MapFooter",
"override": {
Expand All @@ -1361,7 +1373,8 @@
"tools": [
"measurement",
"draw",
"box"
"box",
"popup"
],
"mapOptions": {
"openlayers": {
Expand All @@ -1386,6 +1399,20 @@
},
{
"name": "FitBounds"
},
{
"name": "BackgroundSelector",
"override": {
"ViewerLayout": {
"priority": 1
}
}
},
{
"name": "ScaleBox"
},
{
"name": "FullScreen"
}
],
"map_viewer": [
Expand Down

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a31bd46

Please sign in to comment.