Skip to content

Commit

Permalink
Update client bundle with theme improvements (GeoNode#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored Jun 23, 2021
1 parent 06eaa64 commit dff11d2
Show file tree
Hide file tree
Showing 298 changed files with 33,186 additions and 22,953 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-v2.0.9-faf74dc8a0556b44ae8eee0ba115092289fa2ddd
geonode-mapstore-client-v2.0.9-06eaa64ade9c3875de9af167f093418e59492baa
101 changes: 101 additions & 0 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2843,6 +2843,65 @@
{
"name": "BrandNavbar"
},
{
"name": "FeatureEditor"
},
{
"name": "QueryPanel",
"cfg": {
"activateQueryTool": true,
"spatialOperations": [
{
"id": "INTERSECTS",
"name": "queryform.spatialfilter.operations.intersects"
},
{
"id": "BBOX",
"name": "queryform.spatialfilter.operations.bbox"
},
{
"id": "CONTAINS",
"name": "queryform.spatialfilter.operations.contains"
},
{
"id": "WITHIN",
"name": "queryform.spatialfilter.operations.within"
}
],
"spatialMethodOptions": [
{
"id": "Viewport",
"name": "queryform.spatialfilter.methods.viewport"
},
{
"id": "BBOX",
"name": "queryform.spatialfilter.methods.box"
},
{
"id": "Circle",
"name": "queryform.spatialfilter.methods.circle"
},
{
"id": "Polygon",
"name": "queryform.spatialfilter.methods.poly"
}
]
},
"override": {
"ViewerLayout": {
"priority": 1
}
}
},
{
"name": "MapFooter",
"override": {
"ViewerLayout": {
"priority": 1,
"target": "footer"
}
}
},
{
"name": "Map",
"cfg": {
Expand Down Expand Up @@ -2882,6 +2941,48 @@
{
"name": "BrandNavbar"
},
{
"name": "StyleEditor",
"cfg": {
"styleService": {
"baseUrl": "{state('settings') && state('settings').geonodeUrl && state('settings').geonodeUrl + 'gs/' || '/gs/'}",
"formats": [
"css",
"sld"
],
"availableUrls": [
"{state('settings') && state('settings').geoserverUrl || '/geoserver/'}",
"{state('settings') && state('settings').geonodeUrl && state('settings').geonodeUrl + 'gs/' || '/gs/'}"
],
"fonts": [
"Arial",
"Courier New",
"Monospaced",
"SansSerif",
"Serif",
"Times New Roman"
]
},
"editingAllowedRoles": null,
"enableSetDefaultStyle": true
}
},
{
"name": "TOCItemsSettings",
"cfg": {
"hideTitleTranslations": true,
"showFeatureInfoTab": false
}
},
{
"name": "MapFooter",
"override": {
"ViewerLayout": {
"priority": 1,
"target": "footer"
}
}
},
{
"name": "Map",
"cfg": {
Expand Down
1 change: 1 addition & 0 deletions geonode_mapstore_client/static/mapstore/configs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"title": "Empty Background",
"fixed": true,
"type": "empty",
"name": "empty",
"visibility": false,
"args": [
"Empty Background",
Expand Down

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit dff11d2

Please sign in to comment.