From c440cdeb5ee5b88ebfddd5fe83cd3b6e3762a5b8 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sun, 5 Dec 2021 02:30:03 +0100 Subject: [PATCH] Mark OSM-carto as 'best' in order to trigger it as best map within this category --- Logic/Actors/AvailableBaseLayersImplementation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logic/Actors/AvailableBaseLayersImplementation.ts b/Logic/Actors/AvailableBaseLayersImplementation.ts index 94f22e73c..13bc06898 100644 --- a/Logic/Actors/AvailableBaseLayersImplementation.ts +++ b/Logic/Actors/AvailableBaseLayersImplementation.ts @@ -22,7 +22,7 @@ export default class AvailableBaseLayersImplementation implements AvailableBaseL feature: null, max_zoom: 19, min_zoom: 0, - isBest: false, // This is a lie! Of course OSM is the best map! (But not in this context) + isBest: true, // Of course, OpenStreetMap is the best map! category: "osmbasedmap" }