settings: update atmo tile to new API URL (#25853)

This commit is contained in:
Frédéric Péters 2018-09-03 13:50:41 +02:00
parent 768b713d62
commit ea0858373b
1 changed files with 1 additions and 1 deletions

2
debian/50gnm.py vendored
View File

@ -203,7 +203,7 @@ JSON_CELL_TYPES = {
"additional-data": [
{
"key": "air2go",
"url": "{% if q_lat or lat %}http://api.atmo-aura.fr/air2go/indice_request?api_token=6df2b0b505cc73c5545467758827458e&longitude={% firstof q_lon lon %}&latitude={% firstof q_lat lat %}{% endif %}"
"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 %}"
},
{
"key": "nominatim",