+
+
+
+
+
+
Do you need commercial support with render in cluster?
+
Contact us
+
+
diff --git a/maps.md b/maps.md
new file mode 100644
index 0000000..40a1307
--- /dev/null
+++ b/maps.md
@@ -0,0 +1,85 @@
+---
+layout: page
+title: Collection of Map
+published: true
+---
+
+
+
+
+
+
+## Vector Maps
+
+
+### OSM Bright
+
+
+
+### Basic
+
+
+
+## Raster Maps
+
+### OSM Bright
+
+
+
+### Streets Basic
+
+
+
+### Woodcut
+
+
+
+### Comic
+
+
+
+### Pirates
+
+
+
+### Light
+
+
+
+### Dark
+
+
+
+### Wheatpaste
+
+
+
+### 14th Street
+
+
+
+
+
diff --git a/osm2vectortiles-gh-pages.zip b/osm2vectortiles-gh-pages.zip
new file mode 100644
index 0000000..2b8b5a5
Binary files /dev/null and b/osm2vectortiles-gh-pages.zip differ
diff --git a/styles/basic-v8.json b/styles/basic-v8.json
new file mode 100644
index 0000000..a02fc49
--- /dev/null
+++ b/styles/basic-v8.json
@@ -0,0 +1,722 @@
+{
+ "version": 8,
+ "name": "Basic",
+ "sources": {
+ "mapbox": {
+ "url": "http://vectortiles.osm2vectortiles.org/world.json",
+ "type": "vector"
+ }
+ },
+ "sprite": "mapbox://sprites/mapbox/basic-v8",
+ "glyphs": "mapbox://fonts/mapbox/{fontstack}/{range}.pbf",
+ "layers": [
+ {
+ "id": "background",
+ "type": "background",
+ "paint": {
+ "background-color": "#dedede"
+ }
+ },
+ {
+ "id": "landuse_park",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "landuse",
+ "filter": [
+ "==",
+ "class",
+ "park"
+ ],
+ "paint": {
+ "fill-color": "#d2edae"
+ }
+ },
+ {
+ "id": "waterway",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "waterway",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "river",
+ "canal"
+ ]
+ ],
+ "paint": {
+ "line-color": "#a0cfdf",
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 8,
+ 0.5
+ ],
+ [
+ 20,
+ 15
+ ]
+ ]
+ }
+ }
+ },
+ {
+ "id": "water",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "water",
+ "paint": {
+ "fill-color": "#a0cfdf"
+ }
+ },
+ {
+ "id": "building",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "building",
+ "paint": {
+ "fill-color": "#d6d6d6"
+ }
+ },
+ {
+ "id": "tunnel_minor",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "tunnel",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "motorway_link",
+ "street",
+ "street_limited",
+ "service",
+ "driveway",
+ "path"
+ ]
+ ],
+ "paint": {
+ "line-color": "#efefef",
+ "line-width": {
+ "base": 1.55,
+ "stops": [
+ [
+ 4,
+ 0.25
+ ],
+ [
+ 20,
+ 30
+ ]
+ ]
+ },
+ "line-dasharray": [
+ 0.36,
+ 0.18
+ ]
+ }
+ },
+ {
+ "id": "tunnel_major",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "tunnel",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "motorway",
+ "main"
+ ]
+ ],
+ "paint": {
+ "line-color": "#fff",
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 6,
+ 0.5
+ ],
+ [
+ 20,
+ 30
+ ]
+ ]
+ },
+ "line-dasharray": [
+ 0.28,
+ 0.14
+ ]
+ }
+ },
+ {
+ "id": "road_minor",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "road",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "motorway_link",
+ "street",
+ "street_limited",
+ "service",
+ "driveway",
+ "path"
+ ]
+ ],
+ "layout": {
+ "line-cap": "round",
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#efefef",
+ "line-width": {
+ "base": 1.55,
+ "stops": [
+ [
+ 4,
+ 0.25
+ ],
+ [
+ 20,
+ 30
+ ]
+ ]
+ }
+ }
+ },
+ {
+ "id": "road_major",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "road",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "motorway",
+ "main"
+ ]
+ ],
+ "layout": {
+ "line-cap": "round",
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#fff",
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 6,
+ 0.5
+ ],
+ [
+ 20,
+ 30
+ ]
+ ]
+ }
+ }
+ },
+ {
+ "id": "bridge_minor_case",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "motorway_link",
+ "street",
+ "street_limited",
+ "service",
+ "driveway",
+ "path"
+ ]
+ ],
+ "paint": {
+ "line-color": "#dedede",
+ "line-width": {
+ "base": 1.6,
+ "stops": [
+ [
+ 12,
+ 0.5
+ ],
+ [
+ 20,
+ 10
+ ]
+ ]
+ },
+ "line-gap-width": {
+ "base": 1.55,
+ "stops": [
+ [
+ 4,
+ 0.25
+ ],
+ [
+ 20,
+ 30
+ ]
+ ]
+ }
+ }
+ },
+ {
+ "id": "bridge_major_case",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "motorway",
+ "main"
+ ]
+ ],
+ "paint": {
+ "line-color": "#dedede",
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 12,
+ 0.5
+ ],
+ [
+ 20,
+ 10
+ ]
+ ]
+ },
+ "line-gap-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 6,
+ 0.5
+ ],
+ [
+ 20,
+ 30
+ ]
+ ]
+ }
+ }
+ },
+ {
+ "id": "bridge_minor",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "motorway_link",
+ "street",
+ "street_limited",
+ "service",
+ "driveway",
+ "path"
+ ]
+ ],
+ "layout": {
+ "line-cap": "round",
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#efefef",
+ "line-width": {
+ "base": 1.55,
+ "stops": [
+ [
+ 4,
+ 0.25
+ ],
+ [
+ 20,
+ 30
+ ]
+ ]
+ }
+ }
+ },
+ {
+ "id": "bridge_major",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "motorway",
+ "main"
+ ]
+ ],
+ "layout": {
+ "line-cap": "round",
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#fff",
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 6,
+ 0.5
+ ],
+ [
+ 20,
+ 30
+ ]
+ ]
+ }
+ }
+ },
+ {
+ "id": "admin_country",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "admin",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "all",
+ [
+ "<=",
+ "admin_level",
+ 2
+ ],
+ [
+ "==",
+ "maritime",
+ 0
+ ]
+ ]
+ ],
+ "layout": {
+ "line-cap": "round",
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#8b8a8a",
+ "line-width": {
+ "base": 1.3,
+ "stops": [
+ [
+ 3,
+ 0.5
+ ],
+ [
+ 22,
+ 15
+ ]
+ ]
+ }
+ }
+ },
+ {
+ "id": "poi_label",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "poi_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ "all",
+ [
+ "==",
+ "scalerank",
+ 1
+ ],
+ [
+ "==",
+ "localrank",
+ 1
+ ]
+ ]
+ ],
+ "minzoom": 5,
+ "layout": {
+ "icon-image": "{maki}-12",
+ "text-offset": [
+ 0,
+ 0.5
+ ],
+ "text-field": "{name_en}",
+ "text-font": [
+ "Open Sans Semibold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-max-width": 8,
+ "text-anchor": "top",
+ "text-size": 11,
+ "icon-size": 1
+ },
+ "paint": {
+ "text-color": "#666",
+ "text-halo-width": 1,
+ "text-halo-color": "rgba(255,255,255,0.75)",
+ "text-halo-blur": 1
+ }
+ },
+ {
+ "id": "road_major_label",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "road_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "motorway",
+ "main"
+ ]
+ ],
+ "layout": {
+ "symbol-placement": "line",
+ "text-field": "{name_en}",
+ "text-font": [
+ "Open Sans Semibold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-transform": "uppercase",
+ "text-letter-spacing": 0.1,
+ "text-size": {
+ "base": 1.4,
+ "stops": [
+ [
+ 10,
+ 8
+ ],
+ [
+ 20,
+ 14
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#666",
+ "text-halo-color": "rgba(255,255,255,0.75)",
+ "text-halo-width": 2
+ }
+ },
+ {
+ "id": "place_label_other",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "place_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ "in",
+ "type",
+ "town",
+ "village",
+ "hamlet",
+ "suburb",
+ "neighbourhood"
+ ]
+ ],
+ "minzoom": 8,
+ "layout": {
+ "text-field": "{name_en}",
+ "text-font": [
+ "Open Sans Semibold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-max-width": 6,
+ "text-size": {
+ "stops": [
+ [
+ 6,
+ 12
+ ],
+ [
+ 12,
+ 16
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#666",
+ "text-halo-color": "rgba(255,255,255,0.75)",
+ "text-halo-width": 1,
+ "text-halo-blur": 1
+ }
+ },
+ {
+ "id": "place_label_city",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "place_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ "==",
+ "type",
+ "city"
+ ]
+ ],
+ "maxzoom": 16,
+ "layout": {
+ "text-field": "{name_en}",
+ "text-font": [
+ "Open Sans Bold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-max-width": 10,
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 12
+ ],
+ [
+ 8,
+ 16
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#666",
+ "text-halo-color": "rgba(255,255,255,0.75)",
+ "text-halo-width": 1,
+ "text-halo-blur": 1
+ }
+ },
+ {
+ "id": "country_label",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "country_label",
+ "filter": [
+ "==",
+ "$type",
+ "Point"
+ ],
+ "maxzoom": 12,
+ "layout": {
+ "text-field": "{name_en}",
+ "text-font": [
+ "Open Sans Regular",
+ "Arial Unicode MS Regular"
+ ],
+ "text-max-width": 10,
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 14
+ ],
+ [
+ 8,
+ 22
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#666",
+ "text-halo-color": "rgba(255,255,255,0.75)",
+ "text-halo-width": 1,
+ "text-halo-blur": 1
+ }
+ }
+ ]
+}
diff --git a/styles/bright-v8.json b/styles/bright-v8.json
new file mode 100644
index 0000000..eb0e7a5
--- /dev/null
+++ b/styles/bright-v8.json
@@ -0,0 +1,3126 @@
+{
+ "version": 8,
+ "name": "Bright",
+ "metadata": {
+ "mapbox:groups": {
+ "1444849364238.8171": {
+ "name": "Buildings",
+ "collapsed": true
+ },
+ "1444849354174.1904": {
+ "name": "Tunnels",
+ "collapsed": true
+ },
+ "1444849320558.5054": {
+ "name": "Water labels",
+ "collapsed": true
+ },
+ "1444849371739.5945": {
+ "name": "Aeroways",
+ "collapsed": true
+ },
+ "1444849258897.3083": {
+ "name": "Marine labels",
+ "collapsed": true
+ },
+ "1444849388993.3071": {
+ "name": "Landuse",
+ "collapsed": true
+ },
+ "1444849242106.713": {
+ "name": "Country labels",
+ "collapsed": true
+ },
+ "1444849382550.77": {
+ "name": "Water",
+ "collapsed": true
+ },
+ "1444849345966.4436": {
+ "name": "Roads",
+ "collapsed": true
+ },
+ "1444849307123.581": {
+ "name": "Admin labels",
+ "collapsed": true
+ },
+ "1444849272561.29": {
+ "name": "Place labels",
+ "collapsed": true
+ },
+ "1444849290021.1838": {
+ "name": "Road labels",
+ "collapsed": true
+ },
+ "1444849334699.1902": {
+ "name": "Bridges",
+ "collapsed": true
+ },
+ "1444849297111.495": {
+ "name": "POI labels",
+ "collapsed": true
+ }
+ }
+ },
+ "sources": {
+ "mapbox": {
+ "url": "http://vectortiles.osm2vectortiles.org/world.json",
+ "type": "vector"
+ }
+ },
+ "sprite": "mapbox://sprites/mapbox/bright-v8",
+ "glyphs": "mapbox://fonts/mapbox/{fontstack}/{range}.pbf",
+ "layers": [
+ {
+ "id": "background",
+ "type": "background",
+ "paint": {
+ "background-color": "#f8f4f0"
+ }
+ },
+ {
+ "id": "landuse_park",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "landuse",
+ "filter": [
+ "==",
+ "class",
+ "park"
+ ],
+ "paint": {
+ "fill-color": "#d8e8c8"
+ },
+ "metadata": {
+ "mapbox:group": "1444849388993.3071"
+ }
+ },
+ {
+ "id": "landuse_cemetery",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "landuse",
+ "filter": [
+ "==",
+ "class",
+ "cemetery"
+ ],
+ "paint": {
+ "fill-color": "#e0e4dd"
+ },
+ "metadata": {
+ "mapbox:group": "1444849388993.3071"
+ }
+ },
+ {
+ "id": "landuse_hospital",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "landuse",
+ "filter": [
+ "==",
+ "class",
+ "hospital"
+ ],
+ "paint": {
+ "fill-color": "#fde"
+ },
+ "metadata": {
+ "mapbox:group": "1444849388993.3071"
+ }
+ },
+ {
+ "id": "landuse_school",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "landuse",
+ "filter": [
+ "==",
+ "class",
+ "school"
+ ],
+ "paint": {
+ "fill-color": "#f0e8f8"
+ },
+ "metadata": {
+ "mapbox:group": "1444849388993.3071"
+ }
+ },
+ {
+ "id": "landuse_wood",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "landuse",
+ "filter": [
+ "==",
+ "class",
+ "wood"
+ ],
+ "paint": {
+ "fill-color": "#6a4",
+ "fill-opacity": 0.1
+ },
+ "metadata": {
+ "mapbox:group": "1444849388993.3071"
+ }
+ },
+ {
+ "id": "waterway",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "waterway",
+ "filter": [
+ "all",
+ [
+ "!=",
+ "class",
+ "river"
+ ],
+ [
+ "!=",
+ "class",
+ "stream"
+ ],
+ [
+ "!=",
+ "class",
+ "canal"
+ ]
+ ],
+ "layout": {
+ "line-cap": "round"
+ },
+ "paint": {
+ "line-color": "#a0c8f0",
+ "line-width": {
+ "base": 1.3,
+ "stops": [
+ [
+ 13,
+ 0.5
+ ],
+ [
+ 20,
+ 2
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849382550.77"
+ }
+ },
+ {
+ "id": "waterway_river",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "waterway",
+ "filter": [
+ "==",
+ "class",
+ "river"
+ ],
+ "layout": {
+ "line-cap": "round"
+ },
+ "paint": {
+ "line-color": "#a0c8f0",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 11,
+ 0.5
+ ],
+ [
+ 20,
+ 6
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849382550.77"
+ }
+ },
+ {
+ "id": "waterway_stream_canal",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "waterway",
+ "filter": [
+ "in",
+ "class",
+ "stream",
+ "canal"
+ ],
+ "layout": {
+ "line-cap": "round"
+ },
+ "paint": {
+ "line-color": "#a0c8f0",
+ "line-width": {
+ "base": 1.3,
+ "stops": [
+ [
+ 13,
+ 0.5
+ ],
+ [
+ 20,
+ 6
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849382550.77"
+ }
+ },
+ {
+ "id": "water",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "water",
+ "paint": {
+ "fill-color": "#a0c8f0"
+ },
+ "metadata": {
+ "mapbox:group": "1444849382550.77"
+ }
+ },
+ {
+ "id": "water_offset",
+ "ref": "water",
+ "paint": {
+ "fill-color": "white",
+ "fill-opacity": 0.3,
+ "fill-translate": [
+ 0,
+ 2.5
+ ]
+ },
+ "metadata": {
+ "mapbox:group": "1444849382550.77"
+ }
+ },
+ {
+ "id": "water_pattern",
+ "ref": "water",
+ "paint": {
+ "fill-translate": [
+ 0,
+ 2.5
+ ],
+ "fill-pattern": "wave"
+ },
+ "metadata": {
+ "mapbox:group": "1444849382550.77"
+ }
+ },
+ {
+ "id": "aeroway_fill",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "aeroway",
+ "filter": [
+ "==",
+ "$type",
+ "Polygon"
+ ],
+ "minzoom": 11,
+ "paint": {
+ "fill-color": "#f0ede9",
+ "fill-opacity": 0.7
+ },
+ "metadata": {
+ "mapbox:group": "1444849371739.5945"
+ }
+ },
+ {
+ "id": "aeroway_runway",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "aeroway",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "==",
+ "type",
+ "runway"
+ ]
+ ],
+ "minzoom": 11,
+ "paint": {
+ "line-color": "#f0ede9",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 11,
+ 3
+ ],
+ [
+ 20,
+ 16
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849371739.5945"
+ }
+ },
+ {
+ "id": "aeroway_taxiway",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "aeroway",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "==",
+ "type",
+ "taxiway"
+ ]
+ ],
+ "minzoom": 11,
+ "paint": {
+ "line-color": "#f0ede9",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 11,
+ 0.5
+ ],
+ [
+ 20,
+ 6
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849371739.5945"
+ }
+ },
+ {
+ "id": "building",
+ "type": "fill",
+ "source": "mapbox",
+ "source-layer": "building",
+ "paint": {
+ "fill-color": {
+ "base": 1,
+ "stops": [
+ [
+ 15.5,
+ "#f2eae2"
+ ],
+ [
+ 16,
+ "#dfdbd7"
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849364238.8171"
+ }
+ },
+ {
+ "id": "building_top",
+ "ref": "building",
+ "paint": {
+ "fill-color": "#f2eae2",
+ "fill-opacity": {
+ "base": 1,
+ "stops": [
+ [
+ 15,
+ 0
+ ],
+ [
+ 16,
+ 1
+ ]
+ ]
+ },
+ "fill-translate": {
+ "stops": [
+ [
+ 15,
+ [
+ 0,
+ 0
+ ]
+ ],
+ [
+ 16,
+ [
+ -2,
+ -2
+ ]
+ ]
+ ],
+ "base": 1
+ },
+ "fill-outline-color": "#dfdbd7"
+ },
+ "metadata": {
+ "mapbox:group": "1444849364238.8171"
+ }
+ },
+ {
+ "id": "tunnel_motorway_link_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "tunnel",
+ "filter": [
+ "==",
+ "class",
+ "motorway_link"
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#e9ac77",
+ "line-dasharray": [
+ 0.5,
+ 0.25
+ ],
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 12,
+ 1
+ ],
+ [
+ 13,
+ 3
+ ],
+ [
+ 20,
+ 13
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_service_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "tunnel",
+ "filter": [
+ "==",
+ "class",
+ "service"
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#cfcdca",
+ "line-dasharray": [
+ 0.5,
+ 0.25
+ ],
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 15,
+ 1
+ ],
+ [
+ 16,
+ 4
+ ],
+ [
+ 20,
+ 11
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_street_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "tunnel",
+ "filter": [
+ "in",
+ "class",
+ "street",
+ "street_limited"
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#cfcdca",
+ "line-dasharray": [
+ 0.5,
+ 0.25
+ ],
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 12,
+ 0.5
+ ],
+ [
+ 13,
+ 1
+ ],
+ [
+ 14,
+ 4
+ ],
+ [
+ 20,
+ 15
+ ]
+ ]
+ },
+ "line-opacity": {
+ "stops": [
+ [
+ 12,
+ 0
+ ],
+ [
+ 12.5,
+ 1
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_main_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "tunnel",
+ "filter": [
+ "==",
+ "class",
+ "main"
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#e9ac77",
+ "line-dasharray": [
+ 0.5,
+ 0.25
+ ],
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 5,
+ 0.1
+ ],
+ [
+ 6,
+ 0.2
+ ],
+ [
+ 7,
+ 1.5
+ ],
+ [
+ 20,
+ 18
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_motorway_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "tunnel",
+ "filter": [
+ "==",
+ "class",
+ "motorway"
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#e9ac77",
+ "line-dasharray": [
+ 0.5,
+ 0.25
+ ],
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 5,
+ 0.4
+ ],
+ [
+ 6,
+ 0.6
+ ],
+ [
+ 7,
+ 1.5
+ ],
+ [
+ 20,
+ 22
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_path",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "tunnel",
+ "filter": [
+ "==",
+ "class",
+ "path"
+ ],
+ "paint": {
+ "line-color": "#cba",
+ "line-dasharray": [
+ 1.5,
+ 0.75
+ ],
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 15,
+ 1.2
+ ],
+ [
+ 20,
+ 4
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_motorway_link",
+ "ref": "tunnel_motorway_link_casing",
+ "paint": {
+ "line-color": "#fc8",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 12.5,
+ 0
+ ],
+ [
+ 13,
+ 1.5
+ ],
+ [
+ 20,
+ 10
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_service",
+ "ref": "tunnel_service_casing",
+ "paint": {
+ "line-color": "#fff",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 15.5,
+ 0
+ ],
+ [
+ 16,
+ 2
+ ],
+ [
+ 20,
+ 7.5
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_street",
+ "ref": "tunnel_street_casing",
+ "paint": {
+ "line-color": "#fff",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 13.5,
+ 0
+ ],
+ [
+ 14,
+ 2.5
+ ],
+ [
+ 20,
+ 11.5
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_main",
+ "ref": "tunnel_main_casing",
+ "paint": {
+ "line-color": "#fff4c6",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 6.5,
+ 0
+ ],
+ [
+ 7,
+ 0.5
+ ],
+ [
+ 20,
+ 14
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_motorway",
+ "ref": "tunnel_motorway_casing",
+ "paint": {
+ "line-color": "#ffdaa6",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 6.5,
+ 0
+ ],
+ [
+ 7,
+ 0.5
+ ],
+ [
+ 20,
+ 18
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_major_rail",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "tunnel",
+ "filter": [
+ "==",
+ "class",
+ "major_rail"
+ ],
+ "paint": {
+ "line-color": "#bbb",
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 14,
+ 0.4
+ ],
+ [
+ 15,
+ 0.75
+ ],
+ [
+ 20,
+ 2
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "tunnel_major_rail_hatching",
+ "ref": "tunnel_major_rail",
+ "paint": {
+ "line-color": "#bbb",
+ "line-dasharray": [
+ 0.2,
+ 8
+ ],
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 14.5,
+ 0
+ ],
+ [
+ 15,
+ 3
+ ],
+ [
+ 20,
+ 8
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849354174.1904"
+ }
+ },
+ {
+ "id": "road_motorway_link_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "road",
+ "filter": [
+ "==",
+ "class",
+ "motorway_link"
+ ],
+ "minzoom": 12,
+ "layout": {
+ "line-cap": "round",
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#e9ac77",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 12,
+ 1
+ ],
+ [
+ 13,
+ 3
+ ],
+ [
+ 20,
+ 13
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_service_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "road",
+ "filter": [
+ "==",
+ "class",
+ "service"
+ ],
+ "layout": {
+ "line-cap": "round",
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#cfcdca",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 15,
+ 1
+ ],
+ [
+ 16,
+ 4
+ ],
+ [
+ 20,
+ 11
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_street_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "road",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "in",
+ "class",
+ "street",
+ "street_limited"
+ ]
+ ],
+ "layout": {
+ "line-cap": "round",
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#cfcdca",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 12,
+ 0.5
+ ],
+ [
+ 13,
+ 1
+ ],
+ [
+ 14,
+ 4
+ ],
+ [
+ 20,
+ 15
+ ]
+ ]
+ },
+ "line-opacity": {
+ "stops": [
+ [
+ 12,
+ 0
+ ],
+ [
+ 12.5,
+ 1
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_main_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "road",
+ "filter": [
+ "==",
+ "class",
+ "main"
+ ],
+ "layout": {
+ "line-cap": "round",
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#e9ac77",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 5,
+ 0.1
+ ],
+ [
+ 6,
+ 0.2
+ ],
+ [
+ 7,
+ 1.5
+ ],
+ [
+ 20,
+ 18
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_motorway_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "road",
+ "filter": [
+ "==",
+ "class",
+ "motorway"
+ ],
+ "minzoom": 5,
+ "layout": {
+ "line-cap": "round",
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#e9ac77",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 5,
+ 0.4
+ ],
+ [
+ 6,
+ 0.6
+ ],
+ [
+ 7,
+ 1.5
+ ],
+ [
+ 20,
+ 22
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_path",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "road",
+ "filter": [
+ "==",
+ "class",
+ "path"
+ ],
+ "paint": {
+ "line-color": "#cba",
+ "line-dasharray": [
+ 1.5,
+ 0.75
+ ],
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 15,
+ 1.2
+ ],
+ [
+ 20,
+ 4
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_motorway_link",
+ "ref": "road_motorway_link_casing",
+ "paint": {
+ "line-color": "#fc8",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 12.5,
+ 0
+ ],
+ [
+ 13,
+ 1.5
+ ],
+ [
+ 20,
+ 10
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_service",
+ "ref": "road_service_casing",
+ "paint": {
+ "line-color": "#fff",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 15.5,
+ 0
+ ],
+ [
+ 16,
+ 2
+ ],
+ [
+ 20,
+ 7.5
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_street",
+ "ref": "road_street_casing",
+ "paint": {
+ "line-color": "#fff",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 13.5,
+ 0
+ ],
+ [
+ 14,
+ 2.5
+ ],
+ [
+ 20,
+ 11.5
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_main",
+ "ref": "road_main_casing",
+ "paint": {
+ "line-color": "#fea",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 6.5,
+ 0
+ ],
+ [
+ 7,
+ 0.5
+ ],
+ [
+ 20,
+ 14
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_motorway",
+ "ref": "road_motorway_casing",
+ "paint": {
+ "line-color": "#fc8",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 6.5,
+ 0
+ ],
+ [
+ 7,
+ 0.5
+ ],
+ [
+ 20,
+ 18
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_major_rail",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "road",
+ "filter": [
+ "==",
+ "class",
+ "major_rail"
+ ],
+ "paint": {
+ "line-color": "#bbb",
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 14,
+ 0.4
+ ],
+ [
+ 15,
+ 0.75
+ ],
+ [
+ 20,
+ 2
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "road_major_rail_hatching",
+ "ref": "road_major_rail",
+ "paint": {
+ "line-color": "#bbb",
+ "line-dasharray": [
+ 0.2,
+ 8
+ ],
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 14.5,
+ 0
+ ],
+ [
+ 15,
+ 3
+ ],
+ [
+ 20,
+ 8
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849345966.4436"
+ }
+ },
+ {
+ "id": "bridge_motorway_link_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "==",
+ "class",
+ "motorway_link"
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#e9ac77",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 12,
+ 1
+ ],
+ [
+ 13,
+ 3
+ ],
+ [
+ 20,
+ 13
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_motorway_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "==",
+ "class",
+ "motorway"
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#e9ac77",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 5,
+ 0.4
+ ],
+ [
+ 6,
+ 0.6
+ ],
+ [
+ 7,
+ 1.5
+ ],
+ [
+ 20,
+ 22
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_service_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "==",
+ "class",
+ "service"
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#cfcdca",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 15,
+ 1
+ ],
+ [
+ 16,
+ 4
+ ],
+ [
+ 20,
+ 11
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_street_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "in",
+ "class",
+ "street",
+ "street_limited"
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#cfcdca",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 12,
+ 0.5
+ ],
+ [
+ 13,
+ 1
+ ],
+ [
+ 14,
+ 4
+ ],
+ [
+ 20,
+ 15
+ ]
+ ]
+ },
+ "line-opacity": {
+ "stops": [
+ [
+ 12,
+ 0
+ ],
+ [
+ 12.5,
+ 1
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_main_casing",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "==",
+ "class",
+ "main"
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#e9ac77",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 5,
+ 0.1
+ ],
+ [
+ 6,
+ 0.2
+ ],
+ [
+ 7,
+ 1.5
+ ],
+ [
+ 20,
+ 18
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_path",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "==",
+ "class",
+ "path"
+ ],
+ "paint": {
+ "line-color": "#cba",
+ "line-dasharray": [
+ 1.5,
+ 0.75
+ ],
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 15,
+ 1.2
+ ],
+ [
+ 20,
+ 4
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_motorway_link",
+ "ref": "bridge_motorway_link_casing",
+ "paint": {
+ "line-color": "#fc8",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 12.5,
+ 0
+ ],
+ [
+ 13,
+ 1.5
+ ],
+ [
+ 20,
+ 10
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_service",
+ "ref": "bridge_service_casing",
+ "paint": {
+ "line-color": "#fff",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 15.5,
+ 0
+ ],
+ [
+ 16,
+ 2
+ ],
+ [
+ 20,
+ 7.5
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_street",
+ "ref": "bridge_street_casing",
+ "paint": {
+ "line-color": "#fff",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 13.5,
+ 0
+ ],
+ [
+ 14,
+ 2.5
+ ],
+ [
+ 20,
+ 11.5
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_main",
+ "ref": "bridge_main_casing",
+ "paint": {
+ "line-color": "#fea",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 6.5,
+ 0
+ ],
+ [
+ 7,
+ 0.5
+ ],
+ [
+ 20,
+ 14
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_motorway",
+ "ref": "bridge_motorway_casing",
+ "paint": {
+ "line-color": "#fc8",
+ "line-width": {
+ "base": 1.2,
+ "stops": [
+ [
+ 6.5,
+ 0
+ ],
+ [
+ 7,
+ 0.5
+ ],
+ [
+ 20,
+ 18
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_major_rail",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "bridge",
+ "filter": [
+ "==",
+ "class",
+ "major_rail"
+ ],
+ "paint": {
+ "line-color": "#bbb",
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 14,
+ 0.4
+ ],
+ [
+ 15,
+ 0.75
+ ],
+ [
+ 20,
+ 2
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "bridge_major_rail_hatching",
+ "ref": "bridge_major_rail",
+ "paint": {
+ "line-color": "#bbb",
+ "line-dasharray": [
+ 0.2,
+ 8
+ ],
+ "line-width": {
+ "base": 1.4,
+ "stops": [
+ [
+ 14.5,
+ 0
+ ],
+ [
+ 15,
+ 3
+ ],
+ [
+ 20,
+ 8
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849334699.1902"
+ }
+ },
+ {
+ "id": "admin_level_3",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "admin",
+ "filter": [
+ "all",
+ [
+ ">=",
+ "admin_level",
+ 3
+ ],
+ [
+ "==",
+ "maritime",
+ 0
+ ]
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#9e9cab",
+ "line-dasharray": [
+ 3,
+ 1,
+ 1,
+ 1
+ ],
+ "line-width": {
+ "base": 1,
+ "stops": [
+ [
+ 4,
+ 0.4
+ ],
+ [
+ 5,
+ 1
+ ],
+ [
+ 12,
+ 3
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849307123.581"
+ }
+ },
+ {
+ "id": "admin_level_2",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "admin",
+ "filter": [
+ "all",
+ [
+ "==",
+ "admin_level",
+ 2
+ ],
+ [
+ "==",
+ "disputed",
+ 0
+ ],
+ [
+ "==",
+ "maritime",
+ 0
+ ]
+ ],
+ "layout": {
+ "line-join": "round",
+ "line-cap": "round"
+ },
+ "paint": {
+ "line-color": "#9e9cab",
+ "line-width": {
+ "base": 1,
+ "stops": [
+ [
+ 4,
+ 1.4
+ ],
+ [
+ 5,
+ 2
+ ],
+ [
+ 12,
+ 8
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849307123.581"
+ }
+ },
+ {
+ "id": "admin_level_2_disputed",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "admin",
+ "filter": [
+ "all",
+ [
+ "==",
+ "admin_level",
+ 2
+ ],
+ [
+ "==",
+ "disputed",
+ 1
+ ],
+ [
+ "==",
+ "maritime",
+ 0
+ ]
+ ],
+ "layout": {
+ "line-cap": "round"
+ },
+ "paint": {
+ "line-color": "#9e9cab",
+ "line-dasharray": [
+ 2,
+ 2
+ ],
+ "line-width": {
+ "base": 1,
+ "stops": [
+ [
+ 4,
+ 1.4
+ ],
+ [
+ 5,
+ 2
+ ],
+ [
+ 12,
+ 8
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849307123.581"
+ }
+ },
+ {
+ "id": "admin_level_3_maritime",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "admin",
+ "filter": [
+ "all",
+ [
+ ">=",
+ "admin_level",
+ 3
+ ],
+ [
+ "==",
+ "maritime",
+ 1
+ ]
+ ],
+ "layout": {
+ "line-join": "round"
+ },
+ "paint": {
+ "line-color": "#a0c8f0",
+ "line-opacity": 0.5,
+ "line-dasharray": [
+ 3,
+ 1,
+ 1,
+ 1
+ ],
+ "line-width": {
+ "base": 1,
+ "stops": [
+ [
+ 4,
+ 0.4
+ ],
+ [
+ 5,
+ 1
+ ],
+ [
+ 12,
+ 3
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849307123.581"
+ }
+ },
+ {
+ "id": "admin_level_2_maritime",
+ "type": "line",
+ "source": "mapbox",
+ "source-layer": "admin",
+ "filter": [
+ "all",
+ [
+ "==",
+ "admin_level",
+ 2
+ ],
+ [
+ "==",
+ "maritime",
+ 1
+ ]
+ ],
+ "layout": {
+ "line-cap": "round"
+ },
+ "paint": {
+ "line-color": "#a0c8f0",
+ "line-opacity": 0.5,
+ "line-width": {
+ "base": 1,
+ "stops": [
+ [
+ 4,
+ 1.4
+ ],
+ [
+ 5,
+ 2
+ ],
+ [
+ 12,
+ 8
+ ]
+ ]
+ }
+ },
+ "metadata": {
+ "mapbox:group": "1444849307123.581"
+ }
+ },
+ {
+ "id": "water_label",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "water_label",
+ "filter": [
+ "==",
+ "$type",
+ "Point"
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Italic",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 5,
+ "text-size": 12
+ },
+ "paint": {
+ "text-color": "#74aee9",
+ "text-halo-width": 1.5,
+ "text-halo-color": "rgba(255,255,255,0.7)"
+ },
+ "metadata": {
+ "mapbox:group": "1444849320558.5054"
+ }
+ },
+ {
+ "id": "poi_label_4",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "poi_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ "==",
+ "scalerank",
+ 4
+ ]
+ ],
+ "minzoom": 16,
+ "layout": {
+ "icon-image": "{maki}-12",
+ "text-font": [
+ "Open Sans Semibold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 9,
+ "text-padding": 2,
+ "text-offset": [
+ 0,
+ 0.6
+ ],
+ "text-anchor": "top",
+ "text-size": 12
+ },
+ "paint": {
+ "text-color": "#666",
+ "text-halo-color": "#ffffff",
+ "text-halo-width": 1,
+ "text-halo-blur": 0.5
+ },
+ "metadata": {
+ "mapbox:group": "1444849297111.495"
+ }
+ },
+ {
+ "id": "poi_label_3",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "poi_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ "==",
+ "scalerank",
+ 3
+ ]
+ ],
+ "minzoom": 15,
+ "layout": {
+ "icon-image": "{maki}-12",
+ "text-font": [
+ "Open Sans Semibold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 9,
+ "text-padding": 2,
+ "text-offset": [
+ 0,
+ 0.6
+ ],
+ "text-anchor": "top",
+ "text-size": 12
+ },
+ "paint": {
+ "text-color": "#666",
+ "text-halo-color": "#ffffff",
+ "text-halo-width": 1,
+ "text-halo-blur": 0.5
+ },
+ "metadata": {
+ "mapbox:group": "1444849297111.495"
+ }
+ },
+ {
+ "id": "poi_label_2",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "poi_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ "==",
+ "scalerank",
+ 2
+ ]
+ ],
+ "minzoom": 14,
+ "layout": {
+ "icon-image": "{maki}-12",
+ "text-font": [
+ "Open Sans Semibold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 9,
+ "text-padding": 2,
+ "text-offset": [
+ 0,
+ 0.6
+ ],
+ "text-anchor": "top",
+ "text-size": 12
+ },
+ "paint": {
+ "text-color": "#666",
+ "text-halo-color": "#ffffff",
+ "text-halo-width": 1,
+ "text-halo-blur": 0.5
+ },
+ "metadata": {
+ "mapbox:group": "1444849297111.495"
+ }
+ },
+ {
+ "id": "poi_label_1",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "poi_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ "==",
+ "scalerank",
+ 1
+ ]
+ ],
+ "minzoom": 13,
+ "layout": {
+ "icon-image": "{maki}-12",
+ "text-font": [
+ "Open Sans Semibold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 9,
+ "text-padding": 2,
+ "text-offset": [
+ 0,
+ 0.6
+ ],
+ "text-anchor": "top",
+ "text-size": 12
+ },
+ "paint": {
+ "text-color": "#666",
+ "text-halo-color": "#ffffff",
+ "text-halo-width": 1,
+ "text-halo-blur": 0.5
+ },
+ "metadata": {
+ "mapbox:group": "1444849297111.495"
+ }
+ },
+ {
+ "id": "road_label",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "road_label",
+ "filter": [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Regular",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "symbol-placement": "line",
+ "text-size": {
+ "stops": [
+ [
+ 13,
+ 12
+ ],
+ [
+ 14,
+ 13
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#765",
+ "text-halo-color": "#fff",
+ "text-halo-width": 1,
+ "text-halo-blur": 0.5
+ },
+ "metadata": {
+ "mapbox:group": "1444849290021.1838"
+ }
+ },
+ {
+ "id": "road_label_highway_shields",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "road_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "class",
+ "motorway"
+ ],
+ [
+ "in",
+ "reflen",
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6
+ ]
+ ],
+ "layout": {
+ "symbol-placement": "line",
+ "icon-image": "motorway_{reflen}",
+ "text-field": "{ref}",
+ "text-font": [
+ "Open Sans Semibold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-rotation-alignment": "viewport",
+ "icon-rotation-alignment": "viewport",
+ "symbol-spacing": 500,
+ "text-size": 11
+ },
+ "paint": {
+ "text-color": "#000"
+ },
+ "metadata": {
+ "mapbox:group": "1444849290021.1838"
+ }
+ },
+ {
+ "id": "place_label_other",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "place_label",
+ "filter": [
+ "in",
+ "type",
+ "hamlet",
+ "suburb",
+ "neighbourhood"
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Bold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-transform": "uppercase",
+ "text-letter-spacing": 0.1,
+ "text-field": "{name_en}",
+ "text-max-width": 9,
+ "text-size": {
+ "base": 1.2,
+ "stops": [
+ [
+ 12,
+ 10
+ ],
+ [
+ 15,
+ 14
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#633",
+ "text-halo-color": "rgba(255,255,255,0.8)",
+ "text-halo-width": 1.2
+ },
+ "metadata": {
+ "mapbox:group": "1444849272561.29"
+ }
+ },
+ {
+ "id": "place_label_village",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "place_label",
+ "filter": [
+ "==",
+ "type",
+ "village"
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Regular",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 8,
+ "text-size": {
+ "base": 1.2,
+ "stops": [
+ [
+ 10,
+ 12
+ ],
+ [
+ 15,
+ 22
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#333",
+ "text-halo-color": "rgba(255,255,255,0.8)",
+ "text-halo-width": 1.2
+ },
+ "metadata": {
+ "mapbox:group": "1444849272561.29"
+ }
+ },
+ {
+ "id": "place_label_town",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "place_label",
+ "filter": [
+ "==",
+ "type",
+ "town"
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Regular",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 8,
+ "text-size": {
+ "base": 1.2,
+ "stops": [
+ [
+ 10,
+ 14
+ ],
+ [
+ 15,
+ 24
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#333",
+ "text-halo-color": "rgba(255,255,255,0.8)",
+ "text-halo-width": 1.2
+ },
+ "metadata": {
+ "mapbox:group": "1444849272561.29"
+ }
+ },
+ {
+ "id": "place_label_city",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "place_label",
+ "filter": [
+ "==",
+ "type",
+ "city"
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Semibold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 8,
+ "text-size": {
+ "base": 1.2,
+ "stops": [
+ [
+ 7,
+ 14
+ ],
+ [
+ 11,
+ 24
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#333",
+ "text-halo-color": "rgba(255,255,255,0.8)",
+ "text-halo-width": 1.2
+ },
+ "metadata": {
+ "mapbox:group": "1444849272561.29"
+ }
+ },
+ {
+ "id": "marine_label_line_4",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "marine_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ ">=",
+ "labelrank",
+ 4
+ ]
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Italic",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-letter-spacing": 0.2,
+ "symbol-placement": "line",
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 11
+ ],
+ [
+ 4,
+ 12
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#74aee9",
+ "text-halo-color": "rgba(255,255,255,0.7)",
+ "text-halo-width": 0.75,
+ "text-halo-blur": 0.75
+ },
+ "metadata": {
+ "mapbox:group": "1444849258897.3083"
+ }
+ },
+ {
+ "id": "marine_label_4",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "marine_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ ">=",
+ "labelrank",
+ 4
+ ]
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Italic",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 6,
+ "text-letter-spacing": 0.2,
+ "symbol-placement": "point",
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 11
+ ],
+ [
+ 4,
+ 12
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#74aee9",
+ "text-halo-color": "rgba(255,255,255,0.7)",
+ "text-halo-width": 0.75,
+ "text-halo-blur": 0.75
+ },
+ "metadata": {
+ "mapbox:group": "1444849258897.3083"
+ }
+ },
+ {
+ "id": "marine_label_line_3",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "marine_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "==",
+ "labelrank",
+ 3
+ ]
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Italic",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-letter-spacing": 0.2,
+ "symbol-placement": "line",
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 11
+ ],
+ [
+ 4,
+ 14
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#74aee9",
+ "text-halo-color": "rgba(255,255,255,0.7)",
+ "text-halo-width": 0.75,
+ "text-halo-blur": 0.75
+ },
+ "metadata": {
+ "mapbox:group": "1444849258897.3083"
+ }
+ },
+ {
+ "id": "marine_label_3",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "marine_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ "==",
+ "labelrank",
+ 3
+ ]
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Italic",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 5,
+ "text-letter-spacing": 0.2,
+ "symbol-placement": "point",
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 11
+ ],
+ [
+ 4,
+ 14
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#74aee9",
+ "text-halo-color": "rgba(255,255,255,0.7)",
+ "text-halo-width": 0.75,
+ "text-halo-blur": 0.75
+ },
+ "metadata": {
+ "mapbox:group": "1444849258897.3083"
+ }
+ },
+ {
+ "id": "marine_label_line_2",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "marine_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "==",
+ "labelrank",
+ 2
+ ]
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Italic",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-letter-spacing": 0.2,
+ "symbol-placement": "line",
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 14
+ ],
+ [
+ 4,
+ 16
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#74aee9",
+ "text-halo-color": "rgba(255,255,255,0.7)",
+ "text-halo-width": 0.75,
+ "text-halo-blur": 0.75
+ },
+ "metadata": {
+ "mapbox:group": "1444849258897.3083"
+ }
+ },
+ {
+ "id": "marine_label_point_2",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "marine_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ "==",
+ "labelrank",
+ 2
+ ]
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Italic",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 5,
+ "text-letter-spacing": 0.2,
+ "symbol-placement": "point",
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 14
+ ],
+ [
+ 4,
+ 16
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#74aee9",
+ "text-halo-color": "rgba(255,255,255,0.7)",
+ "text-halo-width": 0.75,
+ "text-halo-blur": 0.75
+ },
+ "metadata": {
+ "mapbox:group": "1444849258897.3083"
+ }
+ },
+ {
+ "id": "marine_label_line_1",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "marine_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "LineString"
+ ],
+ [
+ "==",
+ "labelrank",
+ 1
+ ]
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Italic",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-letter-spacing": 0.2,
+ "symbol-placement": "line",
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 18
+ ],
+ [
+ 4,
+ 22
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#74aee9",
+ "text-halo-color": "rgba(255,255,255,0.7)",
+ "text-halo-width": 0.75,
+ "text-halo-blur": 0.75
+ },
+ "metadata": {
+ "mapbox:group": "1444849258897.3083"
+ }
+ },
+ {
+ "id": "marine_label_point_1",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "marine_label",
+ "filter": [
+ "all",
+ [
+ "==",
+ "$type",
+ "Point"
+ ],
+ [
+ "==",
+ "labelrank",
+ 1
+ ]
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Italic",
+ "Arial Unicode MS Regular"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 5,
+ "text-letter-spacing": 0.2,
+ "text-line-height": 1.6,
+ "symbol-placement": "point",
+ "text-offset": [
+ 0,
+ 2.4
+ ],
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 18
+ ],
+ [
+ 4,
+ 22
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#74aee9",
+ "text-halo-color": "rgba(255,255,255,0.7)",
+ "text-halo-width": 0.75,
+ "text-halo-blur": 0.75
+ },
+ "metadata": {
+ "mapbox:group": "1444849258897.3083"
+ }
+ },
+ {
+ "id": "country_label_4",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "country_label",
+ "filter": [
+ ">=",
+ "scalerank",
+ 4
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Bold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 6.25,
+ "text-transform": "uppercase",
+ "text-size": {
+ "stops": [
+ [
+ 5,
+ 13
+ ],
+ [
+ 6,
+ 15
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#334",
+ "text-halo-color": "rgba(255,255,255,0.8)",
+ "text-halo-width": 2,
+ "text-halo-blur": 1
+ },
+ "metadata": {
+ "mapbox:group": "1444849242106.713"
+ }
+ },
+ {
+ "id": "country_label_3",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "country_label",
+ "filter": [
+ "==",
+ "scalerank",
+ 3
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Bold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 6.25,
+ "text-transform": "uppercase",
+ "text-size": {
+ "stops": [
+ [
+ 4,
+ 13
+ ],
+ [
+ 7,
+ 17
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#334",
+ "text-halo-color": "rgba(255,255,255,0.8)",
+ "text-halo-width": 2,
+ "text-halo-blur": 1
+ },
+ "metadata": {
+ "mapbox:group": "1444849242106.713"
+ }
+ },
+ {
+ "id": "country_label_2",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "country_label",
+ "filter": [
+ "==",
+ "scalerank",
+ 2
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Bold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 6.25,
+ "text-transform": "uppercase",
+ "text-size": {
+ "stops": [
+ [
+ 3,
+ 13
+ ],
+ [
+ 5,
+ 17
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#334",
+ "text-halo-color": "rgba(255,255,255,0.8)",
+ "text-halo-width": 2,
+ "text-halo-blur": 1
+ },
+ "metadata": {
+ "mapbox:group": "1444849242106.713"
+ }
+ },
+ {
+ "id": "country_label_1",
+ "type": "symbol",
+ "source": "mapbox",
+ "source-layer": "country_label",
+ "filter": [
+ "==",
+ "scalerank",
+ 1
+ ],
+ "layout": {
+ "text-font": [
+ "Open Sans Bold",
+ "Arial Unicode MS Bold"
+ ],
+ "text-field": "{name_en}",
+ "text-max-width": 6.25,
+ "text-transform": "uppercase",
+ "text-size": {
+ "stops": [
+ [
+ 2,
+ 13
+ ],
+ [
+ 4,
+ 17
+ ]
+ ]
+ }
+ },
+ "paint": {
+ "text-color": "#334",
+ "text-halo-color": "rgba(255,255,255,0.8)",
+ "text-halo-width": 2,
+ "text-halo-blur": 1
+ },
+ "metadata": {
+ "mapbox:group": "1444849242106.713"
+ }
+ }
+ ]
+}