Newer
Older
minerva / Base / usr / share / Maps / TileProviders.json
@minerva minerva on 13 Jul 1 KB Initial commit
[
    {
        "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"
    }
]