mroswell / datasette-resources

0 stars 0 forks source link

stamen tile #8

Open mroswell opened 6 months ago

mroswell commented 6 months ago
{
    "plugins": {
        "datasette-geojson-map": {
            "tile_layer": "https://tiles.stadiamaps.com/tiles/stamen_terrain/{z}/{x}/{y}{r}.{ext}",
            "tile_layer_options": {
                "attribution": "Map tiles by <a href='http://stamen.com'>Stamen Design</a>, under <a href='http://creativecommons.org/licenses/by/3.0'>CC BY 3.0</a>. Data by <a href='http://openstreetmap.org'>OpenStreetMap</a>, under <a href='http://www.openstreetmap.org/copyright'>ODbL</a>.",
                "subdomains": "abcd",
                "minZoom": 1,
                "maxZoom": 16,
                "ext": "png"
            }
        }
    }
}