summaryrefslogtreecommitdiff
path: root/platform/ios/demo/Examples/Files/third_party_vector_style.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/demo/Examples/Files/third_party_vector_style.json')
-rw-r--r--platform/ios/demo/Examples/Files/third_party_vector_style.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/platform/ios/demo/Examples/Files/third_party_vector_style.json b/platform/ios/demo/Examples/Files/third_party_vector_style.json
new file mode 100644
index 0000000000..0c27190773
--- /dev/null
+++ b/platform/ios/demo/Examples/Files/third_party_vector_style.json
@@ -0,0 +1,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"
+ }
+ }]
+}