forked from MapComplete/MapComplete
Re-install dark map theme (fix #230)
This commit is contained in:
parent
a87fa4520b
commit
4b6b709b4b
1 changed files with 3 additions and 0 deletions
|
@ -137,10 +137,13 @@ export default class AvailableBaseLayersImplementation implements AvailableBaseL
|
||||||
l("Stamen.TonerBackground", "Toner Background - no labels (by Stamen)"),
|
l("Stamen.TonerBackground", "Toner Background - no labels (by Stamen)"),
|
||||||
l("Stamen.Watercolor", "Watercolor (by Stamen)"),
|
l("Stamen.Watercolor", "Watercolor (by Stamen)"),
|
||||||
l("Stadia.OSMBright", "Osm Bright (by Stadia)"),
|
l("Stadia.OSMBright", "Osm Bright (by Stadia)"),
|
||||||
|
l("Stadia.AlidadeSmoothDark", "Alidade Smooth Dark (by Stadia)"),
|
||||||
l("CartoDB.Positron", "Positron (by CartoDB)"),
|
l("CartoDB.Positron", "Positron (by CartoDB)"),
|
||||||
l("CartoDB.PositronNoLabels", "Positron - no labels (by CartoDB)"),
|
l("CartoDB.PositronNoLabels", "Positron - no labels (by CartoDB)"),
|
||||||
l("CartoDB.Voyager", "Voyager (by CartoDB)"),
|
l("CartoDB.Voyager", "Voyager (by CartoDB)"),
|
||||||
l("CartoDB.VoyagerNoLabels", "Voyager - no labels (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)
|
return Utils.NoNull(layers)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue