1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00

Maps: Move TileProviders.json to user independent folder

This commit is contained in:
Bastiaan van der Plaat 2024-02-28 20:56:24 +01:00 committed by Sam Atkins
parent 5da9f52b1f
commit 29026ce965
3 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,32 @@
[
{
"name": "OpenStreetMap (Local labels)",
"url_format": "https://tile.openstreetmap.org/{}/{}/{}.png",
"attribution_text": "© OpenStreetMap contributors",
"attribution_url": "https://www.openstreetmap.org/copyright"
},
{
"name": "OpenStreetMap (German labels)",
"url_format": "https://tile.openstreetmap.de/{}/{}/{}.png",
"attribution_text": "© OpenStreetMap contributors",
"attribution_url": "https://www.openstreetmap.org/copyright"
},
{
"name": "OpenStreetMap (French labels)",
"url_format": "https://a.tile.openstreetmap.fr/osmfr/{}/{}/{}.png",
"attribution_text": "© OpenStreetMap contributors",
"attribution_url": "https://www.openstreetmap.fr/copyright"
},
{
"name": "OpenStreetMap (Humanitarian map style)",
"url_format": "https://a.tile.openstreetmap.fr/hot/{}/{}/{}.png",
"attribution_text": "© OpenStreetMap contributors",
"attribution_url": "https://www.openstreetmap.fr/copyright"
},
{
"name": "OpenStreetMap (Topographical map style)",
"url_format": "https://a.tile.opentopomap.org/{}/{}/{}.png",
"attribution_text": "© OpenStreetMap contributors",
"attribution_url": "https://www.opentopomap.org/credits"
}
]