From 9853d0ae7649a33cd05f249bc75388a4da2cea23 Mon Sep 17 00:00:00 2001 From: Michael Wyraz Date: Thu, 2 Dec 2021 21:38:26 +0100 Subject: [PATCH] Test more maps --- config.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config.js b/config.js index e0a7ff5..078daee 100644 --- a/config.js +++ b/config.js @@ -28,6 +28,22 @@ module.exports = function () { 'attribution': '© Openstreetmap France | © OpenStreetMap' } }, + { + 'name': 'Stamen Terrain', + 'url': 'http://stamen-tiles-a.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png', + 'config': { + 'maxZoom': 18, + 'attribution': 'https://stamen.com/open-source/' + } + }, + { + 'name': 'Stamen Toner', + 'url': 'http://stamen-tiles-c.a.ssl.fastly.net/toner/{z}/{x}/{y}.png', + 'config': { + 'maxZoom': 20, + 'attribution': 'https://stamen.com/open-source/' + } + }, { 'name': 'Esri.WorldImagery', 'url': '//server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}',