diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/api/query_style.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/api/query_style.json b/test/fixtures/api/query_style.json index 4e11921775..97f1d04432 100644 --- a/test/fixtures/api/query_style.json +++ b/test/fixtures/api/query_style.json @@ -50,6 +50,15 @@ "key4": 0.5 } } + }, + "source5": { + "type": "vector", + "url": "mapbox://mapbox.mapbox-streets-v6" + }, + "source6": { + "type": "raster", + "url": "mapbox://mapbox.satellite", + "tileSize": 256 } }, "layers": [ |