Updated GROUPED_CROSS_FILTERING_LAYERS configuration

This commit is contained in:
Francesco Mangiacrapa 2023-05-24 11:13:20 +02:00
parent 983465111e
commit faad15c9de
1 changed files with 16 additions and 15 deletions

View File

@ -671,31 +671,32 @@
{
"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",
"name": "limiti_amministrativi:regioni",
"wfs_url": "https://geoserver1.dev.d4science.org/geoserver/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=limiti_amministrativi:regioni&maxFeatures=50&outputFormat=application%2Fjson&propertyName=COD_REG,DEN_REG",
"table_show_field": "DEN_REG",
"table_key_field": "COD_REG",
"table_parent_key_field": "",
"table_geometry_name": "the_geom",
"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",
"name": "limiti_amministrativi:province",
"wfs_url": "https://geoserver1.dev.d4science.org/geoserver/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",
"table_show_field": "DEN_PROV",
"table_key_field": "COD_PROV",
"table_parent_key_field": "COD_REG",
"table_geometry_name": "the_geom",
"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/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=limiti_amministrativi:comuni&maxFeatures=9000&outputFormat=application%2Fjson&propertyName=COD_CM,COMUNE,COD_PROV"
"name": "limiti_amministrativi:comuni",
"wfs_url": "https://geoserver1.dev.d4science.org/geoserver/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=limiti_amministrativi:comuni&maxFeatures=9000&outputFormat=application%2Fjson&propertyName=COD_CM,COMUNE,COD_PROV",
"table_show_field": "COMUNE",
"table_key_field": "COD_CM",
"table_parent_key_field": "COD_PROV",
"table_geometry_name": "the_geom"
}
]
}