diff options
Diffstat (limited to 'src/frontend/public/maps/styles/carto-light.json')
| -rw-r--r-- | src/frontend/public/maps/styles/carto-light.json | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/frontend/public/maps/styles/carto-light.json b/src/frontend/public/maps/styles/carto-light.json deleted file mode 100644 index 563af6d..0000000 --- a/src/frontend/public/maps/styles/carto-light.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "version": 8, - "name": "Light", - "sources": { - "carto": { - "type": "raster", - "tiles": [ - "https://d.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png" - ], - "attribution": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors, © <a href=\"https://carto.com/attributions\">CARTO</a>", - "tileSize": 256, - "maxzoom": 22, - "minzoom": 0 - } - }, - "layers": [ - { - "id": "background", - "type": "background", - "paint": { - "background-color": "#f0f0f0" - } - }, - { - "id": "raster", - "type": "raster", - "source": "carto", - "minzoom": 0, - "maxzoom": 22 - } - ], - "sprite": "/maps/spritesheet/sprite", - "glyphs": "/maps/fonts/{fontstack}/{range}.pbf" -} |
