From 016908fb940a65dc863cddca5be8d681b9370c49 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 13 Oct 2024 22:19:22 +0200 Subject: [PATCH] Fix: build: add generated file which is needed for some steps --- .../generated/editor-layer-index-global.json | 131 ++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 src/assets/generated/editor-layer-index-global.json diff --git a/src/assets/generated/editor-layer-index-global.json b/src/assets/generated/editor-layer-index-global.json new file mode 100644 index 000000000..f6818d833 --- /dev/null +++ b/src/assets/generated/editor-layer-index-global.json @@ -0,0 +1,131 @@ +[ + { + "name": "CyclOSM", + "id": "cyclosm", + "url": "https://{switch:a,b,c}.tile-cyclosm.openstreetmap.fr/cyclosm/{zoom}/{x}/{y}.png", + "attribution": { + "text": "Rendering: CyclOSM (hosted by OpenStreetMap France) © Map data OpenStreetMap contributors", + "url": "https://www.cyclosm.org/" + }, + "type": "tms", + "category": "osmbasedmap", + "max_zoom": 20 + }, + { + "name": "Esri World Imagery", + "id": "EsriWorldImagery", + "url": "https://{switch:services,server}.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}", + "attribution": { + "required": true, + "text": "Terms & Feedback", + "url": "https://wiki.openstreetmap.org/wiki/Esri" + }, + "type": "tms", + "category": "photo", + "max_zoom": 22, + "default": true + }, + { + "name": "Esri World Imagery (Clarity) Beta", + "id": "EsriWorldImageryClarity", + "url": "https://clarity.maptiles.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{zoom}/{y}/{x}", + "attribution": { + "required": true, + "text": "Terms & Feedback", + "url": "https://wiki.openstreetmap.org/wiki/Esri" + }, + "type": "tms", + "category": "photo", + "max_zoom": 22, + "default": true + }, + { + "name": "Mapbox Satellite", + "id": "Mapbox", + "url": "https://{switch:a,b,c,d}.tiles.mapbox.com/v4/mapbox.satellite/{zoom}/{x}/{y}.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJjbGZkempiNDkyandvM3lwY3M4MndpdWdzIn0.QnvRv52n3qffVEKmQa9vJA", + "attribution": { + "required": true, + "text": "Terms & Feedback", + "url": "https://www.mapbox.com/about/maps" + }, + "type": "tms", + "category": "photo", + "max_zoom": 22, + "default": true + }, + { + "name": "OpenAerialMap Mosaic, by Kontur.io", + "id": "OpenAerialMapMosaic", + "url": "https://apps.kontur.io/raster-tiler/oam/mosaic/{zoom}/{x}/{y}.png", + "type": "tms", + "category": "photo", + "min_zoom": 1, + "max_zoom": 31, + "default": true + }, + { + "name": "OpenStreetMap (Basque Style)", + "id": "osmfr-basque", + "url": "https://tile.openstreetmap.bzh/eu/{zoom}/{x}/{y}.png", + "attribution": { + "required": true, + "text": "Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL", + "url": "https://www.openstreetmap.org/" + }, + "type": "tms", + "category": "osmbasedmap", + "max_zoom": 20 + }, + { + "name": "OpenStreetMap (Breton Style)", + "id": "osmfr-breton", + "url": "https://tile.openstreetmap.bzh/br/{zoom}/{x}/{y}.png", + "attribution": { + "required": true, + "text": "Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL", + "url": "https://www.openstreetmap.org/" + }, + "type": "tms", + "category": "osmbasedmap", + "max_zoom": 20 + }, + { + "name": "OpenStreetMap (French Style)", + "id": "osmfr", + "url": "https://{switch:a,b,c}.tile.openstreetmap.fr/osmfr/{zoom}/{x}/{y}.png", + "attribution": { + "required": true, + "text": "Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL", + "url": "https://www.openstreetmap.org/" + }, + "type": "tms", + "category": "osmbasedmap", + "max_zoom": 20 + }, + { + "name": "OpenStreetMap (HOT Style)", + "id": "HDM_HOT", + "url": "https://{switch:a,b,c}.tile.openstreetmap.fr/hot/{zoom}/{x}/{y}.png", + "attribution": { + "required": true, + "text": "© OpenStreetMap contributors, tiles courtesy of Humanitarian OpenStreetMap Team", + "url": "https://www.hotosm.org/" + }, + "type": "tms", + "category": "osmbasedmap", + "max_zoom": 20 + }, + { + "name": "OpenStreetMap (Occitan Style)", + "id": "osmfr-occitan", + "url": "https://tile.openstreetmap.bzh/oc/{zoom}/{x}/{y}.png", + "attribution": { + "required": true, + "text": "Tiles © OpenStreetMap France, data © OpenStreetMap contributors, ODbL", + "url": "https://www.openstreetmap.org/" + }, + "type": "tms", + "category": "osmbasedmap", + "max_zoom": 20 + } +] \ No newline at end of file