From 876687f5484eb5139d34896978186159f5b3200c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 18 May 2020 14:36:56 +0200 Subject: [PATCH] switch silos-a-verre data source to geojson --- debian/50gnm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/50gnm.py b/debian/50gnm.py index e4f6b04..6d8278c 100644 --- a/debian/50gnm.py +++ b/debian/50gnm.py @@ -268,7 +268,7 @@ JSON_CELL_TYPES = { } }, "silo-a-verre": { - "url": "https://download.data.grandlyon.com/ws/grandlyon/gic_collecte.gicsiloverre/all.json?field=identifiant&value=[identifiant]", + "url": "https://download.data.grandlyon.com/wfs/grandlyon?SERVICE=WFS&VERSION=2.0.0&outputformat=GEOJSON&request=GetFeature&typename=gic_collecte.gicsiloverre&filter=identifiant[identifiant]", "cache_duration": 86400, "force_async": False, "name": u"Silo à verre",