settings: switch bibliotheques to new data.grandlyon source (#26658)

This commit is contained in:
Frédéric Péters 2018-10-02 11:05:17 +02:00
parent 12f7955ba0
commit 42cf0c7303
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>id_sitra1</PropertyName><Literal>[id_sitra1]</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>idexterne</PropertyName><Literal>[idexterne]</Literal></PropertyIsEqualTo></Filter>",
"cache_duration": 86400,
"force_async": False,
"name": u"Bibliothèque",
"form": [
{
"varname": "id_sitra1",
"varname": "idexterne",
"type": "string",
"label": "Identifiant"
}