summaryrefslogtreecommitdiff
path: root/test/fixtures/stale/style_and_tilejson.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/stale/style_and_tilejson.json')
-rw-r--r--test/fixtures/stale/style_and_tilejson.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/fixtures/stale/style_and_tilejson.json b/test/fixtures/stale/style_and_tilejson.json
deleted file mode 100644
index f2a4fddd0b..0000000000
--- a/test/fixtures/stale/style_and_tilejson.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "version": 8,
- "name": "Water",
- "sources": {
- "mapbox": {
- "type": "vector",
- "url": "http://127.0.0.1:3000/stale/streets.json"
- }
- },
- "layers": [{
- "id": "background",
- "type": "background",
- "paint": {
- "background-color": "red"
- }
- }, {
- "id": "water",
- "type": "fill",
- "source": "mapbox",
- "source-layer": "water",
- "paint": {
- "fill-color": "blue"
- }
- }]
-}