Disable alidade as it is broken
This commit is contained in:
parent
2606a27f60
commit
a3e170e157
2 changed files with 1 additions and 3 deletions
|
@ -172,8 +172,6 @@ export default class AvailableBaseLayers {
|
|||
l("Stamen.TonerLite", "Toner Lite (by Stamen)"),
|
||||
l("Stamen.TonerBackground", "Toner Background - no labels (by Stamen)"),
|
||||
l("Stamen.Watercolor", "Watercolor (by Stamen)"),
|
||||
l("Stadia.AlidadeSmooth", "Alidade Smooth (by Stadia)"),
|
||||
l("Stadia.AlidadeSmoothDark", "Alidade Smooth Dark (by Stadia)"),
|
||||
l("Stadia.OSMBright", "Osm Bright (by Stadia)"),
|
||||
l("CartoDB.Positron", "Positron (by CartoDB)"),
|
||||
l("CartoDB.PositronNoLabels", "Positron - no labels (by CartoDB)"),
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"startZoom": 1,
|
||||
"widenFactor": 0.05,
|
||||
"socialImage": "",
|
||||
"defaultBackgroundId": "Stadia.AlidadeSmoothDark",
|
||||
"defaultBackgroundId": "osm",
|
||||
"layers": [
|
||||
"direction",
|
||||
"surveillance_cameras"
|
||||
|
|
Loading…
Reference in a new issue