Skip to content

Commit

Permalink
[create-pull-request] automated change (#1159)
Browse files Browse the repository at this point in the history
Co-authored-by: giohappy <giohappy@users.noreply.github.com>
  • Loading branch information
geosolutions-pr-generator[bot] and giohappy authored Aug 22, 2022
1 parent 6379155 commit a0fd238
Show file tree
Hide file tree
Showing 1,206 changed files with 150 additions and 46 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-5cfed3f2c6e4585357034a4787ee11a2b8a2773f
geonode-mapstore-client-v4.0.0-63791555359b5072ffbe6165c62a77b973898116
110 changes: 107 additions & 3 deletions geonode_mapstore_client/static/mapstore/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -930,19 +930,20 @@
},
{
"labelId": "gnviewer.download",
"disablePluginIf": "{!state('selectedLayerPermissions').includes('download_resourcebase')}",
"type": "dropdown",
"items": [
{
"type": "plugin",
"name": "IsoDownload"
"name": "DataDownload"
},
{
"type": "plugin",
"name": "DublinCoreDownload"
"name": "IsoDownload"
},
{
"type": "plugin",
"name": "LayerDownload"
"name": "DublinCoreDownload"
}
]
},
Expand Down Expand Up @@ -1280,6 +1281,109 @@
{
"name": "AddLayer"
},
{
"name": "DataDownload",
"cfg": {
"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": "GML (FeatureCollection)",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/wfs-collection-1.1",
"label": "GML (WFS 1.1.0 FeatureCollection)",
"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/vnd.google-earth.kml+xml",
"label": "KML",
"type": "vector",
"validServices": [
"wps"
]
}
]
}
},
{
"name": "FilterLayer"
},
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit a0fd238

Please sign in to comment.