From 4b6b709b4b49c116ce1d78a9a31fc9941baa7208 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 27 Sep 2022 18:50:04 +0200 Subject: [PATCH] Re-install dark map theme (fix #230) --- Logic/Actors/AvailableBaseLayersImplementation.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Logic/Actors/AvailableBaseLayersImplementation.ts b/Logic/Actors/AvailableBaseLayersImplementation.ts index 5a107d551..3eabfa29e 100644 --- a/Logic/Actors/AvailableBaseLayersImplementation.ts +++ b/Logic/Actors/AvailableBaseLayersImplementation.ts @@ -137,10 +137,13 @@ export default class AvailableBaseLayersImplementation implements AvailableBaseL l("Stamen.TonerBackground", "Toner Background - no labels (by Stamen)"), l("Stamen.Watercolor", "Watercolor (by Stamen)"), l("Stadia.OSMBright", "Osm Bright (by Stadia)"), + l("Stadia.AlidadeSmoothDark", "Alidade Smooth Dark (by Stadia)"), l("CartoDB.Positron", "Positron (by CartoDB)"), l("CartoDB.PositronNoLabels", "Positron - no labels (by CartoDB)"), l("CartoDB.Voyager", "Voyager (by CartoDB)"), l("CartoDB.VoyagerNoLabels", "Voyager - no labels (by CartoDB)"), + l("CartoDB.DarkMatter", "Dark Matter (by CartoDB)"), + l("CartoDB.DarkMatterNoLabels", "Dark Matter - no labels (by CartoDB)"), ] return Utils.NoNull(layers) }