switch bibliotheque identifier attribute (#27153)

This commit is contained in:
Frédéric Péters 2018-10-21 12:57:40 +02:00
parent 26f3687afd
commit 6cbd2af864
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/grandlyon?SERVICE=WFS&VERSION=2.0.0&outputformat=GEOJSON&request=GetFeature&typename=adr_voie_lieu.adrequiculturepct&SRSNAME=urn:ogc:def:crs:EPSG::4171&filter=<Filter><PropertyIsEqualTo><PropertyName>idexterne</PropertyName><Literal>[idexterne]</Literal></PropertyIsEqualTo></Filter>",
"url": "https://download.data.grandlyon.com/wfs/grandlyon?SERVICE=WFS&VERSION=2.0.0&outputformat=GEOJSON&request=GetFeature&typename=adr_voie_lieu.adrequiculturepct&SRSNAME=urn:ogc:def:crs:EPSG::4171&filter=<Filter><PropertyIsEqualTo><PropertyName>identifiant</PropertyName><Literal>[identifiant]</Literal></PropertyIsEqualTo></Filter>",
"cache_duration": 86400,
"force_async": False,
"name": u"Bibliothèque",
"form": [
{
"varname": "idexterne",
"varname": "identifiant",
"type": "string",
"label": "Identifiant"
}