summaryrefslogtreecommitdiff
path: root/test/fixtures/resources/style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/resources/style.json')
-rw-r--r--test/fixtures/resources/style.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/test/fixtures/resources/style.json b/test/fixtures/resources/style.json
deleted file mode 100644
index 858e2de037..0000000000
--- a/test/fixtures/resources/style.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "version": 8,
- "name": "Test",
- "sources": {
- "vectorsource": {
- "url": "test/fixtures/resources/source_vector.json",
- "type": "vector"
- },
- "rastersource": {
- "url": "test/fixtures/resources/source_raster.json",
- "type": "raster",
- "tileSize": 512
- }
- },
- "sprite": "test/fixtures/resources/sprite",
- "glyphs": "test/fixtures/resources/glyphs.pbf",
- "layers": [{
- "id": "road",
- "type": "symbol",
- "source": "vectorsource",
- "source-layer": "road_label",
- "layout": {
- "text-font": ["Open Sans Regular", "Arial Unicode MS Regular"],
- "text-field": "{name_en}"
- }
- }, {
- "id": "poi",
- "type": "symbol",
- "source": "vectorsource",
- "source-layer": "poi_label",
- "layout": {
- "text-font": ["Open Sans Regular", "Arial Unicode MS Regular"],
- "icon-image": "{maki}_icon"
- }
- }, {
- "id": "rasterlayer",
- "type": "fill",
- "source": "rastersource"
- }]
-}