diff --git a/styles/osm-dark/style.json b/styles/osm-dark/style.json index 6e98ca3ed9b84d9c776e0d70fdf5b130935123bb..c54bd5dbec6738ded124c8b36d777df615766c5a 100644 --- a/styles/osm-dark/style.json +++ b/styles/osm-dark/style.json @@ -4,34 +4,13 @@ "metadata": { "mapbox:autocomposite": false, "mapbox:groups": { - "1444849242106.713": { - "collapsed": false, - "name": "Places" - }, - "1444849334699.1902": { - "collapsed": true, - "name": "Bridges" - }, - "1444849345966.4436": { - "collapsed": false, - "name": "Roads" - }, - "1444849354174.1904": { - "collapsed": true, - "name": "Tunnels" - }, - "1444849364238.8171": { - "collapsed": false, - "name": "Buildings" - }, - "1444849382550.77": { - "collapsed": false, - "name": "Water" - }, - "1444849388993.3071": { - "collapsed": false, - "name": "Land" - } + "1444849242106.713": {"collapsed": false, "name": "Places"}, + "1444849334699.1902": {"collapsed": true, "name": "Bridges"}, + "1444849345966.4436": {"collapsed": false, "name": "Roads"}, + "1444849354174.1904": {"collapsed": true, "name": "Tunnels"}, + "1444849364238.8171": {"collapsed": false, "name": "Buildings"}, + "1444849382550.77": {"collapsed": false, "name": "Water"}, + "1444849388993.3071": {"collapsed": false, "name": "Land"} }, "mapbox:type": "template", "openmaptiles:mapbox:owner": "openmaptiles", @@ -39,95 +18,54 @@ "openmaptiles:version": "3.x", "maputnik:renderer": "mbgljs" }, - "center": [ - 0, - 0 - ], + "center": [0, 0], "zoom": 1, "bearing": 0, "pitch": 0, "sources": { "openmaptiles": { "type": "vector", - "url": "mbtiles://{openmaptiles}" + "url": "https://tileserver.maps.metager.de/data/openmaptiles.json" } }, - "sprite": "{styleJsonFolder}/sprite", - "glyphs": "{fontstack}/{range}.pbf", + "sprite": "https://tileserver.maps.metager.de/styles/osm-dark/sprite", + "glyphs": "https://tileserver.maps.metager.de/fonts/{fontstack}/{range}.pbf", "layers": [ { "id": "background", "type": "background", - "paint": { - "background-color": "#191919" - } + "paint": {"background-color": "#191919"} }, { "id": "landcover-glacier", "type": "fill", - "metadata": { - "mapbox:group": "1444849388993.3071" - }, + "metadata": {"mapbox:group": "1444849388993.3071"}, "source": "openmaptiles", "source-layer": "landcover", - "filter": [ - "==", - "subclass", - "glacier" - ], - "layout": { - "visibility": "visible" - }, + "filter": ["==", "subclass", "glacier"], + "layout": {"visibility": "visible"}, "paint": { "fill-color": "rgba(181, 181, 181, 1)", - "fill-opacity": { - "base": 1, - "stops": [ - [ - 0, - 0.9 - ], - [ - 10, - 0.3 - ] - ] - } + "fill-opacity": {"base": 1, "stops": [[0, 0.9], [10, 0.3]]} } }, { "id": "landuse-residential", "type": "fill", - "metadata": { - "mapbox:group": "1444849388993.3071" - }, + "metadata": {"mapbox:group": "1444849388993.3071"}, "source": "openmaptiles", "source-layer": "landuse", "filter": [ "all", - [ - "in", - "class", - "residential", - "suburb", - "neighbourhood" - ] + ["in", "class", "residential", "suburb", "neighbourhood"] ], - "layout": { - "visibility": "visible" - }, + "layout": {"visibility": "visible"}, "paint": { "fill-color": { "base": 1, "stops": [ - [ - 12, - "rgba(79, 79, 76, 0.4)" - ], - [ - 16, - "hsla(30, 19%, 90%, 0.2)" - ] + [12, "rgba(79, 79, 76, 0.4)"], + [16, "hsla(30, 19%, 90%, 0.2)"] ] } } @@ -135,30 +73,16 @@ { "id": "landuse-commercial", "type": "fill", - "metadata": { - "mapbox:group": "1444849388993.3071" - }, + "metadata": {"mapbox:group": "1444849388993.3071"}, "source": "openmaptiles", "source-layer": "landuse", "filter": [ "all", - [ - "==", - "$type", - "Polygon" - ], - [ - "==", - "class", - "commercial" - ] + ["==", "$type", "Polygon"], + ["==", "class", "commercial"] ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "hsla(0, 60%, 87%, 0.23)" - } + "layout": {"visibility": "visible"}, + "paint": {"fill-color": "hsla(0, 60%, 87%, 0.23)"} }, { "id": "landuse-industrial", @@ -167,124 +91,58 @@ "source-layer": "landuse", "filter": [ "all", - [ - "==", - "$type", - "Polygon" - ], - [ - "in", - "class", - "industrial", - "garages", - "dam" - ] + ["==", "$type", "Polygon"], + ["in", "class", "industrial", "garages", "dam"] ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "rgba(143, 134, 112, 0.34)" - } + "layout": {"visibility": "visible"}, + "paint": {"fill-color": "rgba(143, 134, 112, 0.34)"} }, { "id": "landuse-cemetery", "type": "fill", - "metadata": { - "mapbox:group": "1444849388993.3071" - }, + "metadata": {"mapbox:group": "1444849388993.3071"}, "source": "openmaptiles", "source-layer": "landuse", - "filter": [ - "==", - "class", - "cemetery" - ], - "paint": { - "fill-color": "rgba(85, 88, 83, 1)" - } + "filter": ["==", "class", "cemetery"], + "paint": {"fill-color": "rgba(85, 88, 83, 1)"} }, { "id": "landuse-hospital", "type": "fill", - "metadata": { - "mapbox:group": "1444849388993.3071" - }, + "metadata": {"mapbox:group": "1444849388993.3071"}, "source": "openmaptiles", "source-layer": "landuse", - "filter": [ - "==", - "class", - "hospital" - ], - "paint": { - "fill-color": "rgba(94, 72, 84, 1)" - } + "filter": ["==", "class", "hospital"], + "paint": {"fill-color": "rgba(94, 72, 84, 1)"} }, { "id": "landuse-school", "type": "fill", - "metadata": { - "mapbox:group": "1444849388993.3071" - }, + "metadata": {"mapbox:group": "1444849388993.3071"}, "source": "openmaptiles", "source-layer": "landuse", - "filter": [ - "==", - "class", - "school" - ], - "paint": { - "fill-color": "rgba(114, 109, 121, 1)" - } + "filter": ["==", "class", "school"], + "paint": {"fill-color": "rgba(114, 109, 121, 1)"} }, { "id": "landuse-railway", "type": "fill", - "metadata": { - "mapbox:group": "1444849388993.3071" - }, + "metadata": {"mapbox:group": "1444849388993.3071"}, "source": "openmaptiles", "source-layer": "landuse", - "filter": [ - "==", - "class", - "railway" - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "rgba(104, 104, 104, 0.4)" - } + "filter": ["==", "class", "railway"], + "layout": {"visibility": "visible"}, + "paint": {"fill-color": "rgba(104, 104, 104, 0.4)"} }, { "id": "landcover-wood", "type": "fill", - "metadata": { - "mapbox:group": "1444849388993.3071" - }, + "metadata": {"mapbox:group": "1444849388993.3071"}, "source": "openmaptiles", "source-layer": "landcover", - "filter": [ - "==", - "class", - "wood" - ], + "filter": ["==", "class", "wood"], "paint": { - "fill-antialias": { - "base": 1, - "stops": [ - [ - 0, - false - ], - [ - 9, - true - ] - ] - }, + "fill-antialias": {"base": 1, "stops": [[0, false], [9, true]]}, "fill-color": "#6a4", "fill-opacity": 0.1, "fill-outline-color": "hsla(0, 0%, 0%, 0.03)" @@ -293,38 +151,20 @@ { "id": "landcover-grass", "type": "fill", - "metadata": { - "mapbox:group": "1444849388993.3071" - }, + "metadata": {"mapbox:group": "1444849388993.3071"}, "source": "openmaptiles", "source-layer": "landcover", - "filter": [ - "==", - "class", - "grass" - ], - "paint": { - "fill-color": "rgba(74, 79, 70, 1)", - "fill-opacity": 1 - } + "filter": ["==", "class", "grass"], + "paint": {"fill-color": "rgba(74, 79, 70, 1)", "fill-opacity": 1} }, { "id": "landcover-grass-park", "type": "fill", - "metadata": { - "mapbox:group": "1444849388993.3071" - }, + "metadata": {"mapbox:group": "1444849388993.3071"}, "source": "openmaptiles", "source-layer": "park", - "filter": [ - "==", - "class", - "public_park" - ], - "paint": { - "fill-color": "#d8e8c8", - "fill-opacity": 0.8 - } + "filter": ["==", "class", "public_park"], + "paint": {"fill-color": "#d8e8c8", "fill-opacity": 0.8} }, { "id": "waterway_tunnel", @@ -334,1162 +174,433 @@ "minzoom": 14, "filter": [ "all", - [ - "in", - "class", - "river", - "stream", - "canal" - ], - [ - "==", - "brunnel", - "tunnel" - ] + ["in", "class", "river", "stream", "canal"], + ["==", "brunnel", "tunnel"] ], - "layout": { - "line-cap": "round", - "visibility": "visible" - }, + "layout": {"line-cap": "round", "visibility": "visible"}, "paint": { "line-color": "rgba(97, 121, 147, 1)", - "line-dasharray": [ - 2, - 4 - ], - "line-width": { - "base": 1.3, - "stops": [ - [ - 13, - 0.5 - ], - [ - 20, - 6 - ] - ] - } + "line-dasharray": [2, 4], + "line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 6]]} } }, { "id": "waterway-other", "type": "line", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "waterway", "filter": [ "all", - [ - "!in", - "class", - "canal", - "river", - "stream" - ], - [ - "==", - "intermittent", - 0 - ] + ["!in", "class", "canal", "river", "stream"], + ["==", "intermittent", 0] ], - "layout": { - "line-cap": "round", - "visibility": "visible" - }, + "layout": {"line-cap": "round", "visibility": "visible"}, "paint": { "line-color": "#a0c8f0", - "line-width": { - "base": 1.3, - "stops": [ - [ - 13, - 0.5 - ], - [ - 20, - 2 - ] - ] - } + "line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 2]]} } }, { "id": "waterway-other-intermittent", "type": "line", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "waterway", "filter": [ "all", - [ - "!in", - "class", - "canal", - "river", - "stream" - ], - [ - "==", - "intermittent", - 1 - ] + ["!in", "class", "canal", "river", "stream"], + ["==", "intermittent", 1] ], - "layout": { - "line-cap": "round", - "visibility": "visible" - }, + "layout": {"line-cap": "round", "visibility": "visible"}, "paint": { "line-color": "#a0c8f0", - "line-dasharray": [ - 4, - 3 - ], - "line-width": { - "base": 1.3, - "stops": [ - [ - 13, - 0.5 - ], - [ - 20, - 2 - ] - ] - } + "line-dasharray": [4, 3], + "line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 2]]} } }, { "id": "waterway-stream-canal", "type": "line", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "waterway", "filter": [ "all", - [ - "in", - "class", - "canal", - "stream" - ], - [ - "!=", - "brunnel", - "tunnel" - ], - [ - "==", - "intermittent", - 0 - ] + ["in", "class", "canal", "stream"], + ["!=", "brunnel", "tunnel"], + ["==", "intermittent", 0] ], - "layout": { - "line-cap": "round", - "visibility": "visible" - }, + "layout": {"line-cap": "round", "visibility": "visible"}, "paint": { "line-color": "rgba(97, 121, 147, 1)", - "line-width": { - "base": 1.3, - "stops": [ - [ - 13, - 0.5 - ], - [ - 20, - 6 - ] - ] - } + "line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 6]]} } }, { "id": "waterway-stream-canal-intermittent", "type": "line", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "waterway", "filter": [ "all", - [ - "in", - "class", - "canal", - "stream" - ], - [ - "!=", - "brunnel", - "tunnel" - ], - [ - "==", - "intermittent", - 1 - ] + ["in", "class", "canal", "stream"], + ["!=", "brunnel", "tunnel"], + ["==", "intermittent", 1] ], - "layout": { - "line-cap": "round", - "visibility": "visible" - }, + "layout": {"line-cap": "round", "visibility": "visible"}, "paint": { "line-color": "#a0c8f0", - "line-dasharray": [ - 4, - 3 - ], - "line-width": { - "base": 1.3, - "stops": [ - [ - 13, - 0.5 - ], - [ - 20, - 6 - ] - ] - } + "line-dasharray": [4, 3], + "line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 6]]} } }, { "id": "waterway-river", "type": "line", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "waterway", "filter": [ "all", - [ - "==", - "class", - "river" - ], - [ - "!=", - "brunnel", - "tunnel" - ], - [ - "==", - "intermittent", - 0 - ] + ["==", "class", "river"], + ["!=", "brunnel", "tunnel"], + ["==", "intermittent", 0] ], - "layout": { - "line-cap": "round", - "visibility": "visible" - }, + "layout": {"line-cap": "round", "visibility": "visible"}, "paint": { "line-color": "rgba(67, 94, 110, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 10, - 0.8 - ], - [ - 20, - 6 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[10, 0.8], [20, 6]]} } }, { "id": "waterway-river-intermittent", "type": "line", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "waterway", "filter": [ "all", - [ - "==", - "class", - "river" - ], - [ - "!=", - "brunnel", - "tunnel" - ], - [ - "==", - "intermittent", - 1 - ] + ["==", "class", "river"], + ["!=", "brunnel", "tunnel"], + ["==", "intermittent", 1] ], - "layout": { - "line-cap": "round", - "visibility": "visible" - }, + "layout": {"line-cap": "round", "visibility": "visible"}, "paint": { "line-color": "#a0c8f0", - "line-dasharray": [ - 3, - 2.5 - ], - "line-width": { - "base": 1.2, - "stops": [ - [ - 10, - 0.8 - ], - [ - 20, - 6 - ] - ] - } + "line-dasharray": [3, 2.5], + "line-width": {"base": 1.2, "stops": [[10, 0.8], [20, 6]]} } }, { "id": "water-offset", "type": "fill", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "water", "maxzoom": 8, - "filter": [ - "==", - "$type", - "Polygon" - ], - "layout": { - "visibility": "visible" - }, + "filter": ["==", "$type", "Polygon"], + "layout": {"visibility": "visible"}, "paint": { "fill-color": "rgba(74, 92, 110, 1)", "fill-opacity": 1, - "fill-translate": { - "base": 1, - "stops": [ - [ - 6, - [ - 2, - 0 - ] - ], - [ - 8, - [ - 0, - 0 - ] - ] - ] - } + "fill-translate": {"base": 1, "stops": [[6, [2, 0]], [8, [0, 0]]]} } }, { "id": "water", "type": "fill", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "water", - "filter": [ - "all", - [ - "!=", - "intermittent", - 1 - ], - [ - "!=", - "brunnel", - "tunnel" - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "rgba(67, 94, 110, 1)" - } + "filter": ["all", ["!=", "intermittent", 1], ["!=", "brunnel", "tunnel"]], + "layout": {"visibility": "visible"}, + "paint": {"fill-color": "rgba(67, 94, 110, 1)"} }, { "id": "water-intermittent", "type": "fill", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "water", - "filter": [ - "all", - [ - "==", - "intermittent", - 1 - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "rgba(100, 122, 139, 1)", - "fill-opacity": 0.7 - } + "filter": ["all", ["==", "intermittent", 1]], + "layout": {"visibility": "visible"}, + "paint": {"fill-color": "rgba(100, 122, 139, 1)", "fill-opacity": 0.7} }, { "id": "water-pattern", "type": "fill", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "water", - "filter": [ - "all" - ], - "layout": { - "visibility": "visible" - }, + "filter": ["all"], + "layout": {"visibility": "visible"}, "paint": { "fill-pattern": "wave", - "fill-translate": [ - 0, - 2.5 - ], + "fill-translate": [0, 2.5], "fill-color": "rgba(255, 255, 255, 1)" } }, { "id": "landcover-ice-shelf", "type": "fill", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "landcover", - "filter": [ - "==", - "subclass", - "ice_shelf" - ], - "layout": { - "visibility": "visible" - }, + "filter": ["==", "subclass", "ice_shelf"], + "layout": {"visibility": "visible"}, "paint": { "fill-color": "#fff", - "fill-opacity": { - "base": 1, - "stops": [ - [ - 0, - 0.9 - ], - [ - 10, - 0.3 - ] - ] - } + "fill-opacity": {"base": 1, "stops": [[0, 0.9], [10, 0.3]]} } }, { "id": "landcover-sand", "type": "fill", - "metadata": { - "mapbox:group": "1444849382550.77" - }, + "metadata": {"mapbox:group": "1444849382550.77"}, "source": "openmaptiles", "source-layer": "landcover", - "filter": [ - "all", - [ - "==", - "class", - "sand" - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "rgba(106, 104, 80, 1)", - "fill-opacity": 1 - } + "filter": ["all", ["==", "class", "sand"]], + "layout": {"visibility": "visible"}, + "paint": {"fill-color": "rgba(106, 104, 80, 1)", "fill-opacity": 1} }, { "id": "building", "type": "fill", - "metadata": { - "mapbox:group": "1444849364238.8171" - }, + "metadata": {"mapbox:group": "1444849364238.8171"}, "source": "openmaptiles", "source-layer": "building", "paint": { "fill-antialias": true, "fill-color": { "base": 1, - "stops": [ - [ - 15.5, - "rgba(32, 32, 32, 1)" - ], - [ - 16, - "rgba(32, 32, 32, 1)" - ] - ] + "stops": [[15.5, "rgba(32, 32, 32, 1)"], [16, "rgba(32, 32, 32, 1)"]] } } }, { "id": "building-top", "type": "fill", - "metadata": { - "mapbox:group": "1444849364238.8171" - }, + "metadata": {"mapbox:group": "1444849364238.8171"}, "source": "openmaptiles", "source-layer": "building", - "layout": { - "visibility": "visible" - }, + "layout": {"visibility": "visible"}, "paint": { "fill-color": "rgba(64, 64, 64, 1)", - "fill-opacity": { - "base": 1, - "stops": [ - [ - 13, - 0 - ], - [ - 16, - 1 - ] - ] - }, + "fill-opacity": {"base": 1, "stops": [[13, 0], [16, 1]]}, "fill-outline-color": "rgba(36, 36, 36, 1)", - "fill-translate": { - "base": 1, - "stops": [ - [ - 14, - [ - 0, - 0 - ] - ], - [ - 16, - [ - -2, - -2 - ] - ] - ] - } + "fill-translate": {"base": 1, "stops": [[14, [0, 0]], [16, [-2, -2]]]} } }, { "id": "tunnel-service-track-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "in", - "class", - "service", - "track" - ] + ["==", "brunnel", "tunnel"], + ["in", "class", "service", "track"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(71, 71, 69, 1)", - "line-dasharray": [ - 0.5, - 0.25 - ], - "line-width": { - "base": 1.2, - "stops": [ - [ - 15, - 1 - ], - [ - 16, - 4 - ], - [ - 20, - 11 - ] - ] - } + "line-dasharray": [0.5, 0.25], + "line-width": {"base": 1.2, "stops": [[15, 1], [16, 4], [20, 11]]} } }, { "id": "tunnel-minor-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", - "filter": [ - "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "==", - "class", - "minor" - ] - ], - "layout": { - "line-join": "round" - }, + "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "minor"]], + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(101, 100, 100, 1)", - "line-opacity": { - "stops": [ - [ - 12, - 0 - ], - [ - 12.5, - 1 - ] - ] - }, + "line-opacity": {"stops": [[12, 0], [12.5, 1]]}, "line-width": { "base": 1.2, - "stops": [ - [ - 12, - 0.5 - ], - [ - 13, - 1 - ], - [ - 14, - 4 - ], - [ - 20, - 15 - ] - ] + "stops": [[12, 0.5], [13, 1], [14, 4], [20, 15]] } } }, { "id": "tunnel-secondary-tertiary-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "in", - "class", - "secondary", - "tertiary" - ] + ["==", "brunnel", "tunnel"], + ["in", "class", "secondary", "tertiary"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { - "line-color": "#e9ac77", + "line-color": "rgba(145, 111, 72, 1)", "line-opacity": 1, - "line-width": { - "base": 1.2, - "stops": [ - [ - 8, - 1.5 - ], - [ - 20, - 17 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 17]]} } }, { "id": "tunnel-trunk-primary-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "in", - "class", - "primary", - "trunk" - ] + ["==", "brunnel", "tunnel"], + ["in", "class", "primary", "trunk"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(92, 67, 49, 1)", "line-width": { "base": 1.2, - "stops": [ - [ - 5, - 0.4 - ], - [ - 6, - 0.6 - ], - [ - 7, - 1.5 - ], - [ - 20, - 22 - ] - ] + "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] } } }, { "id": "tunnel-motorway-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "==", - "class", - "motorway" - ] + ["==", "brunnel", "tunnel"], + ["==", "class", "motorway"] ], - "layout": { - "line-join": "round", - "visibility": "visible" - }, + "layout": {"line-join": "round", "visibility": "visible"}, "paint": { "line-color": "rgba(85, 64, 44, 1)", - "line-dasharray": [ - 0.5, - 0.25 - ], + "line-dasharray": [0.5, 0.25], "line-width": { "base": 1.2, - "stops": [ - [ - 5, - 0.4 - ], - [ - 6, - 0.6 - ], - [ - 7, - 1.5 - ], - [ - 20, - 22 - ] - ] + "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] } } }, { "id": "tunnel-path", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], - [ - "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "==", - "class", - "path" - ] - ] + ["==", "$type", "LineString"], + ["all", ["==", "brunnel", "tunnel"], ["==", "class", "path"]] ], "paint": { "line-color": "rgba(117, 108, 98, 1)", - "line-dasharray": [ - 1.5, - 0.75 - ], - "line-width": { - "base": 1.2, - "stops": [ - [ - 15, - 1.2 - ], - [ - 20, - 4 - ] - ] - } + "line-dasharray": [1.5, 0.75], + "line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]} } }, { "id": "tunnel-service-track", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "in", - "class", - "service", - "track" - ] + ["==", "brunnel", "tunnel"], + ["in", "class", "service", "track"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(114, 114, 114, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 15.5, - 0 - ], - [ - 16, - 2 - ], - [ - 20, - 7.5 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[15.5, 0], [16, 2], [20, 7.5]]} } }, { "id": "tunnel-minor", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "==", - "class", - "minor_road" - ] + ["==", "brunnel", "tunnel"], + ["==", "class", "minor_road"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "#fff", "line-opacity": 1, - "line-width": { - "base": 1.2, - "stops": [ - [ - 13.5, - 0 - ], - [ - 14, - 2.5 - ], - [ - 20, - 11.5 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 11.5]]} } }, { "id": "tunnel-secondary-tertiary", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "in", - "class", - "secondary", - "tertiary" - ] + ["==", "brunnel", "tunnel"], + ["in", "class", "secondary", "tertiary"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { - "line-color": "#fff4c6", - "line-width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], - [ - 7, - 0.5 - ], - [ - 20, - 10 - ] - ] - } + "line-color": "rgba(124, 105, 48, 1)", + "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 10]]} } }, { "id": "tunnel-trunk-primary", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "in", - "class", - "primary", - "trunk" - ] + ["==", "brunnel", "tunnel"], + ["in", "class", "primary", "trunk"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(109, 102, 68, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], - [ - 7, - 0.5 - ], - [ - 20, - 18 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} } }, { "id": "tunnel-motorway", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "==", - "class", - "motorway" - ] + ["==", "brunnel", "tunnel"], + ["==", "class", "motorway"] ], - "layout": { - "line-join": "round", - "visibility": "visible" - }, + "layout": {"line-join": "round", "visibility": "visible"}, "paint": { - "line-color": "rgba(131, 108, 80, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], - [ - 7, - 0.5 - ], - [ - 20, - 18 - ] - ] - } + "line-color": "rgba(131, 108, 80, 1)", + "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} } }, { "id": "tunnel-railway", "type": "line", - "metadata": { - "mapbox:group": "1444849354174.1904" - }, + "metadata": {"mapbox:group": "1444849354174.1904"}, "source": "openmaptiles", "source-layer": "transportation", - "filter": [ - "all", - [ - "==", - "brunnel", - "tunnel" - ], - [ - "==", - "class", - "rail" - ] - ], + "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "rail"]], "paint": { "line-color": "#bbb", - "line-dasharray": [ - 2, - 2 - ], - "line-width": { - "base": 1.4, - "stops": [ - [ - 14, - 0.4 - ], - [ - 15, - 0.75 - ], - [ - 20, - 2 - ] - ] - } + "line-dasharray": [2, 2], + "line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]} } }, { @@ -1497,44 +608,22 @@ "type": "line", "source": "openmaptiles", "source-layer": "transportation", - "filter": [ - "all", - [ - "in", - "class", - "ferry" - ] - ], - "layout": { - "line-join": "round", - "visibility": "visible" - }, + "filter": ["all", ["in", "class", "ferry"]], + "layout": {"line-join": "round", "visibility": "visible"}, "paint": { "line-color": "rgba(108, 159, 182, 1)", - "line-dasharray": [ - 2, - 2 - ], + "line-dasharray": [2, 2], "line-width": 1.1 } }, { "id": "aeroway-taxiway-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "aeroway", "minzoom": 12, - "filter": [ - "all", - [ - "in", - "class", - "taxiway" - ] - ], + "filter": ["all", ["in", "class", "taxiway"]], "layout": { "line-cap": "round", "line-join": "round", @@ -1543,38 +632,17 @@ "paint": { "line-color": "rgba(63, 63, 63, 1)", "line-opacity": 1, - "line-width": { - "base": 1.5, - "stops": [ - [ - 11, - 2 - ], - [ - 17, - 12 - ] - ] - } + "line-width": {"base": 1.5, "stops": [[11, 2], [17, 12]]} } }, { "id": "aeroway-runway-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "aeroway", "minzoom": 12, - "filter": [ - "all", - [ - "in", - "class", - "runway" - ] - ], + "filter": ["all", ["in", "class", "runway"]], "layout": { "line-cap": "round", "line-join": "round", @@ -1583,85 +651,38 @@ "paint": { "line-color": "rgba(63, 63, 63, 1)", "line-opacity": 1, - "line-width": { - "base": 1.5, - "stops": [ - [ - 11, - 5 - ], - [ - 17, - 55 - ] - ] - } + "line-width": {"base": 1.5, "stops": [[11, 5], [17, 55]]} } }, { "id": "aeroway-area", "type": "fill", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "aeroway", "minzoom": 4, "filter": [ "all", - [ - "==", - "$type", - "Polygon" - ], - [ - "in", - "class", - "runway", - "taxiway" - ] + ["==", "$type", "Polygon"], + ["in", "class", "runway", "taxiway"] ], - "layout": { - "visibility": "visible" - }, + "layout": {"visibility": "visible"}, "paint": { "fill-color": "rgba(255, 255, 255, 1)", - "fill-opacity": { - "base": 1, - "stops": [ - [ - 13, - 0 - ], - [ - 14, - 1 - ] - ] - } + "fill-opacity": {"base": 1, "stops": [[13, 0], [14, 1]]} } }, { "id": "aeroway-taxiway", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "aeroway", "minzoom": 4, "filter": [ "all", - [ - "in", - "class", - "taxiway" - ], - [ - "==", - "$type", - "LineString" - ] + ["in", "class", "taxiway"], + ["==", "$type", "LineString"] ], "layout": { "line-cap": "round", @@ -1670,55 +691,21 @@ }, "paint": { "line-color": "rgba(93, 93, 93, 1)", - "line-opacity": { - "base": 1, - "stops": [ - [ - 11, - 0 - ], - [ - 12, - 1 - ] - ] - }, - "line-width": { - "base": 1.5, - "stops": [ - [ - 11, - 1 - ], - [ - 17, - 10 - ] - ] - } + "line-opacity": {"base": 1, "stops": [[11, 0], [12, 1]]}, + "line-width": {"base": 1.5, "stops": [[11, 1], [17, 10]]} } }, { "id": "aeroway-runway", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "aeroway", "minzoom": 4, "filter": [ "all", - [ - "in", - "class", - "runway" - ], - [ - "==", - "$type", - "LineString" - ] + ["in", "class", "runway"], + ["==", "$type", "LineString"] ], "layout": { "line-cap": "round", @@ -1727,32 +714,8 @@ }, "paint": { "line-color": "rgba(93, 93, 93, 1)", - "line-opacity": { - "base": 1, - "stops": [ - [ - 11, - 0 - ], - [ - 12, - 1 - ] - ] - }, - "line-width": { - "base": 1.5, - "stops": [ - [ - 11, - 4 - ], - [ - 17, - 50 - ] - ] - } + "line-opacity": {"base": 1, "stops": [[11, 0], [12, 1]]}, + "line-width": {"base": 1.5, "stops": [[11, 4], [17, 50]]} } }, { @@ -1761,26 +724,9 @@ "metadata": {}, "source": "openmaptiles", "source-layer": "transportation", - "filter": [ - "all", - [ - "==", - "$type", - "Polygon" - ], - [ - "==", - "class", - "pier" - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-antialias": true, - "fill-color": "rgba(122, 122, 115, 1)" - } + "filter": ["all", ["==", "$type", "Polygon"], ["==", "class", "pier"]], + "layout": {"visibility": "visible"}, + "paint": {"fill-antialias": true, "fill-color": "rgba(122, 122, 115, 1)"} }, { "id": "road_pier", @@ -1788,64 +734,21 @@ "metadata": {}, "source": "openmaptiles", "source-layer": "transportation", - "filter": [ - "all", - [ - "==", - "$type", - "LineString" - ], - [ - "in", - "class", - "pier" - ] - ], - "layout": { - "line-cap": "round", - "line-join": "round" - }, + "filter": ["all", ["==", "$type", "LineString"], ["in", "class", "pier"]], + "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "rgba(102, 102, 99, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 15, - 1 - ], - [ - 17, - 4 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[15, 1], [17, 4]]} } }, { "id": "highway-area", "type": "fill", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", - "filter": [ - "all", - [ - "==", - "$type", - "Polygon" - ], - [ - "!in", - "class", - "pier" - ] - ], - "layout": { - "visibility": "visible" - }, + "filter": ["all", ["==", "$type", "Polygon"], ["!in", "class", "pier"]], + "layout": {"visibility": "visible"}, "paint": { "fill-antialias": false, "fill-color": "rgba(89, 89, 89, 0.56)", @@ -1856,73 +759,35 @@ { "id": "highway-motorway-link-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "==", - "class", - "motorway_link" - ] + ["!in", "brunnel", "bridge", "tunnel"], + ["==", "class", "motorway_link"] ], - "layout": { - "line-cap": "round", - "line-join": "round" - }, + "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "#e9ac77", "line-opacity": 1, "line-width": { "base": 1.2, - "stops": [ - [ - 12, - 1 - ], - [ - 13, - 3 - ], - [ - 14, - 4 - ], - [ - 20, - 15 - ] - ] + "stops": [[12, 1], [13, 3], [14, 4], [20, 15]] } } }, { "id": "highway-link-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], + ["!in", "brunnel", "bridge", "tunnel"], [ "in", "class", @@ -1942,121 +807,45 @@ "line-opacity": 1, "line-width": { "base": 1.2, - "stops": [ - [ - 12, - 1 - ], - [ - 13, - 3 - ], - [ - 14, - 4 - ], - [ - 20, - 15 - ] - ] + "stops": [[12, 1], [13, 3], [14, 4], [20, 15]] } } }, { "id": "highway-minor-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], + ["==", "$type", "LineString"], [ "all", - [ - "!=", - "brunnel", - "tunnel" - ], - [ - "in", - "class", - "minor", - "service", - "track" - ] + ["!=", "brunnel", "tunnel"], + ["in", "class", "minor", "service", "track"] ] ], - "layout": { - "line-cap": "round", - "line-join": "round" - }, + "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "rgba(68, 68, 67, 1)", - "line-opacity": { - "stops": [ - [ - 12, - 0 - ], - [ - 12.5, - 1 - ] - ] - }, + "line-opacity": {"stops": [[12, 0], [12.5, 1]]}, "line-width": { "base": 1.2, - "stops": [ - [ - 12, - 0.5 - ], - [ - 13, - 1 - ], - [ - 14, - 4 - ], - [ - 20, - 15 - ] - ] + "stops": [[12, 0.5], [13, 1], [14, 4], [20, 15]] } } }, { "id": "highway-secondary-tertiary-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "in", - "class", - "secondary", - "tertiary" - ] + ["!in", "brunnel", "bridge", "tunnel"], + ["in", "class", "secondary", "tertiary"] ], "layout": { "line-cap": "butt", @@ -2066,43 +855,20 @@ "paint": { "line-color": "rgba(77, 66, 30, 1)", "line-opacity": 1, - "line-width": { - "base": 1.2, - "stops": [ - [ - 8, - 1.5 - ], - [ - 20, - 17 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 17]]} } }, { "id": "highway-primary-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "minzoom": 5, "filter": [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "in", - "class", - "primary" - ] + ["!in", "brunnel", "bridge", "tunnel"], + ["in", "class", "primary"] ], "layout": { "line-cap": "butt", @@ -2111,63 +877,24 @@ }, "paint": { "line-color": "rgba(80, 59, 41, 1)", - "line-opacity": { - "stops": [ - [ - 7, - 0 - ], - [ - 8, - 1 - ] - ] - }, + "line-opacity": {"stops": [[7, 0], [8, 1]]}, "line-width": { "base": 1.2, - "stops": [ - [ - 7, - 0 - ], - [ - 8, - 0.6 - ], - [ - 9, - 1.5 - ], - [ - 20, - 22 - ] - ] + "stops": [[7, 0], [8, 0.6], [9, 1.5], [20, 22]] } } }, { "id": "highway-trunk-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "minzoom": 5, "filter": [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "in", - "class", - "trunk" - ] + ["!in", "brunnel", "bridge", "tunnel"], + ["in", "class", "trunk"] ], "layout": { "line-cap": "butt", @@ -2176,63 +903,24 @@ }, "paint": { "line-color": "rgba(76, 57, 42, 1)", - "line-opacity": { - "stops": [ - [ - 5, - 0 - ], - [ - 6, - 1 - ] - ] - }, + "line-opacity": {"stops": [[5, 0], [6, 1]]}, "line-width": { "base": 1.2, - "stops": [ - [ - 5, - 0 - ], - [ - 6, - 0.6 - ], - [ - 7, - 1.5 - ], - [ - 20, - 22 - ] - ] + "stops": [[5, 0], [6, 0.6], [7, 1.5], [20, 22]] } } }, { "id": "highway-motorway-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "minzoom": 4, "filter": [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "==", - "class", - "motorway" - ] + ["!in", "brunnel", "bridge", "tunnel"], + ["==", "class", "motorway"] ], "layout": { "line-cap": "butt", @@ -2241,165 +929,61 @@ }, "paint": { "line-color": "rgba(78, 49, 40, 1)", - "line-opacity": { - "stops": [ - [ - 4, - 0 - ], - [ - 5, - 1 - ] - ] - }, + "line-opacity": {"stops": [[4, 0], [5, 1]]}, "line-width": { "base": 1.2, - "stops": [ - [ - 4, - 0 - ], - [ - 5, - 0.4 - ], - [ - 6, - 0.6 - ], - [ - 7, - 1.5 - ], - [ - 20, - 22 - ] - ] + "stops": [[4, 0], [5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] } } }, { "id": "highway-path", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], - [ - "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "==", - "class", - "path" - ] - ] + ["==", "$type", "LineString"], + ["all", ["!in", "brunnel", "bridge", "tunnel"], ["==", "class", "path"]] ], "paint": { "line-color": "rgba(82, 75, 69, 1)", - "line-dasharray": [ - 1.5, - 0.75 - ], - "line-width": { - "base": 1.2, - "stops": [ - [ - 15, - 1.2 - ], - [ - 20, - 4 - ] - ] - } + "line-dasharray": [1.5, 0.75], + "line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]} } }, { "id": "highway-motorway-link", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "==", - "class", - "motorway_link" - ] + ["!in", "brunnel", "bridge", "tunnel"], + ["==", "class", "motorway_link"] ], - "layout": { - "line-cap": "round", - "line-join": "round" - }, + "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "#fc8", "line-width": { "base": 1.2, - "stops": [ - [ - 12.5, - 0 - ], - [ - 13, - 1.5 - ], - [ - 14, - 2.5 - ], - [ - 20, - 11.5 - ] - ] + "stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] } } }, { "id": "highway-link", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], + ["!in", "brunnel", "bridge", "tunnel"], [ "in", "class", @@ -2418,106 +1002,42 @@ "line-color": "#fea", "line-width": { "base": 1.2, - "stops": [ - [ - 12.5, - 0 - ], - [ - 13, - 1.5 - ], - [ - 14, - 2.5 - ], - [ - 20, - 11.5 - ] - ] + "stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] } } }, { "id": "highway-minor", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], + ["==", "$type", "LineString"], [ "all", - [ - "!=", - "brunnel", - "tunnel" - ], - [ - "in", - "class", - "minor", - "service", - "track" - ] + ["!=", "brunnel", "tunnel"], + ["in", "class", "minor", "service", "track"] ] ], - "layout": { - "line-cap": "round", - "line-join": "round" - }, + "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "rgba(88, 88, 88, 1)", "line-opacity": 1, - "line-width": { - "base": 1.2, - "stops": [ - [ - 13.5, - 0 - ], - [ - 14, - 2.5 - ], - [ - 20, - 11.5 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 11.5]]} } }, { "id": "highway-secondary-tertiary", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "in", - "class", - "secondary", - "tertiary" - ] + ["!in", "brunnel", "bridge", "tunnel"], + ["in", "class", "secondary", "tertiary"] ], "layout": { "line-cap": "round", @@ -2526,53 +1046,22 @@ }, "paint": { "line-color": "rgba(124, 105, 48, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], - [ - 8, - 0.5 - ], - [ - 20, - 13 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[6.5, 0], [8, 0.5], [20, 13]]} } }, { "id": "highway-primary", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], + ["==", "$type", "LineString"], [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "in", - "class", - "primary" - ] + ["!in", "brunnel", "bridge", "tunnel"], + ["in", "class", "primary"] ] ], "layout": { @@ -2580,55 +1069,24 @@ "line-join": "round", "visibility": "visible" }, - "paint": { - "line-color": "rgba(129, 120, 91, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 8.5, - 0 - ], - [ - 9, - 0.5 - ], - [ - 20, - 18 - ] - ] - } + "paint": { + "line-color": "rgba(129, 120, 91, 1)", + "line-width": {"base": 1.2, "stops": [[8.5, 0], [9, 0.5], [20, 18]]} } }, { "id": "highway-trunk", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], + ["==", "$type", "LineString"], [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "in", - "class", - "trunk" - ] + ["!in", "brunnel", "bridge", "tunnel"], + ["in", "class", "trunk"] ] ], "layout": { @@ -2638,54 +1096,23 @@ }, "paint": { "line-color": "rgba(109, 102, 68, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], - [ - 7, - 0.5 - ], - [ - 20, - 18 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} } }, { "id": "highway-motorway", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "minzoom": 5, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], + ["==", "$type", "LineString"], [ "all", - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "==", - "class", - "motorway" - ] + ["!in", "brunnel", "bridge", "tunnel"], + ["==", "class", "motorway"] ] ], "layout": { @@ -2695,411 +1122,151 @@ }, "paint": { "line-color": "rgba(131, 108, 80, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], - [ - 7, - 0.5 - ], - [ - 20, - 18 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} } }, { "id": "railway-transit", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], - [ - "all", - [ - "==", - "class", - "transit" - ], - [ - "!in", - "brunnel", - "tunnel" - ] - ] + ["==", "$type", "LineString"], + ["all", ["==", "class", "transit"], ["!in", "brunnel", "tunnel"]] ], - "layout": { - "visibility": "visible" - }, + "layout": {"visibility": "visible"}, "paint": { "line-color": "rgba(57, 57, 57, 1)", - "line-width": { - "base": 1.4, - "stops": [ - [ - 14, - 0.4 - ], - [ - 20, - 1 - ] - ] - } + "line-width": {"base": 1.4, "stops": [[14, 0.4], [20, 1]]} } }, { "id": "railway-transit-hatching", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], - [ - "all", - [ - "==", - "class", - "transit" - ], - [ - "!in", - "brunnel", - "tunnel" - ] - ] + ["==", "$type", "LineString"], + ["all", ["==", "class", "transit"], ["!in", "brunnel", "tunnel"]] ], - "layout": { - "visibility": "visible" - }, + "layout": {"visibility": "visible"}, "paint": { "line-color": "rgba(57, 57, 57, 1)", - "line-dasharray": [ - 0.2, - 8 - ], - "line-width": { - "base": 1.4, - "stops": [ - [ - 14.5, - 0 - ], - [ - 15, - 2 - ], - [ - 20, - 6 - ] - ] - } + "line-dasharray": [0.2, 8], + "line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 2], [20, 6]]} } }, { "id": "railway-service", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], - [ - "all", - [ - "==", - "class", - "rail" - ], - [ - "has", - "service" - ] - ] + ["==", "$type", "LineString"], + ["all", ["==", "class", "rail"], ["has", "service"]] ], "paint": { "line-color": "rgba(57, 57, 57, 1)", - "line-width": { - "base": 1.4, - "stops": [ - [ - 14, - 0.4 - ], - [ - 20, - 1 - ] - ] - } + "line-width": {"base": 1.4, "stops": [[14, 0.4], [20, 1]]} } }, { "id": "railway-service-hatching", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], - [ - "all", - [ - "==", - "class", - "rail" - ], - [ - "has", - "service" - ] - ] + ["==", "$type", "LineString"], + ["all", ["==", "class", "rail"], ["has", "service"]] ], - "layout": { - "visibility": "visible" - }, + "layout": {"visibility": "visible"}, "paint": { "line-color": "rgba(57, 57, 57, 1)", - "line-dasharray": [ - 0.2, - 8 - ], - "line-width": { - "base": 1.4, - "stops": [ - [ - 14.5, - 0 - ], - [ - 15, - 2 - ], - [ - 20, - 6 - ] - ] - } + "line-dasharray": [0.2, 8], + "line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 2], [20, 6]]} } }, { "id": "railway", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], + ["==", "$type", "LineString"], [ "all", - [ - "!has", - "service" - ], - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "==", - "class", - "rail" - ] + ["!has", "service"], + ["!in", "brunnel", "bridge", "tunnel"], + ["==", "class", "rail"] ] ], "paint": { "line-color": "rgba(57, 57, 57, 1)", - "line-width": { - "base": 1.4, - "stops": [ - [ - 14, - 0.4 - ], - [ - 15, - 0.75 - ], - [ - 20, - 2 - ] - ] - } + "line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]} } }, { "id": "railway-hatching", "type": "line", - "metadata": { - "mapbox:group": "1444849345966.4436" - }, + "metadata": {"mapbox:group": "1444849345966.4436"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], + ["==", "$type", "LineString"], [ "all", - [ - "!has", - "service" - ], - [ - "!in", - "brunnel", - "bridge", - "tunnel" - ], - [ - "==", - "class", - "rail" - ] + ["!has", "service"], + ["!in", "brunnel", "bridge", "tunnel"], + ["==", "class", "rail"] ] ], "paint": { "line-color": "rgba(57, 57, 57, 1)", - "line-dasharray": [ - 0.2, - 8 - ], - "line-width": { - "base": 1.4, - "stops": [ - [ - 14.5, - 0 - ], - [ - 15, - 3 - ], - [ - 20, - 8 - ] - ] - } + "line-dasharray": [0.2, 8], + "line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 3], [20, 8]]} } }, { "id": "bridge-motorway-link-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "==", - "class", - "motorway_link" - ] + ["==", "brunnel", "bridge"], + ["==", "class", "motorway_link"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "#e9ac77", "line-opacity": 1, "line-width": { "base": 1.2, - "stops": [ - [ - 12, - 1 - ], - [ - 13, - 3 - ], - [ - 14, - 4 - ], - [ - 20, - 15 - ] - ] + "stops": [[12, 1], [13, 3], [14, 4], [20, 15]] } } }, { "id": "bridge-link-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "bridge" - ], + ["==", "brunnel", "bridge"], [ "in", "class", @@ -3109,337 +1276,136 @@ "trunk_link" ] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "#e9ac77", "line-opacity": 1, "line-width": { "base": 1.2, - "stops": [ - [ - 12, - 1 - ], - [ - 13, - 3 - ], - [ - 14, - 4 - ], - [ - 20, - 15 - ] - ] + "stops": [[12, 1], [13, 3], [14, 4], [20, 15]] } } }, { "id": "bridge-secondary-tertiary-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "in", - "class", - "secondary", - "tertiary" - ] + ["==", "brunnel", "bridge"], + ["in", "class", "secondary", "tertiary"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(77, 66, 30, 1)", "line-opacity": 1, - "line-width": { - "base": 1.2, - "stops": [ - [ - 8, - 1.5 - ], - [ - 20, - 28 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 28]]} } }, { "id": "bridge-trunk-primary-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "in", - "class", - "primary", - "trunk" - ] + ["==", "brunnel", "bridge"], + ["in", "class", "primary", "trunk"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(96, 67, 44, 1)", "line-width": { "base": 1.2, - "stops": [ - [ - 5, - 0.4 - ], - [ - 6, - 0.6 - ], - [ - 7, - 1.5 - ], - [ - 20, - 26 - ] - ] + "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 26]] } } }, { "id": "bridge-motorway-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "==", - "class", - "motorway" - ] + ["==", "brunnel", "bridge"], + ["==", "class", "motorway"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(81, 60, 41, 1)", "line-width": { "base": 1.2, - "stops": [ - [ - 5, - 0.4 - ], - [ - 6, - 0.6 - ], - [ - 7, - 1.5 - ], - [ - 20, - 22 - ] - ] + "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] } } }, { "id": "bridge-path-casing", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], - [ - "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "==", - "class", - "path" - ] - ] + ["==", "$type", "LineString"], + ["all", ["==", "brunnel", "bridge"], ["==", "class", "path"]] ], "paint": { "line-color": "rgba(51, 51, 49, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 15, - 1.2 - ], - [ - 20, - 18 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 18]]} } }, { "id": "bridge-path", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], - [ - "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "==", - "class", - "path" - ] - ] + ["==", "$type", "LineString"], + ["all", ["==", "brunnel", "bridge"], ["==", "class", "path"]] ], "paint": { "line-color": "rgba(88, 76, 68, 1)", - "line-dasharray": [ - 1.5, - 0.75 - ], - "line-width": { - "base": 1.2, - "stops": [ - [ - 15, - 1.2 - ], - [ - 20, - 4 - ] - ] - } + "line-dasharray": [1.5, 0.75], + "line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]} } }, { "id": "bridge-motorway-link", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "==", - "class", - "motorway_link" - ] + ["==", "brunnel", "bridge"], + ["==", "class", "motorway_link"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "#fc8", "line-width": { "base": 1.2, - "stops": [ - [ - 12.5, - 0 - ], - [ - 13, - 1.5 - ], - [ - 14, - 2.5 - ], - [ - 20, - 11.5 - ] - ] + "stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] } } }, { "id": "bridge-link", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "bridge" - ], + ["==", "brunnel", "bridge"], [ "in", "class", @@ -3449,257 +1415,89 @@ "trunk_link" ] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "#fea", "line-width": { "base": 1.2, - "stops": [ - [ - 12.5, - 0 - ], - [ - 13, - 1.5 - ], - [ - 14, - 2.5 - ], - [ - 20, - 11.5 - ] - ] + "stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] } } }, { "id": "bridge-secondary-tertiary", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "in", - "class", - "secondary", - "tertiary" - ] + ["==", "brunnel", "bridge"], + ["in", "class", "secondary", "tertiary"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(124, 105, 48, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], - [ - 7, - 0.5 - ], - [ - 20, - 20 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 20]]} } }, { "id": "bridge-trunk-primary", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "in", - "class", - "primary", - "trunk" - ] + ["==", "brunnel", "bridge"], + ["in", "class", "primary", "trunk"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(109, 102, 68, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], - [ - 7, - 0.5 - ], - [ - 20, - 18 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} } }, { "id": "bridge-motorway", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", "filter": [ "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "==", - "class", - "motorway" - ] + ["==", "brunnel", "bridge"], + ["==", "class", "motorway"] ], - "layout": { - "line-join": "round" - }, + "layout": {"line-join": "round"}, "paint": { "line-color": "rgba(131, 108, 80, 1)", - "line-width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], - [ - 7, - 0.5 - ], - [ - 20, - 18 - ] - ] - } + "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} } }, { "id": "bridge-railway", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", - "filter": [ - "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "==", - "class", - "rail" - ] - ], + "filter": ["all", ["==", "brunnel", "bridge"], ["==", "class", "rail"]], "paint": { "line-color": "rgba(57, 57, 57, 1)", - "line-width": { - "base": 1.4, - "stops": [ - [ - 14, - 0.4 - ], - [ - 15, - 0.75 - ], - [ - 20, - 2 - ] - ] - } + "line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]} } }, { "id": "bridge-railway-hatching", "type": "line", - "metadata": { - "mapbox:group": "1444849334699.1902" - }, + "metadata": {"mapbox:group": "1444849334699.1902"}, "source": "openmaptiles", "source-layer": "transportation", - "filter": [ - "all", - [ - "==", - "brunnel", - "bridge" - ], - [ - "==", - "class", - "rail" - ] - ], + "filter": ["all", ["==", "brunnel", "bridge"], ["==", "class", "rail"]], "paint": { "line-color": "rgba(57, 57, 57, 1)", - "line-dasharray": [ - 0.2, - 8 - ], - "line-width": { - "base": 1.4, - "stops": [ - [ - 14.5, - 0 - ], - [ - 15, - 3 - ], - [ - 20, - 8 - ] - ] - } + "line-dasharray": [0.2, 8], + "line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 3], [20, 8]]} } }, { @@ -3708,66 +1506,25 @@ "source": "openmaptiles", "source-layer": "transportation", "minzoom": 13, - "filter": [ - "==", - "class", - "cable_car" - ], - "layout": { - "line-cap": "round", - "visibility": "visible" - }, + "filter": ["==", "class", "cable_car"], + "layout": {"line-cap": "round", "visibility": "visible"}, "paint": { "line-color": "hsl(0, 0%, 70%)", - "line-width": { - "base": 1, - "stops": [ - [ - 11, - 1 - ], - [ - 19, - 2.5 - ] - ] - } + "line-width": {"base": 1, "stops": [[11, 1], [19, 2.5]]} } }, - { - "id": "cablecar-dash", - "type": "line", - "source": "openmaptiles", - "source-layer": "transportation", - "minzoom": 13, - "filter": [ - "==", - "class", - "cable_car" - ], - "layout": { - "line-cap": "round", - "visibility": "visible" - }, + { + "id": "cablecar-dash", + "type": "line", + "source": "openmaptiles", + "source-layer": "transportation", + "minzoom": 13, + "filter": ["==", "class", "cable_car"], + "layout": {"line-cap": "round", "visibility": "visible"}, "paint": { "line-color": "hsl(0, 0%, 70%)", - "line-dasharray": [ - 2, - 3 - ], - "line-width": { - "base": 1, - "stops": [ - [ - 11, - 3 - ], - [ - 19, - 5.5 - ] - ] - } + "line-dasharray": [2, 3], + "line-width": {"base": 1, "stops": [[11, 3], [19, 5.5]]} } }, { @@ -3777,51 +1534,15 @@ "source-layer": "boundary", "filter": [ "all", - [ - ">=", - "admin_level", - 4 - ], - [ - "<=", - "admin_level", - 8 - ], - [ - "!=", - "maritime", - 1 - ] + [">=", "admin_level", 4], + ["<=", "admin_level", 8], + ["!=", "maritime", 1] ], - "layout": { - "line-join": "round", - "visibility": "visible" - }, + "layout": {"line-join": "round", "visibility": "visible"}, "paint": { "line-color": "rgba(99, 99, 110, 1)", - "line-dasharray": [ - 3, - 1, - 1, - 1 - ], - "line-width": { - "base": 1.4, - "stops": [ - [ - 4, - 0.4 - ], - [ - 5, - 1 - ], - [ - 12, - 3 - ] - ] - } + "line-dasharray": [3, 1, 1, 1], + "line-width": {"base": 1.4, "stops": [[4, 0.4], [5, 1], [12, 3]]} } }, { @@ -3831,21 +1552,9 @@ "source-layer": "boundary", "filter": [ "all", - [ - "==", - "admin_level", - 2 - ], - [ - "!=", - "maritime", - 1 - ], - [ - "!=", - "disputed", - 1 - ] + ["==", "admin_level", 2], + ["!=", "maritime", 1], + ["!=", "disputed", 1] ], "layout": { "line-cap": "round", @@ -3856,24 +1565,7 @@ "line-color": "rgba(87, 83, 95, 1)", "line-width": { "base": 1, - "stops": [ - [ - 0, - 0.6 - ], - [ - 4, - 1.4 - ], - [ - 5, - 2 - ], - [ - 12, - 4 - ] - ] + "stops": [[0, 0.6], [4, 1.4], [5, 2], [12, 4]] } } }, @@ -3882,19 +1574,7 @@ "type": "line", "source": "openmaptiles", "source-layer": "boundary", - "filter": [ - "all", - [ - "!=", - "maritime", - 1 - ], - [ - "==", - "disputed", - 1 - ] - ], + "filter": ["all", ["!=", "maritime", 1], ["==", "disputed", 1]], "layout": { "line-cap": "round", "line-join": "round", @@ -3902,30 +1582,10 @@ }, "paint": { "line-color": "rgba(77, 76, 81, 1)", - "line-dasharray": [ - 1, - 3 - ], + "line-dasharray": [1, 3], "line-width": { "base": 1, - "stops": [ - [ - 0, - 0.6 - ], - [ - 4, - 1.4 - ], - [ - 5, - 2 - ], - [ - 12, - 8 - ] - ] + "stops": [[0, 0.6], [4, 1.4], [5, 2], [12, 8]] } } }, @@ -3935,20 +1595,7 @@ "source": "openmaptiles", "source-layer": "boundary", "minzoom": 4, - "filter": [ - "all", - [ - "in", - "admin_level", - 2, - 4 - ], - [ - "==", - "maritime", - 1 - ] - ], + "filter": ["all", ["in", "admin_level", 2, 4], ["==", "maritime", 1]], "layout": { "line-cap": "round", "line-join": "round", @@ -3956,38 +1603,10 @@ }, "paint": { "line-color": "rgba(64, 79, 88, 1)", - "line-opacity": { - "stops": [ - [ - 6, - 0.6 - ], - [ - 10, - 1 - ] - ] - }, + "line-opacity": {"stops": [[6, 0.6], [10, 1]]}, "line-width": { "base": 1, - "stops": [ - [ - 0, - 0.6 - ], - [ - 4, - 1.4 - ], - [ - 5, - 2 - ], - [ - 12, - 8 - ] - ] + "stops": [[0, 0.6], [4, 1.4], [5, 2], [12, 8]] } } }, @@ -3997,25 +1616,12 @@ "source": "openmaptiles", "source-layer": "waterway", "minzoom": 13, - "filter": [ - "all", - [ - "==", - "$type", - "LineString" - ], - [ - "has", - "name" - ] - ], + "filter": ["all", ["==", "$type", "LineString"], ["has", "name"]], "layout": { "symbol-placement": "line", "symbol-spacing": 350, "text-field": "{name:latin} {name:nonlatin}", - "text-font": [ - "Liberation Sans Italic" - ], + "text-font": ["Liberation Sans Italic"], "text-letter-spacing": 0.2, "text-max-width": 5, "text-rotation-alignment": "map", @@ -4032,18 +1638,12 @@ "type": "symbol", "source": "openmaptiles", "source-layer": "water_name", - "filter": [ - "==", - "$type", - "LineString" - ], + "filter": ["==", "$type", "LineString"], "layout": { "symbol-placement": "line", "symbol-spacing": 350, "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Italic" - ], + "text-font": ["Liberation Sans Italic"], "text-letter-spacing": 0.2, "text-max-width": 5, "text-rotation-alignment": "map", @@ -4060,26 +1660,12 @@ "type": "symbol", "source": "openmaptiles", "source-layer": "water_name", - "filter": [ - "all", - [ - "==", - "$type", - "Point" - ], - [ - "==", - "class", - "ocean" - ] - ], + "filter": ["all", ["==", "$type", "Point"], ["==", "class", "ocean"]], "layout": { "symbol-placement": "point", "symbol-spacing": 350, "text-field": "{name:latin}", - "text-font": [ - "Liberation Sans Italic" - ], + "text-font": ["Liberation Sans Italic"], "text-letter-spacing": 0.2, "text-max-width": 5, "text-rotation-alignment": "map", @@ -4096,41 +1682,16 @@ "type": "symbol", "source": "openmaptiles", "source-layer": "water_name", - "filter": [ - "all", - [ - "==", - "$type", - "Point" - ], - [ - "!in", - "class", - "ocean" - ] - ], + "filter": ["all", ["==", "$type", "Point"], ["!in", "class", "ocean"]], "layout": { "symbol-placement": "point", "symbol-spacing": 350, "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Italic" - ], + "text-font": ["Liberation Sans Italic"], "text-letter-spacing": 0.2, "text-max-width": 5, "text-rotation-alignment": "map", - "text-size": { - "stops": [ - [ - 0, - 10 - ], - [ - 6, - 14 - ] - ] - }, + "text-size": {"stops": [[0, 10], [6, 14]]}, "visibility": "visible" }, "paint": { @@ -4147,41 +1708,17 @@ "minzoom": 16, "filter": [ "all", - [ - "==", - "$type", - "Point" - ], - [ - ">=", - "rank", - 25 - ], - [ - "any", - [ - "!has", - "level" - ], - [ - "==", - "level", - 0 - ] - ] + ["==", "$type", "Point"], + [">=", "rank", 25], + ["any", ["!has", "level"], ["==", "level", 0]] ], "layout": { "icon-image": "{class}", "text-anchor": "top", "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-max-width": 9, - "text-offset": [ - 0, - 0.6 - ], + "text-offset": [0, 0.6], "text-padding": 2, "text-size": 12, "visibility": "visible" @@ -4201,46 +1738,18 @@ "minzoom": 15, "filter": [ "all", - [ - "==", - "$type", - "Point" - ], - [ - "<=", - "rank", - 24 - ], - [ - ">=", - "rank", - 15 - ], - [ - "any", - [ - "!has", - "level" - ], - [ - "==", - "level", - 0 - ] - ] + ["==", "$type", "Point"], + ["<=", "rank", 24], + [">=", "rank", 15], + ["any", ["!has", "level"], ["==", "level", 0]] ], "layout": { "icon-image": "{class}", "text-anchor": "top", "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-max-width": 9, - "text-offset": [ - 0, - 0.6 - ], + "text-offset": [0, 0.6], "text-padding": 2, "text-size": 12, "visibility": "visible" @@ -4260,45 +1769,18 @@ "minzoom": 14, "filter": [ "all", - [ - "==", - "$type", - "Point" - ], - [ - "<=", - "rank", - 14 - ], - [ - "has", - "name" - ], - [ - "any", - [ - "!has", - "level" - ], - [ - "==", - "level", - 0 - ] - ] + ["==", "$type", "Point"], + ["<=", "rank", 14], + ["has", "name"], + ["any", ["!has", "level"], ["==", "level", 0]] ], "layout": { "icon-image": "{class}", "text-anchor": "top", "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-max-width": 9, - "text-offset": [ - 0, - 0.6 - ], + "text-offset": [0, 0.6], "text-padding": 2, "text-size": 12, "visibility": "visible" @@ -4318,25 +1800,10 @@ "minzoom": 13, "filter": [ "all", - [ - "==", - "$type", - "Point" - ], - [ - "has", - "name" - ], - [ - "==", - "class", - "railway" - ], - [ - "==", - "subclass", - "station" - ] + ["==", "$type", "Point"], + ["has", "name"], + ["==", "class", "railway"], + ["==", "subclass", "station"] ], "layout": { "icon-allow-overlap": false, @@ -4346,15 +1813,10 @@ "text-allow-overlap": false, "text-anchor": "top", "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-ignore-placement": false, "text-max-width": 9, - "text-offset": [ - 0, - 0.6 - ], + "text-offset": [0, 0.6], "text-optional": true, "text-padding": 2, "text-size": 12 @@ -4374,11 +1836,7 @@ "minzoom": 15, "filter": [ "all", - [ - "==", - "oneway", - 1 - ], + ["==", "oneway", 1], [ "in", "class", @@ -4396,24 +1854,11 @@ "icon-padding": 2, "icon-rotate": 90, "icon-rotation-alignment": "map", - "icon-size": { - "stops": [ - [ - 15, - 0.5 - ], - [ - 19, - 1 - ] - ] - }, + "icon-size": {"stops": [[15, 0.5], [19, 1]]}, "symbol-placement": "line", "symbol-spacing": 75 }, - "paint": { - "icon-opacity": 0.5 - } + "paint": {"icon-opacity": 0.5} }, { "id": "road_oneway_opposite", @@ -4423,11 +1868,7 @@ "minzoom": 15, "filter": [ "all", - [ - "==", - "oneway", - -1 - ], + ["==", "oneway", -1], [ "in", "class", @@ -4445,24 +1886,11 @@ "icon-padding": 2, "icon-rotate": -90, "icon-rotation-alignment": "map", - "icon-size": { - "stops": [ - [ - 15, - 0.5 - ], - [ - 19, - 1 - ] - ] - }, + "icon-size": {"stops": [[15, 0.5], [19, 1]]}, "symbol-placement": "line", "symbol-spacing": 75 }, - "paint": { - "icon-opacity": 0.5 - } + "paint": {"icon-opacity": 0.5} }, { "id": "highway-name-path", @@ -4470,31 +1898,13 @@ "source": "openmaptiles", "source-layer": "transportation_name", "minzoom": 15.5, - "filter": [ - "==", - "class", - "path" - ], + "filter": ["==", "class", "path"], "layout": { "symbol-placement": "line", "text-field": "{name:latin} {name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-rotation-alignment": "map", - "text-size": { - "base": 1, - "stops": [ - [ - 13, - 12 - ], - [ - 14, - 13 - ] - ] - } + "text-size": {"base": 1, "stops": [[13, 12], [14, 13]]} }, "paint": { "text-color": "rgba(213, 175, 160, 1)", @@ -4510,39 +1920,15 @@ "minzoom": 15, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], - [ - "in", - "class", - "minor", - "service", - "track" - ] + ["==", "$type", "LineString"], + ["in", "class", "minor", "service", "track"] ], "layout": { "symbol-placement": "line", "text-field": "{name:latin} {name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-rotation-alignment": "map", - "text-size": { - "base": 1, - "stops": [ - [ - 13, - 12 - ], - [ - 14, - 13 - ] - ] - }, + "text-size": {"base": 1, "stops": [[13, 12], [14, 13]]}, "text-keep-upright": true }, "paint": { @@ -4559,34 +1945,13 @@ "source": "openmaptiles", "source-layer": "transportation_name", "minzoom": 12.2, - "filter": [ - "in", - "class", - "primary", - "secondary", - "tertiary", - "trunk" - ], + "filter": ["in", "class", "primary", "secondary", "tertiary", "trunk"], "layout": { "symbol-placement": "line", "text-field": "{name:latin} {name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-rotation-alignment": "map", - "text-size": { - "base": 1, - "stops": [ - [ - 13, - 12 - ], - [ - 14, - 13 - ] - ] - } + "text-size": {"base": 1, "stops": [[13, 12], [14, 13]]} }, "paint": { "text-color": "rgba(216, 216, 188, 1)", @@ -4602,53 +1967,23 @@ "minzoom": 8, "filter": [ "all", - [ - "<=", - "ref_length", - 6 - ], - [ - "==", - "$type", - "LineString" - ], - [ - "!in", - "network", - "us-interstate", - "us-highway", - "us-state" - ] + ["<=", "ref_length", 6], + ["==", "$type", "LineString"], + ["!in", "network", "us-interstate", "us-highway", "us-state"] ], "layout": { "icon-image": "road_{ref_length}", "icon-rotation-alignment": "viewport", "icon-size": 1, - "symbol-placement": { - "base": 1, - "stops": [ - [ - 10, - "point" - ], - [ - 11, - "line" - ] - ] - }, + "symbol-placement": {"base": 1, "stops": [[10, "point"], [11, "line"]]}, "symbol-spacing": 200, "text-field": "{ref}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-rotation-alignment": "viewport", "text-size": 10, "icon-keep-upright": false }, - "paint": { - "text-color": "rgba(212, 212, 212, 1)" - } + "paint": {"text-color": "rgba(212, 212, 212, 1)"} }, { "id": "highway-shield-us-interstate", @@ -4658,21 +1993,9 @@ "minzoom": 7, "filter": [ "all", - [ - "<=", - "ref_length", - 6 - ], - [ - "==", - "$type", - "LineString" - ], - [ - "in", - "network", - "us-interstate" - ] + ["<=", "ref_length", 6], + ["==", "$type", "LineString"], + ["in", "network", "us-interstate"] ], "layout": { "icon-image": "{network}_{ref_length}", @@ -4680,32 +2003,15 @@ "icon-size": 1, "symbol-placement": { "base": 1, - "stops": [ - [ - 7, - "point" - ], - [ - 7, - "line" - ], - [ - 8, - "line" - ] - ] + "stops": [[7, "point"], [7, "line"], [8, "line"]] }, "symbol-spacing": 200, "text-field": "{ref}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-rotation-alignment": "viewport", "text-size": 10 }, - "paint": { - "text-color": "rgba(193, 193, 193, 1)" - } + "paint": {"text-color": "rgba(193, 193, 193, 1)"} }, { "id": "highway-shield-us-other", @@ -4715,51 +2021,22 @@ "minzoom": 9, "filter": [ "all", - [ - "<=", - "ref_length", - 6 - ], - [ - "==", - "$type", - "LineString" - ], - [ - "in", - "network", - "us-highway", - "us-state" - ] + ["<=", "ref_length", 6], + ["==", "$type", "LineString"], + ["in", "network", "us-highway", "us-state"] ], "layout": { "icon-image": "{network}_{ref_length}", "icon-rotation-alignment": "viewport", "icon-size": 1, - "symbol-placement": { - "base": 1, - "stops": [ - [ - 10, - "point" - ], - [ - 11, - "line" - ] - ] - }, + "symbol-placement": {"base": 1, "stops": [[10, "point"], [11, "line"]]}, "symbol-spacing": 200, "text-field": "{ref}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-rotation-alignment": "viewport", "text-size": 10 }, - "paint": { - "text-color": "rgba(193, 193, 193, 1)" - } + "paint": {"text-color": "rgba(193, 193, 193, 1)"} }, { "id": "airport-label-major", @@ -4767,26 +2044,15 @@ "source": "openmaptiles", "source-layer": "aerodrome_label", "minzoom": 10, - "filter": [ - "all", - [ - "has", - "iata" - ] - ], + "filter": ["all", ["has", "iata"]], "layout": { "icon-image": "airport", "icon-size": 1, "text-anchor": "top", "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-max-width": 9, - "text-offset": [ - 0, - 0.6 - ], + "text-offset": [0, 0.6], "text-optional": true, "text-padding": 2, "text-size": 12, @@ -4802,9 +2068,7 @@ { "id": "place-other", "type": "symbol", - "metadata": { - "mapbox:group": "1444849242106.713" - }, + "metadata": {"mapbox:group": "1444849242106.713"}, "source": "openmaptiles", "source-layer": "place", "filter": [ @@ -4818,24 +2082,10 @@ ], "layout": { "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Bold" - ], + "text-font": ["Liberation Sans Bold"], "text-letter-spacing": 0.1, "text-max-width": 9, - "text-size": { - "base": 1.2, - "stops": [ - [ - 12, - 10 - ], - [ - 15, - 14 - ] - ] - }, + "text-size": {"base": 1.2, "stops": [[12, 10], [15, 14]]}, "text-transform": "uppercase", "visibility": "visible" }, @@ -4848,35 +2098,15 @@ { "id": "place-village", "type": "symbol", - "metadata": { - "mapbox:group": "1444849242106.713" - }, + "metadata": {"mapbox:group": "1444849242106.713"}, "source": "openmaptiles", "source-layer": "place", - "filter": [ - "==", - "class", - "village" - ], + "filter": ["==", "class", "village"], "layout": { "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-max-width": 8, - "text-size": { - "base": 1.2, - "stops": [ - [ - 10, - 12 - ], - [ - 15, - 22 - ] - ] - }, + "text-size": {"base": 1.2, "stops": [[10, 12], [15, 22]]}, "visibility": "visible" }, "paint": { @@ -4888,35 +2118,15 @@ { "id": "place-town", "type": "symbol", - "metadata": { - "mapbox:group": "1444849242106.713" - }, + "metadata": {"mapbox:group": "1444849242106.713"}, "source": "openmaptiles", "source-layer": "place", - "filter": [ - "==", - "class", - "town" - ], + "filter": ["==", "class", "town"], "layout": { "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-max-width": 8, - "text-size": { - "base": 1.2, - "stops": [ - [ - 10, - 14 - ], - [ - 15, - 24 - ] - ] - }, + "text-size": {"base": 1.2, "stops": [[10, 14], [15, 24]]}, "visibility": "visible" }, "paint": { @@ -4928,43 +2138,15 @@ { "id": "place-city", "type": "symbol", - "metadata": { - "mapbox:group": "1444849242106.713" - }, + "metadata": {"mapbox:group": "1444849242106.713"}, "source": "openmaptiles", "source-layer": "place", - "filter": [ - "all", - [ - "!=", - "capital", - 2 - ], - [ - "==", - "class", - "city" - ] - ], + "filter": ["all", ["!=", "capital", 2], ["==", "class", "city"]], "layout": { "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-max-width": 8, - "text-size": { - "base": 1.2, - "stops": [ - [ - 7, - 14 - ], - [ - 11, - 24 - ] - ] - }, + "text-size": {"base": 1.2, "stops": [[7, 14], [11, 24]]}, "visibility": "visible" }, "paint": { @@ -4976,50 +2158,19 @@ { "id": "place-city-capital", "type": "symbol", - "metadata": { - "mapbox:group": "1444849242106.713" - }, + "metadata": {"mapbox:group": "1444849242106.713"}, "source": "openmaptiles", "source-layer": "place", - "filter": [ - "all", - [ - "==", - "capital", - 2 - ], - [ - "==", - "class", - "city" - ] - ], + "filter": ["all", ["==", "capital", 2], ["==", "class", "city"]], "layout": { "icon-image": "star", "icon-size": 0.8, "text-anchor": "left", "text-field": "{name:latin}\n{name:nonlatin}", - "text-font": [ - "Liberation Sans Regular" - ], + "text-font": ["Liberation Sans Regular"], "text-max-width": 8, - "text-offset": [ - 0.4, - 0 - ], - "text-size": { - "base": 1.2, - "stops": [ - [ - 7, - 14 - ], - [ - 11, - 24 - ] - ] - }, + "text-offset": [0.4, 0], + "text-size": {"base": 1.2, "stops": [[7, 14], [11, 24]]}, "visibility": "visible" }, "paint": { @@ -5031,46 +2182,20 @@ { "id": "place-country-other", "type": "symbol", - "metadata": { - "mapbox:group": "1444849242106.713" - }, + "metadata": {"mapbox:group": "1444849242106.713"}, "source": "openmaptiles", "source-layer": "place", "filter": [ "all", - [ - "==", - "class", - "country" - ], - [ - ">=", - "rank", - 3 - ], - [ - "!has", - "iso_a2" - ] + ["==", "class", "country"], + [">=", "rank", 3], + ["!has", "iso_a2"] ], "layout": { "text-field": "{name:latin}", - "text-font": [ - "Liberation Sans Italic" - ], + "text-font": ["Liberation Sans Italic"], "text-max-width": 6.25, - "text-size": { - "stops": [ - [ - 3, - 11 - ], - [ - 7, - 17 - ] - ] - }, + "text-size": {"stops": [[3, 11], [7, 17]]}, "text-transform": "uppercase", "visibility": "visible" }, @@ -5084,46 +2209,20 @@ { "id": "place-country-3", "type": "symbol", - "metadata": { - "mapbox:group": "1444849242106.713" - }, + "metadata": {"mapbox:group": "1444849242106.713"}, "source": "openmaptiles", "source-layer": "place", "filter": [ "all", - [ - "==", - "class", - "country" - ], - [ - ">=", - "rank", - 3 - ], - [ - "has", - "iso_a2" - ] + ["==", "class", "country"], + [">=", "rank", 3], + ["has", "iso_a2"] ], "layout": { "text-field": "{name:latin}", - "text-font": [ - "Liberation Sans Bold" - ], + "text-font": ["Liberation Sans Bold"], "text-max-width": 6.25, - "text-size": { - "stops": [ - [ - 3, - 11 - ], - [ - 7, - 17 - ] - ] - }, + "text-size": {"stops": [[3, 11], [7, 17]]}, "text-transform": "uppercase", "visibility": "visible" }, @@ -5137,46 +2236,20 @@ { "id": "place-country-2", "type": "symbol", - "metadata": { - "mapbox:group": "1444849242106.713" - }, + "metadata": {"mapbox:group": "1444849242106.713"}, "source": "openmaptiles", "source-layer": "place", "filter": [ "all", - [ - "==", - "class", - "country" - ], - [ - "==", - "rank", - 2 - ], - [ - "has", - "iso_a2" - ] + ["==", "class", "country"], + ["==", "rank", 2], + ["has", "iso_a2"] ], "layout": { "text-field": "{name:latin}", - "text-font": [ - "Liberation Sans Bold" - ], + "text-font": ["Liberation Sans Bold"], "text-max-width": 6.25, - "text-size": { - "stops": [ - [ - 2, - 11 - ], - [ - 5, - 17 - ] - ] - }, + "text-size": {"stops": [[2, 11], [5, 17]]}, "text-transform": "uppercase", "visibility": "visible" }, @@ -5190,46 +2263,20 @@ { "id": "place-country-1", "type": "symbol", - "metadata": { - "mapbox:group": "1444849242106.713" - }, + "metadata": {"mapbox:group": "1444849242106.713"}, "source": "openmaptiles", "source-layer": "place", "filter": [ "all", - [ - "==", - "class", - "country" - ], - [ - "==", - "rank", - 1 - ], - [ - "has", - "iso_a2" - ] + ["==", "class", "country"], + ["==", "rank", 1], + ["has", "iso_a2"] ], "layout": { "text-field": "{name:latin}", - "text-font": [ - "Liberation Sans Bold" - ], + "text-font": ["Liberation Sans Bold"], "text-max-width": 6.25, - "text-size": { - "stops": [ - [ - 1, - 11 - ], - [ - 4, - 17 - ] - ] - }, + "text-size": {"stops": [[1, 11], [4, 17]]}, "text-transform": "uppercase", "visibility": "visible" }, @@ -5243,22 +2290,14 @@ { "id": "place-continent", "type": "symbol", - "metadata": { - "mapbox:group": "1444849242106.713" - }, + "metadata": {"mapbox:group": "1444849242106.713"}, "source": "openmaptiles", "source-layer": "place", "maxzoom": 1, - "filter": [ - "==", - "class", - "continent" - ], + "filter": ["==", "class", "continent"], "layout": { "text-field": "{name:latin}", - "text-font": [ - "Liberation Sans Bold" - ], + "text-font": ["Liberation Sans Bold"], "text-max-width": 6.25, "text-size": 14, "text-transform": "uppercase",