summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/geojson-missing-properties.style.json
blob: fc4fe97c7843de462d4968d82072751e034be7e2 (plain)
1
2
3
4
5
6
7
8
9
{
  "version": 8,
  "sources": {
    "mapbox": {
      "type": "geojson",
      "data": { "type": "Feature", "geometry": { "type": "Point", "coordinates": [100.0, 0.0] } }
    }
  }
}