summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-11-18 15:16:57 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-11-18 16:29:18 -0800
commitf2772309feb394b7caeaea436e13ef45ba86a4e7 (patch)
tree985799a23214551ff9d5454c9ae4b2ce58ec67f0 /test/fixtures
parentdb1c4f2cc2f57b5ea790cac09bd9923b5d86a0ce (diff)
downloadqtlocation-mapboxgl-f2772309feb394b7caeaea436e13ef45ba86a4e7.tar.gz
Rewrite CustomSpriteImages test
Previous test was invalid; Map::setSprite is only for annotations.
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/headless/pois.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/fixtures/headless/pois.json b/test/fixtures/headless/pois.json
deleted file mode 100644
index a7fcfdb9dc..0000000000
--- a/test/fixtures/headless/pois.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "version": 8,
- "name": "POIs",
- "sources": {
- "mapbox": {
- "type": "vector",
- "url": "asset://TEST_DATA/fixtures/tiles/streets.json"
- }
- },
- "layers": [{
- "id": "background",
- "type": "background",
- "paint": {
- "background-color": "#CCCCCC"
- }
- }, {
- "id": "pois",
- "type": "symbol",
- "source": "mapbox",
- "source-layer": "poi_label",
- "filter": ["in", "maki", "cafe", "bakery"],
- "layout": {
- "icon-image": "{maki}"
- }
- }]
-}