retrieve all pollen details (#20595)

This commit is contained in:
Frédéric Péters 2018-03-18 09:20:55 +01:00
parent cad1af4701
commit c1078d220b
1 changed files with 7 additions and 2 deletions

9
debian/50gnm.py vendored
View File

@ -182,10 +182,15 @@ JSON_CELL_TYPES = {
"name": u"Qualité de l'air"
},
"pollen": {
"url": "https://download.data.grandlyon.com/ws/rdata/rnsa_reseau_aerobio.rnsabulletin/all.json?field=type&value=Synthese",
"url": "https://download.data.grandlyon.com/ws/rdata/rnsa_reseau_aerobio.rnsabulletin/all.json",
"cache_duration": 86400,
"force_async": False,
"name": u"Info Pollen"
"name": u"Info Pollen",
"additional-data": [
{"key": "syntheses",
"url": "https://download.data.grandlyon.com/ws/rdata/rnsa_reseau_aerobio.rnsabulletin/all.json?field=type&value=Synthese"
}
]
},
"places": {
"url": "[passerelle_url]jsondatastore/lieux-favoris/data/?name_id=[user_nameid]",