From 28ff5c44d3b22baea5fda9459a27f6e13354c2a3 Mon Sep 17 00:00:00 2001 From: franzz Date: Sat, 13 Jul 2019 11:34:04 +0200 Subject: [PATCH] Use mapbox hybrid map --- masks/project.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masks/project.html b/masks/project.html index 122912a..40d7863 100755 --- a/masks/project.html +++ b/masks/project.html @@ -207,7 +207,7 @@ function getElevWidth() { function initSpotMessages(aoMessages, aoTracks) { //Tile layers - var oMapBoxSat = L.tileLayer(self.tmp('tile_api'), {id: 'mapbox.satellite', minZoom: 0, maxZoom: 19}), + var oMapBoxSat = L.tileLayer(self.tmp('tile_api'), {id: 'mapbox.satellite-streets', minZoom: 0, maxZoom: 19}), oOpenTopoMap = L.tileLayer(self.tmp('tile_api'), {id: 'opentopomap', minZoom: 2, maxZoom: 19}), oIgnSpain = L.tileLayer(self.tmp('tile_api'), {id: 'ign.es', minZoom: 1, maxZoom: 20}), oIgnFrance = L.tileLayer(self.tmp('tile_api'), {id: 'ign.fr', minZoom: 0, maxZoom: 18, tileSize: 256}),