From 5f8b381c008b2d13db568d4ea1d2d2a44313a219 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 25 Mar 2024 04:21:51 +0100 Subject: [PATCH] Change order of global layers --- src/assets/global-raster-layers.json | 181 ++++++++++++++------------- 1 file changed, 91 insertions(+), 90 deletions(-) diff --git a/src/assets/global-raster-layers.json b/src/assets/global-raster-layers.json index 81e3d26c7..472e5c7fb 100644 --- a/src/assets/global-raster-layers.json +++ b/src/assets/global-raster-layers.json @@ -12,6 +12,97 @@ "url": "https://osm.org/copyright" } }, + { + "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", + "style": "https://api.protomaps.com/styles/v2/white.json?key=2af8b969a9e8b692", + "connect-src": [ + "https://protomaps.github.io" + ], + "id": "protomaps.white", + "name": "Protomaps White", + "type": "vector", + "category": "osmbasedmap", + "attribution": { + "text": "Protomaps", + "url": "https://protomaps.com/" + } + }, + { + "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", + "style": "https://api.protomaps.com/styles/v2/light.json?key=2af8b969a9e8b692", + "connect-src": [ + "https://protomaps.github.io" + ], + "id": "protomaps.light", + "name": "Protomaps Light", + "type": "vector", + "category": "osmbasedmap", + "attribution": { + "text": "Protomaps", + "url": "https://protomaps.com/" + } + }, + { + "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", + "connect-src": [ + "https://protomaps.github.io" + ], + "style": "https://api.protomaps.com/styles/v2/grayscale.json?key=2af8b969a9e8b692", + "id": "protomaps.grayscale", + "name": "Protomaps Grayscale", + "type": "vector", + "category": "osmbasedmap", + "attribution": { + "text": "Protomaps", + "url": "https://protomaps.com/" + } + }, + { + "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", + "connect-src": [ + "https://protomaps.github.io" + ], + "style": "https://api.protomaps.com/styles/v2/dark.json?key=2af8b969a9e8b692", + "id": "protomaps.dark", + "name": "Protomaps Dark", + "type": "vector", + "category": "osmbasedmap", + "attribution": { + "text": "Protomaps", + "url": "https://protomaps.com/" + } + }, + { + "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", + "style": "https://api.protomaps.com/styles/v2/black.json?key=2af8b969a9e8b692", + "connect-src": [ + "https://protomaps.github.io" + ], + "id": "protomaps.black", + "name": "Protomaps Black", + "type": "vector", + "category": "osmbasedmap", + "attribution": { + "text": "Protomaps", + "url": "https://protomaps.com/" + } + }, + { + "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", + "style": "assets/sunny.json", + "connect-src": [ + "https://protomaps.github.io" + ], + "id": "protomaps.sunny", + "name": "Protomaps Sunny", + "type": "vector", + "category": "osmbasedmap", + "attribution": { + "text": "Protomaps", + "url": "https://protomaps.com/" + } + }, + { "name": "Americana", "url": "https://zelonewolf.github.io/openstreetmap-americana/style.json", @@ -176,96 +267,6 @@ "text": "CARTO", "url": "https://carto.com/" } - }, - { - "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", - "style": "https://api.protomaps.com/styles/v2/white.json?key=2af8b969a9e8b692", - "connect-src": [ - "https://protomaps.github.io" - ], - "id": "protomaps.white", - "name": "Protomaps White", - "type": "vector", - "category": "osmbasedmap", - "attribution": { - "text": "Protomaps", - "url": "https://protomaps.com/" - } - }, - { - "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", - "style": "https://api.protomaps.com/styles/v2/light.json?key=2af8b969a9e8b692", - "connect-src": [ - "https://protomaps.github.io" - ], - "id": "protomaps.light", - "name": "Protomaps Light", - "type": "vector", - "category": "osmbasedmap", - "attribution": { - "text": "Protomaps", - "url": "https://protomaps.com/" - } - }, - { - "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", - "connect-src": [ - "https://protomaps.github.io" - ], - "style": "https://api.protomaps.com/styles/v2/grayscale.json?key=2af8b969a9e8b692", - "id": "protomaps.grayscale", - "name": "Protomaps Grayscale", - "type": "vector", - "category": "osmbasedmap", - "attribution": { - "text": "Protomaps", - "url": "https://protomaps.com/" - } - }, - { - "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", - "connect-src": [ - "https://protomaps.github.io" - ], - "style": "https://api.protomaps.com/styles/v2/dark.json?key=2af8b969a9e8b692", - "id": "protomaps.dark", - "name": "Protomaps Dark", - "type": "vector", - "category": "osmbasedmap", - "attribution": { - "text": "Protomaps", - "url": "https://protomaps.com/" - } - }, - { - "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", - "style": "https://api.protomaps.com/styles/v2/black.json?key=2af8b969a9e8b692", - "connect-src": [ - "https://protomaps.github.io" - ], - "id": "protomaps.black", - "name": "Protomaps Black", - "type": "vector", - "category": "osmbasedmap", - "attribution": { - "text": "Protomaps", - "url": "https://protomaps.com/" - } - }, - { - "url": "pmtiles://https://api.protomaps.com/tiles/v3.json?key=2af8b969a9e8b692", - "style": "assets/sunny.json", - "connect-src": [ - "https://protomaps.github.io" - ], - "id": "protomaps.sunny", - "name": "Protomaps Sunny", - "type": "vector", - "category": "osmbasedmap", - "attribution": { - "text": "Protomaps", - "url": "https://protomaps.com/" - } } ] }