Skip to content

Commit

Permalink
fix openweathermap
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Dec 21, 2024
1 parent 86ae775 commit 45de86a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/leaflet-providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,13 @@
}
},
"OpenWeatherMap": {
"url": "https://{s}.tile.openweathermap.org/map/{variant}/{z}/{x}/{y}.png?appid={apiKey}",
"url": "https://tile.openweathermap.org/map/{variant}/{z}/{x}/{y}.png?appid={apiKey}",
"options": {
"maxZoom": 19,
"attribution": "Map data &copy; <a href=\"http://openweathermap.org\">OpenWeatherMap</a>",
"apiKey": "<insert your api key here>",
"opacity": 1
"opacity": 1,
"variant": "clouds_new"
},
"variants": {
"Clouds": "clouds_new",
Expand Down

0 comments on commit 45de86a

Please sign in to comment.