Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 3.3.x] #512: Add GeoPackage format to layer wps downlaod configuration #514

Merged
merged 2 commits into from
Sep 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,20 @@
{
"name": "LayerDownload",
"cfg": {
"disablePluginIf": "{!state('selectedLayerPermissions').includes('download_resourcebase')}"
"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"]}
]
}
},
{
Expand Down Expand Up @@ -866,7 +879,20 @@
{
"name": "LayerDownload",
"cfg": {
"disablePluginIf": "{!state('selectedLayerPermissions').includes('download_resourcebase')}"
"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"]}
]
}
},
{
Expand Down Expand Up @@ -1138,7 +1164,20 @@
{
"name": "LayerDownload",
"cfg": {
"disablePluginIf": "{!state('selectedLayerPermissions').includes('download_resourcebase')}"
"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"]}
]
}
},
{
Expand Down Expand Up @@ -1390,7 +1429,20 @@
{
"name": "LayerDownload",
"cfg": {
"disablePluginIf": "{!state('selectedLayerPermissions').includes('download_resourcebase')}"
"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"]}
]
}
},
{
Expand Down Expand Up @@ -1660,7 +1712,20 @@
{
"name": "LayerDownload",
"cfg": {
"disablePluginIf": "{!state('selectedLayerPermissions').includes('download_resourcebase')}"
"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"]}
]
}
},
{
Expand Down
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-v3.2.1-cbed77a66385fcf85b3ffc86f24a142df019189a
geonode-mapstore-client-v3.2.1-3d477401c7012259d7709702295c1a9ffd501f0d
Loading