updated GROUPED_CROSS_FILTERING_LAYERS adding key PRO_COM

This commit is contained in:
Francesco Mangiacrapa 2023-05-26 17:43:02 +02:00
parent e4477f6f6f
commit bb42e05d08
1 changed files with 2 additions and 2 deletions

View File

@ -692,9 +692,9 @@
"title": "Comuni Italiani",
"description": "I Comuni Italiani",
"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",
"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=PRO_COM,COMUNE,COD_PROV",
"table_show_field": "COMUNE",
"table_key_field": "COD_CM",
"table_key_field": "PRO_COM",
"table_parent_key_field": "COD_PROV",
"table_geometry_name": "the_geom"
}