diff options
Diffstat (limited to 'src/frontend/public/maps')
| -rw-r--r-- | src/frontend/public/maps/spritesheet/sprite.json | 16 | ||||
| -rw-r--r-- | src/frontend/public/maps/spritesheet/sprite@2x.json | 16 | ||||
| -rw-r--r-- | src/frontend/public/maps/styles/carto-dark.json | 59 | ||||
| -rw-r--r-- | src/frontend/public/maps/styles/carto-light.json | 61 |
4 files changed, 76 insertions, 76 deletions
diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json index 96b0971..044886e 100644 --- a/src/frontend/public/maps/spritesheet/sprite.json +++ b/src/frontend/public/maps/spritesheet/sprite.json @@ -1,10 +1,10 @@ { - "stop": { - "id": "stop", - "x": 0, - "y": 0, - "width": 32, - "height": 32, - "pixelRatio": 1 - } + "stop": { + "id": "stop", + "x": 0, + "y": 0, + "width": 32, + "height": 32, + "pixelRatio": 1 + } } diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.json b/src/frontend/public/maps/spritesheet/sprite@2x.json index 37a2fbe..2a58c5f 100644 --- a/src/frontend/public/maps/spritesheet/sprite@2x.json +++ b/src/frontend/public/maps/spritesheet/sprite@2x.json @@ -1,10 +1,10 @@ { - "stop": { - "id": "stop", - "x": 0, - "y": 0, - "width": 64, - "height": 64, - "pixelRatio": 2 - } + "stop": { + "id": "stop", + "x": 0, + "y": 0, + "width": 64, + "height": 64, + "pixelRatio": 2 + } } diff --git a/src/frontend/public/maps/styles/carto-dark.json b/src/frontend/public/maps/styles/carto-dark.json index b3af6e7..dbaa515 100644 --- a/src/frontend/public/maps/styles/carto-dark.json +++ b/src/frontend/public/maps/styles/carto-dark.json @@ -1,33 +1,32 @@ { - "version": 8, - "name": "Light", - "sources": { - "carto": { - "type": "raster", - "tiles": ["https://d.basemaps.cartocdn.com/dark_all/{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 - } + "version": 8, + "name": "Light", + "sources": { + "carto": { + "type": "raster", + "tiles": ["https://d.basemaps.cartocdn.com/dark_all/{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" + } }, - "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" + { + "id": "raster", + "type": "raster", + "source": "carto", + "minzoom": 0, + "maxzoom": 22 + } + ], + "sprite": "/maps/spritesheet/sprite", + "glyphs": "/maps/fonts/{fontstack}/{range}.pbf" } diff --git a/src/frontend/public/maps/styles/carto-light.json b/src/frontend/public/maps/styles/carto-light.json index 957386e..563af6d 100644 --- a/src/frontend/public/maps/styles/carto-light.json +++ b/src/frontend/public/maps/styles/carto-light.json @@ -1,33 +1,34 @@ { - "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 - } + "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" + } }, - "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" + { + "id": "raster", + "type": "raster", + "source": "carto", + "minzoom": 0, + "maxzoom": 22 + } + ], + "sprite": "/maps/spritesheet/sprite", + "glyphs": "/maps/fonts/{fontstack}/{range}.pbf" } |
