summaryrefslogtreecommitdiff
path: root/platform/ios/demo/Examples/Files/third_party_vector_style.json
blob: 0c2719077355494a4e4efb2fd2775573858ca3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "version": 8,
    "sources": {
	"osm": {
	    "type": "vector",
	    "tiles": ["https://vector.mapzen.com/osm/all/{z}/{x}/{y}.mvt?api_key=vector-tiles-LM25tq4"]
	}
    },
    "layers": [{
	   "id": "background",
	   "type": "background",
	   "paint": {
	       "background-color": "#41afa5"
	    }
	}, {
	   "id": "water",
	   "type": "fill",
	   "source": "osm",
	   "source-layer": "water",
	   "filter": ["==", "$type", "Polygon"],
	   "paint": {
	   "fill-color": "#3887be"
	}
    }]
}