summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/geojson-invalid-data.style.json
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-12-08 18:25:04 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-12-11 16:23:42 -0800
commit2f973d0a7e29bdaaa0fc8f2b13d040ef0c189544 (patch)
tree1e3409072b6fe95b7a9765e4efcc852a42628545 /test/fixtures/style_parser/geojson-invalid-data.style.json
parent132b68e4fc277da10e2fbc457e54931e1c8ffd4e (diff)
downloadqtlocation-mapboxgl-2f973d0a7e29bdaaa0fc8f2b13d040ef0c189544.tar.gz
[core] parse GeoJSON source type
Diffstat (limited to 'test/fixtures/style_parser/geojson-invalid-data.style.json')
-rw-r--r--test/fixtures/style_parser/geojson-invalid-data.style.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/style_parser/geojson-invalid-data.style.json b/test/fixtures/style_parser/geojson-invalid-data.style.json
new file mode 100644
index 0000000000..ca1b275967
--- /dev/null
+++ b/test/fixtures/style_parser/geojson-invalid-data.style.json
@@ -0,0 +1,9 @@
+{
+ "version": 8,
+ "sources": {
+ "mapbox": {
+ "type": "geojson",
+ "data": 24
+ }
+ }
+}