Remove stadia background layers, fix #1096

This commit is contained in:
Pieter Vander Vennet 2022-10-10 21:07:30 +02:00
parent 3ebda4a9a1
commit 4af4eb24b8
2 changed files with 1 additions and 3 deletions

View file

@ -136,8 +136,6 @@ export default class AvailableBaseLayersImplementation implements AvailableBaseL
l("Stamen.TonerLite", "Toner Lite (by Stamen)"), l("Stamen.TonerLite", "Toner Lite (by Stamen)"),
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.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)"),

View file

@ -32,7 +32,7 @@
51.190748429411705 51.190748429411705
] ]
], ],
"defaultBackgroundId": "Stadia.AlidadeSmoothDark", "defaultBackgroundId": "CartoDB.DarkMatterNoLabels",
"layers": [ "layers": [
{ {
"id": "street_with_width", "id": "street_with_width",