settings: switch bibliotheque identifier to id_sitra1 (#26443)

This commit is contained in:
Frédéric Péters 2018-09-16 19:58:53 +02:00
parent 38625f6a65
commit c563711810
1 changed files with 2 additions and 2 deletions

4
debian/50gnm.py vendored
View File

@ -155,13 +155,13 @@ JSON_CELL_TYPES = {
]
},
"bibliotheque": {
"url": "https://download.data.grandlyon.com/wfs/rdata?SERVICE=WFS&VERSION=2.0.0&outputformat=GEOJSON&request=GetFeature&typename=sit_sitra.sittourisme&filter=<Filter><PropertyIsEqualTo><PropertyName>gid</PropertyName><Literal>[gid]</Literal></PropertyIsEqualTo></Filter>",
"url": "https://download.data.grandlyon.com/wfs/rdata?SERVICE=WFS&VERSION=2.0.0&outputformat=GEOJSON&request=GetFeature&typename=sit_sitra.sittourisme&filter=<Filter><PropertyIsEqualTo><PropertyName>id_sitra1</PropertyName><Literal>[id_sitra1]</Literal></PropertyIsEqualTo></Filter>",
"cache_duration": 86400,
"force_async": False,
"name": u"Bibliothèque",
"form": [
{
"varname": "gid",
"varname": "id_sitra1",
"type": "string",
"label": "Identifiant"
}