Skip to content

Commit

Permalink
[create-pull-request] automated change (#546)
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 c0e52e6 commit 3d62038
Show file tree
Hide file tree
Showing 222 changed files with 267 additions and 57 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-12a17e01338d8be93d9cae68358b68e00cf808fb
geonode-mapstore-client-v4.0.0-c0e52e61bb4808406e77a8320c736a00ba88681a
274 changes: 242 additions & 32 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
{
"name": "isNewResource",
"path": "gnresource.isNew"
},
{
"name": "printEnabled",
"path": "print.capabilities"
}
],
"projectionDefs": [],
Expand Down Expand Up @@ -455,7 +459,9 @@
"name": "Map",
"cfg": {
"shouldLoadFont": false,
"tools": [],
"tools": [
"popup"
],
"mapOptions": {
"openlayers": {
"attribution": {
Expand All @@ -472,11 +478,7 @@
{
"name": "Identify",
"cfg": {
"showFullscreen": false,
"dock": true,
"position": "right",
"size": 0.4,
"fluid": true,
"showInMapPopup": true,
"viewerOptions": {
"container": "{context.ReactSwipe}"
}
Expand Down Expand Up @@ -1060,17 +1062,94 @@
"cfg": {
"disablePluginIf": "{!state('selectedLayerPermissions').includes('download_resourcebase')}",
"formats": [
{"name": "application/json", "label": "GeoJSON", "type": "vector", "validServices": ["wps"]},
{"name": "application/arcgrid", "label": "ArcGrid", "type": "raster", "validServices": ["wps"]},
{"name": "image/tiff", "label": "TIFF", "type": "raster", "validServices": ["wps"]},
{"name": "image/png", "label": "PNG", "type": "raster", "validServices": ["wps"]},
{"name": "image/jpeg", "label": "JPEG", "type": "raster", "validServices": ["wps"]},
{"name": "application/wfs-collection-1.0", "label": "wfs-collection-1.0", "type": "vector", "validServices": ["wps"]},
{"name": "application/wfs-collection-1.1", "label": "wfs-collection-1.1", "type": "vector", "validServices": ["wps"]},
{"name": "application/zip", "label": "Shapefile", "type": "vector", "validServices": ["wps"]},
{"name": "text/csv", "label": "CSV", "type": "vector", "validServices": ["wps"]},
{"name": "application/geopackage+sqlite3", "label": "GeoPackage", "type": "vector", "validServices": ["wps"]},
{"name": "application/geopackage+sqlite3", "label": "GeoPackage", "type": "raster", "validServices": ["wps"]}
{
"name": "application/json",
"label": "GeoJSON",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/arcgrid",
"label": "ArcGrid",
"type": "raster",
"validServices": [
"wps"
]
},
{
"name": "image/tiff",
"label": "TIFF",
"type": "raster",
"validServices": [
"wps"
]
},
{
"name": "image/png",
"label": "PNG",
"type": "raster",
"validServices": [
"wps"
]
},
{
"name": "image/jpeg",
"label": "JPEG",
"type": "raster",
"validServices": [
"wps"
]
},
{
"name": "application/wfs-collection-1.0",
"label": "wfs-collection-1.0",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/wfs-collection-1.1",
"label": "wfs-collection-1.1",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/zip",
"label": "Shapefile",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "text/csv",
"label": "CSV",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/geopackage+sqlite3",
"label": "GeoPackage",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/geopackage+sqlite3",
"label": "GeoPackage",
"type": "raster",
"validServices": [
"wps"
]
}
]
}
},
Expand Down Expand Up @@ -1188,6 +1267,10 @@
},
{
"name": "FeatureEditor",
"cfg": {
"hideCloseButton": true,
"hideLayerTitle": true
},
"override": {
"ViewerLayout": {
"priority": 1
Expand Down Expand Up @@ -1245,6 +1328,54 @@
}
}
},
{
"name": "BackgroundSelector",
"override": {
"ViewerLayout": {
"priority": 1
}
}
},
{
"name": "Toolbar",
"id": "NavigationBar",
"cfg": {
"id": "navigationBar",
"layout": "horizontal"
},
"override": {
"ViewerLayout": {
"priority": 1
}
}
},
{
"name": "MapLoading",
"override": {
"Toolbar": {
"alwaysVisible": true
}
}
},
{
"name": "ZoomIn",
"override": {
"Toolbar": {
"alwaysVisible": true
}
}
},
{
"name": "ZoomOut",
"override": {
"Toolbar": {
"alwaysVisible": true
}
}
},
{
"name": "ScaleBox"
},
{
"name": "MapFooter",
"override": {
Expand Down Expand Up @@ -1343,7 +1474,7 @@
{
"name": "Identify",
"cfg": {
"showInMapPopup":true,
"showInMapPopup": true,
"viewerOptions": {
"container": "{context.ReactSwipe}"
}
Expand Down Expand Up @@ -1506,7 +1637,6 @@
"name": "FullScreen"
}
]

}
},
{
Expand Down Expand Up @@ -1676,17 +1806,94 @@
"cfg": {
"disablePluginIf": "{!state('selectedLayerPermissions').includes('download_resourcebase')}",
"formats": [
{"name": "application/json", "label": "GeoJSON", "type": "vector", "validServices": ["wps"]},
{"name": "application/arcgrid", "label": "ArcGrid", "type": "raster", "validServices": ["wps"]},
{"name": "image/tiff", "label": "TIFF", "type": "raster", "validServices": ["wps"]},
{"name": "image/png", "label": "PNG", "type": "raster", "validServices": ["wps"]},
{"name": "image/jpeg", "label": "JPEG", "type": "raster", "validServices": ["wps"]},
{"name": "application/wfs-collection-1.0", "label": "wfs-collection-1.0", "type": "vector", "validServices": ["wps"]},
{"name": "application/wfs-collection-1.1", "label": "wfs-collection-1.1", "type": "vector", "validServices": ["wps"]},
{"name": "application/zip", "label": "Shapefile", "type": "vector", "validServices": ["wps"]},
{"name": "text/csv", "label": "CSV", "type": "vector", "validServices": ["wps"]},
{"name": "application/geopackage+sqlite3", "label": "GeoPackage", "type": "vector", "validServices": ["wps"]},
{"name": "application/geopackage+sqlite3", "label": "GeoPackage", "type": "raster", "validServices": ["wps"]}
{
"name": "application/json",
"label": "GeoJSON",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/arcgrid",
"label": "ArcGrid",
"type": "raster",
"validServices": [
"wps"
]
},
{
"name": "image/tiff",
"label": "TIFF",
"type": "raster",
"validServices": [
"wps"
]
},
{
"name": "image/png",
"label": "PNG",
"type": "raster",
"validServices": [
"wps"
]
},
{
"name": "image/jpeg",
"label": "JPEG",
"type": "raster",
"validServices": [
"wps"
]
},
{
"name": "application/wfs-collection-1.0",
"label": "wfs-collection-1.0",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/wfs-collection-1.1",
"label": "wfs-collection-1.1",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/zip",
"label": "Shapefile",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "text/csv",
"label": "CSV",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/geopackage+sqlite3",
"label": "GeoPackage",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/geopackage+sqlite3",
"label": "GeoPackage",
"type": "raster",
"validServices": [
"wps"
]
}
]
}
},
Expand Down Expand Up @@ -1898,7 +2105,10 @@
"name": "ViewerLayout",
"cfg": {
"header": {
"order": [ "ActionNavbar", "GeoStoryNavigation" ]
"order": [
"ActionNavbar",
"GeoStoryNavigation"
]
}
}
},
Expand Down Expand Up @@ -2318,4 +2528,4 @@
}
]
}
}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode_mapstore_client/static/mapstore/dist/js/gn-home.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode_mapstore_client/static/mapstore/dist/js/gn-map.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3d62038

Please sign in to comment.