Added WFS version=1.1.0 and sortby attribute
This commit is contained in:
parent
bb42e05d08
commit
ddaf86f705
|
@ -672,7 +672,7 @@
|
||||||
"title": "Regioni Italiane",
|
"title": "Regioni Italiane",
|
||||||
"description": "Le Regioni Italiane",
|
"description": "Le Regioni Italiane",
|
||||||
"name": "limiti_amministrativi:regioni",
|
"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",
|
"wfs_url": "https://geoserver1.dev.d4science.org/geoserver/ows?service=WFS&version=1.1.0&request=GetFeature&typeName=limiti_amministrativi:regioni&maxFeatures=50&outputFormat=application%2Fjson&propertyName=COD_REG,DEN_REG&sortby=DEN_REG",
|
||||||
"table_show_field": "DEN_REG",
|
"table_show_field": "DEN_REG",
|
||||||
"table_key_field": "COD_REG",
|
"table_key_field": "COD_REG",
|
||||||
"table_parent_key_field": "",
|
"table_parent_key_field": "",
|
||||||
|
@ -682,7 +682,7 @@
|
||||||
"title": "Province Italiane",
|
"title": "Province Italiane",
|
||||||
"description": "Le Province Italiane",
|
"description": "Le Province Italiane",
|
||||||
"name": "limiti_amministrativi:province",
|
"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",
|
"wfs_url": "https://geoserver1.dev.d4science.org/geoserver/ows?service=WFS&version=1.1.0&request=GetFeature&typeName=limiti_amministrativi:province&maxFeatures=150&outputFormat=application%2Fjson&propertyName=COD_PROV,DEN_PROV,COD_REG&sortby=DEN_PROV",
|
||||||
"table_show_field": "DEN_PROV",
|
"table_show_field": "DEN_PROV",
|
||||||
"table_key_field": "COD_PROV",
|
"table_key_field": "COD_PROV",
|
||||||
"table_parent_key_field": "COD_REG",
|
"table_parent_key_field": "COD_REG",
|
||||||
|
@ -692,7 +692,7 @@
|
||||||
"title": "Comuni Italiani",
|
"title": "Comuni Italiani",
|
||||||
"description": "I Comuni Italiani",
|
"description": "I Comuni Italiani",
|
||||||
"name": "limiti_amministrativi:comuni",
|
"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=PRO_COM,COMUNE,COD_PROV",
|
"wfs_url": "https://geoserver1.dev.d4science.org/geoserver/ows?service=WFS&version=1.1.0&request=GetFeature&typeName=limiti_amministrativi:comuni&maxFeatures=9000&outputFormat=application%2Fjson&propertyName=PRO_COM,COMUNE,COD_PROV&sortby=COMUNE",
|
||||||
"table_show_field": "COMUNE",
|
"table_show_field": "COMUNE",
|
||||||
"table_key_field": "PRO_COM",
|
"table_key_field": "PRO_COM",
|
||||||
"table_parent_key_field": "COD_PROV",
|
"table_parent_key_field": "COD_PROV",
|
||||||
|
|
Loading…
Reference in New Issue