summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/geojson-data-inline.style.json
blob: a5d19eea60016a42a58bb0e9f7b63371cd382bde (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] }, "properties": {} }
    }
  }
}