summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/image-coordinates.style.json
blob: 51b0e93ee7e58a3946577e01437cf2d1f2b62fa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "version": 8,
  "center" : [ 75.123, 81.123],
  "sources": {
    "image": {
      "type": "image",
      "url": "local://0.png",
      "coordinates": [
        [ 12.2344, 87.23434],
	[-12.234, 12.41242]
      ]
    }
  }
}