Fix test styles to make them valid

This commit is contained in:
Andreas Hocevar
2021-11-24 11:43:06 +01:00
parent e00d005088
commit cafba311de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
}, },
"sources": { "sources": {
"mapbox": { "mapbox": {
"url": "/data/tiles/mapbox-streets-v6/{z}/{x}/{y}.vector.pbf", "tiles": ["/data/tiles/mapbox-streets-v6/{z}/{x}/{y}.vector.pbf"],
"type": "vector" "type": "vector"
} }
}, },
@@ -69,7 +69,7 @@
}, },
"sources": { "sources": {
"mapbox": { "mapbox": {
"url": "/data/styles/bright-v9/mapbox-streets-v7/{z}/{x}/{y}.vector.pbf", "tiles": ["/data/styles/bright-v9/mapbox-streets-v7/{z}/{x}/{y}.vector.pbf"],
"type": "vector" "type": "vector"
} }
}, },