summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/geojson-data-inline.style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/style_parser/geojson-data-inline.style.json')
-rw-r--r--test/fixtures/style_parser/geojson-data-inline.style.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/style_parser/geojson-data-inline.style.json b/test/fixtures/style_parser/geojson-data-inline.style.json
index fc4fe97c78..a5d19eea60 100644
--- a/test/fixtures/style_parser/geojson-data-inline.style.json
+++ b/test/fixtures/style_parser/geojson-data-inline.style.json
@@ -3,7 +3,7 @@
"sources": {
"mapbox": {
"type": "geojson",
- "data": { "type": "Feature", "geometry": { "type": "Point", "coordinates": [100.0, 0.0] } }
+ "data": { "type": "Feature", "geometry": { "type": "Point", "coordinates": [100.0, 0.0] }, "properties": {} }
}
}
}