Added "GROUPED_CROSS_FILTERING_LAYERS" configuration #25138. Enabled DEV
dependencies in the pom
This commit is contained in:
parent
f666d3eb4a
commit
c9826a7dde
|
@ -634,7 +634,7 @@
|
|||
"grouped_custom_layers": [
|
||||
{
|
||||
"name": "Limiti Amministrativi Italiani 2023",
|
||||
"description": "Layer (Regioni/Province/Comuni) mostrati automaticamente sulla Mappa in base al livello di zoom",
|
||||
"description": "Layer (Regioni/Province/Comuni) aggiunti automaticamente alla Mappa in base al livello di zoom",
|
||||
"layers": [
|
||||
{
|
||||
"title": "Regioni",
|
||||
|
@ -659,6 +659,53 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"_id": "org.gcube.portlets.user.grouped_custom_layers",
|
||||
"_type": "GROUPED_CROSS_FILTERING_LAYERS",
|
||||
"_configuration": {
|
||||
"grouped_cross_filtering_layers": [
|
||||
{
|
||||
"name": "Limiti Amministrativi Italiani 2023",
|
||||
"description": "Filtra per i confini amministrativi italiani 2023'",
|
||||
"layers": [
|
||||
{
|
||||
"title": "Regioni Italiane",
|
||||
"description": "Le Regioni Italiane",
|
||||
"show_field": "DEN_REG",
|
||||
"key_field": "COD_REG",
|
||||
"parent_key_field": "",
|
||||
"layername": "limiti_amministrativi:regioni",
|
||||
"geometry_name": "the_geom",
|
||||
"wfs_url": "https://geoserver1.dev.d4science.org/geoserver/limiti_amministrativi/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=limiti_amministrativi:regioni&maxFeatures=50&outputFormat=application%2Fjson&propertyName=COD_REG,DEN_REG",
|
||||
"related_to": [
|
||||
{
|
||||
"title": "Province Italiane",
|
||||
"description": "Le Province Italiane",
|
||||
"show_field": "DEN_PROV",
|
||||
"key_field": "COD_PROV",
|
||||
"parent_key_field": "COD_REG",
|
||||
"layername": "the layer name",
|
||||
"WMS_URL": "THE WMS_URL",
|
||||
"wfs_url": "https://geoserver1.dev.d4science.org/geoserver/limiti_amministrativi/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=limiti_amministrativi:province&maxFeatures=150&outputFormat=application%2Fjson&propertyName=COD_PROV,DEN_PROV,COD_REG",
|
||||
"related_to": [
|
||||
{
|
||||
"title": "Comuni Italiani",
|
||||
"description": "I Comuni Italiani",
|
||||
"show_field": "COMUNE",
|
||||
"key_field": "COD_CM",
|
||||
"parent_key_field": "COD_PROV",
|
||||
"layername": "limiti_amministrativi:comuni",
|
||||
"wfs_url": "https://geoserver1.dev.d4science.org/geoserver/limiti_amministrativi/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=limiti_amministrativi:comuni&maxFeatures=9000&outputFormat=application%2Fjson&propertyName=COD_CM,COMUNE,COD_PROV"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"_id": "org.gcube.portlets.user.geoportal-workflow-action-list",
|
||||
"_type": "WORKFLOW_ACTION_LIST_GUI",
|
||||
|
|
16
pom.xml
16
pom.xml
|
@ -23,16 +23,16 @@
|
|||
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
|
||||
|
||||
<!-- prod -->
|
||||
<gcube-bom-version>2.3.0</gcube-bom-version>
|
||||
<gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version>
|
||||
<gcube-portal-bom-version>3.7.0</gcube-portal-bom-version>
|
||||
<storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range>
|
||||
<!-- <gcube-bom-version>2.3.0</gcube-bom-version> -->
|
||||
<!-- <gcube-smartgears-bom-version>2.4.0</gcube-smartgears-bom-version> -->
|
||||
<!-- <gcube-portal-bom-version>3.7.0</gcube-portal-bom-version> -->
|
||||
<!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> -->
|
||||
|
||||
<!--dev -->
|
||||
<!-- <gcube-bom-version>2.1.0-SNAPSHOT</gcube-bom-version> -->
|
||||
<!-- <gcube-smartgears-bom-version>2.2.0-SNAPSHOT</gcube-smartgears-bom-version> -->
|
||||
<!-- <gcube-portal-bom-version>3.7.0-SNAPSHOT</gcube-portal-bom-version> -->
|
||||
<!-- <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> -->
|
||||
<gcube-bom-version>2.1.0-SNAPSHOT</gcube-bom-version>
|
||||
<gcube-smartgears-bom-version>2.2.0-SNAPSHOT</gcube-smartgears-bom-version>
|
||||
<gcube-portal-bom-version>3.7.0-SNAPSHOT</gcube-portal-bom-version>
|
||||
<storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range>
|
||||
|
||||
|
||||
<plugin-framework-version>1.0.3</plugin-framework-version>
|
||||
|
|
Loading…
Reference in New Issue