add entries for new tiles (#66875)

This commit is contained in:
Frédéric Péters 2022-07-22 08:21:32 +02:00
parent 6f7bcab44e
commit 6659323d60
1 changed files with 23 additions and 0 deletions

View File

@ -135,6 +135,29 @@ class Command(BaseCommand):
"name": "Aire de covoiturage",
"form": [{"varname": "gid", "type": "string", "label": "Identifiant"}],
},
"cinema": {
"url": "{{passerelle_url}}opengis/data-grandlyon-general/query/cinema/?property:gid={{gid}}",
"name": "Cinéma",
"cache_duration": 86400,
"force_async": False,
"form": [{"varname": "gid", "type": "string", "label": "GID du cinéma"}],
},
"musee": {
"url": "{{passerelle_url}}opengis/data-grandlyon-general/query/musee/?property:gid={{gid}}",
"name": "Musée",
"cache_duration": 86400,
"force_async": False,
"toodego:page": False,
"form": [{"varname": "gid", "type": "string", "label": "GID du musée"}],
},
"parc-et-jardin-ponctuel": {
"url": "{{passerelle_url}}opengis/data-grandlyon-general/query/parc-et-jardin-ponctuel/?property:gid={{gid}}",
"name": "Parc ou jardin",
"cache_duration": 86400,
"force_async": False,
"toodego:page": False,
"form": [{"varname": "gid", "type": "string", "label": "GID du parc ou jardin"}],
},
"airquality": {
"url": "{% if q_lat or lat %}http://api.atmo-aura.fr/partenaires/indice_request?api_token=6df2b0b505cc73c5545467758827458e&longitude={% firstof q_lon lon %}&latitude={% firstof q_lat lat %}{% endif %}",
"cache_duration": 300,