diff --git a/index.js b/index.js index 0ed7f0a4..cdc59b1c 100644 --- a/index.js +++ b/index.js @@ -1,12 +1,6 @@ [ - 'basic', - 'bright', 'dark', 'emerald', - 'empty', 'light', 'mapbox-streets', - 'outdoors', - 'pencil', - 'satellite' ].forEach(function(style) { exports[style] = require('./styles/' + style + '-v7.json'); }); diff --git a/index.json b/index.json index 2998c145..e5365b60 100644 --- a/index.json +++ b/index.json @@ -1,20 +1,54 @@ { - "basic": { + "dark": { "version": 7, - "name": "Basic", + "name": "dark-v7.json", "constants": { - "@name": "{name_en}", - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@land": "#dedede", - "@water": "#a0cfdf", - "@park": "#d2edae", - "@building": "#d6d6d6", - "@label": "#666", - "@label-halo": "rgba(255,255,255,0.75)", - "@road-major": "#fff", - "@road-minor": "#efefef", + "@road-motorway-width": { + "base": 1, + "stops": [ + [ + 3, + 0.5 + ], + [ + 9, + 1.25 + ], + [ + 20, + 10 + ] + ] + }, + "@road-width-minor": { + "base": 1, + "stops": [ + [ + 14, + 0.5 + ], + [ + 18, + 12 + ] + ] + }, + "@sans_md": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "@admin-2-boundary": { + "base": 1, + "stops": [ + [ + 3, + 0.5 + ], + [ + 10, + 2 + ] + ] + }, + "@snow": "#000", + "@label-park": "#c2c2c2", "@road-major-width": { "base": 1.4, "stops": [ @@ -28,7 +62,21 @@ ] ] }, - "@road-minor-width": { + "@color-1": { + "base": 1, + "stops": [ + [ + 0, + "#393939" + ], + [ + 20, + "#393939" + ] + ] + }, + "@road-minor": "#484848", + "@road-street-width": { "base": 1.55, "stops": [ [ @@ -37,2156 +85,2170 @@ ], [ 20, - 30 + 20 + ] + ] + }, + "@rail-track-width": { + "base": 1.5, + "stops": [ + [ + 14, + 4 + ], + [ + 20, + 8 + ] + ] + }, + "@building-outline": "#444444", + "@park": "#1b1b1b", + "@rail-width": { + "base": 1.5, + "stops": [ + [ + 14, + 0.5 + ], + [ + 20, + 1 + ] + ] + }, + "@land": "#111", + "@name": "{name_en}", + "@road-major": "#484848", + "@wood": "#232323", + "@number-2": { + "base": 1.5, + "stops": [ + [ + 12.5, + 0.3 + ], + [ + 14, + 2 + ], + [ + 18, + 18 + ] + ] + }, + "@sans_bd": "DIN Offc Pro Bold, Arial Unicode MS Bold", + "@scrub": "#1c1c1c", + "@crop": "#131313", + "@label-waterway": "#929292", + "@road-high-z-fadein": { + "base": 1, + "stops": [ + [ + 5, + 0 + ], + [ + 5.5, + 1 + ] + ] + }, + "@sans": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "@motorway-width": { + "base": 1.5, + "stops": [ + [ + 5, + 0.75 + ], + [ + 18, + 32 + ] + ] + }, + "@label": "#999999", + "@label-halo": "#000", + "@grass": "#1a1a1a", + "@water": "#2c2c2c", + "@state-label": { + "base": 1, + "stops": [ + [ + 0, + "#969696" + ], + [ + 20, + "#969696" + ] + ] + }, + "@label-road": "#929292", + "@label-secondary": "#b7b8b7", + "@building-fill": "#383838", + "@street-width": { + "base": 1.5, + "stops": [ + [ + 12.5, + 0.5 + ], + [ + 14, + 2 + ], + [ + 18, + 18 + ] + ] + }, + "@path-width": { + "base": 1.5, + "stops": [ + [ + 15, + 1 + ], + [ + 18, + 4 + ] + ] + }, + "@road-main-width": { + "base": 1.5, + "stops": [ + [ + 6, + 0.5 + ], + [ + 18, + 26 ] ] } }, "sources": { "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6" + "url": "mapbox://mapbox.mapbox-streets-v6", + "type": "vector" + }, + "mapbox://mapbox.mapbox-terrain-v2": { + "url": "mapbox://mapbox.mapbox-terrain-v2", + "type": "vector" } }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/sprite", + "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/dark", "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", "layers": [ { "id": "background", "type": "background", + "layout": { + "visibility": "visible" + }, "paint": { "background-color": "@land" } }, { - "id": "landuse_park", + "id": "landcover_snow", "type": "fill", - "source": "mapbox", - "source-layer": "landuse", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "landcover", + "minzoom": 0, + "maxzoom": 22, "filter": [ - "==", - "class", - "park" + "all", + [ + "==", + "class", + "snow" + ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "fill-color": "@park" + "fill-color": "@snow", + "fill-opacity": 0.5 } }, { - "id": "waterway", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", + "id": "landcover_crop", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "landcover", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "$type", - "LineString" - ], - [ - "in", "class", - "river", - "canal" + "crop" ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@water", - "line-width": { - "base": 1.4, - "stops": [ - [ - 8, - 0.5 - ], - [ - 20, - 15 - ] - ] - } + "fill-color": "@crop", + "fill-opacity": 0.5 } }, { - "id": "water", + "id": "landcover_grass", "type": "fill", - "source": "mapbox", - "source-layer": "water", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "landcover", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", + [ + "==", + "class", + "grass" + ] + ], + "layout": { + "visibility": "visible" + }, "paint": { - "fill-color": "@water" + "fill-color": "@grass", + "fill-opacity": 0.5 } }, { - "id": "building", + "id": "landcover_scrub", "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "@building" - } - }, - { - "id": "tunnel_minor", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "landcover", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "$type", - "LineString" - ], - [ - "in", "class", - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" + "scrub" ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@road-minor", - "line-width": "@road-minor-width", - "line-dasharray": [ - 0.36, - 0.18 - ] + "fill-color": "@scrub", + "fill-opacity": 0.5 } }, { - "id": "tunnel_major", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", + "id": "landcover_wood", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "landcover", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "$type", - "LineString" - ], - [ - "in", "class", - "motorway", - "main" + "wood" ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@road-major", - "line-width": "@road-major-width", - "line-dasharray": [ - 0.28, - 0.14 - ] + "fill-color": "@wood", + "fill-opacity": 0.5 } }, { - "id": "road_minor", - "type": "line", + "id": "landuse_industrial", + "type": "fill", "source": "mapbox", - "source-layer": "road", + "source-layer": "landuse", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ - "in", + "==", "class", - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" + "industrial" ], [ "==", "$type", - "LineString" + "Polygon" ] ], "layout": { - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-minor", - "line-width": "@road-minor-width" + "fill-color": "#000", + "fill-opacity": 0.5 } }, { - "id": "road_major", - "type": "line", + "id": "landuse_park", + "type": "fill", "source": "mapbox", - "source-layer": "road", + "source-layer": "landuse", "filter": [ "all", [ "==", - "$type", - "LineString" - ], - [ - "in", "class", - "motorway", - "main" + "park" ] ], "layout": { - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@road-major-width" + "fill-color": "@park" } }, { - "id": "bridge_minor_case", - "type": "line", + "id": "landuse_wood", + "type": "fill", "source": "mapbox", - "source-layer": "bridge", + "source-layer": "landuse", "filter": [ "all", [ "==", - "$type", - "LineString" - ], - [ - "in", "class", - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" + "wood" ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@land", - "line-width": { - "base": 1.6, + "fill-color": "#1f1f1f" + } + }, + { + "id": "hillshade_highlight_bright", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", + [ + "==", + "level", + 94 + ] + ], + "layout": { + "visibility": "visible" + }, + "paint": { + "fill-color": "#000", + "fill-opacity": { + "base": 1, "stops": [ [ - 12, - 0.5 + 15, + 0.15 ], [ - 20, - 10 + 17, + 0.05 ] ] - }, - "line-gap-width": "@road-minor-width" + } } }, { - "id": "bridge_major_case", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "id": "hillshade_highlight_med", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", - [ - "in", - "class", - "motorway", - "main" - ], [ "==", - "$type", - "LineString" + "level", + 90 ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@land", - "line-width": { - "base": 1.4, + "fill-color": "#000", + "fill-opacity": { + "base": 1, "stops": [ [ - 12, - 0.5 + 15, + 0.15 ], [ - 20, - 10 + 17, + 0.05 ] ] - }, - "line-gap-width": "@road-major-width" + } } }, { - "id": "bridge_minor", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "id": "hillshade_shadow_faint", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "$type", - "LineString" - ], - [ - "in", - "class", - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" + "level", + 89 ] ], "layout": { - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-minor", - "line-width": "@road-minor-width" + "fill-color": "#999999", + "fill-opacity": { + "base": 1, + "stops": [ + [ + 14, + 0.06 + ], + [ + 17, + 0.01 + ] + ] + } } }, { - "id": "bridge_major", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "id": "hillshade_shadow_med", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", - [ - "in", - "class", - "motorway", - "main" - ], [ "==", - "$type", - "LineString" + "level", + 78 ] ], "layout": { - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@road-major-width" + "fill-color": "#999999", + "fill-opacity": { + "base": 1, + "stops": [ + [ + 14, + 0.06 + ], + [ + 17, + 0.01 + ] + ] + } } }, { - "id": "admin_country", - "type": "line", - "source": "mapbox", - "source-layer": "admin", + "id": "hillshade_shadow_dark", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", - [ - "<=", - "admin_level", - 2 - ], - [ - "==", - "maritime", - 0 - ], [ "==", - "$type", - "LineString" + "level", + 67 ] ], "layout": { - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "#8b8a8a", - "line-width": { - "base": 1.3, + "fill-color": "#888888", + "fill-opacity": { + "base": 1, "stops": [ [ - 3, - 0.5 + 14, + 0.06 ], [ - 22, - 15 + 17, + 0.01 ] ] } } }, { - "id": "country_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "maxzoom": 12, + "id": "hillshade_shadow_extreme", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", + "minzoom": 0, + "maxzoom": 22, "filter": [ - "==", - "$type", - "Point" + "all", + [ + "==", + "level", + 56 + ] ], "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 22, - "text-max-width": 10 + "visibility": "visible" }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { + "fill-color": "#999", + "fill-opacity": { + "base": 1, "stops": [ [ - 3, - 14 + 14, + 0.06 ], [ - 8, - 22 + 17, + 0.01 ] ] } } }, { - "id": "place_label_city", - "type": "symbol", + "id": "building", + "type": "fill", "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, - "filter": [ - "all", - [ - "==", - "$type", - "Point" - ], - [ - "==", - "type", - "city" - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_bd", - "text-max-width": 10 - }, + "source-layer": "building", + "minzoom": 15, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { + "fill-outline-color": "@building-outline", + "fill-opacity": { + "base": 1, "stops": [ [ - 3, - 12 + 15, + 0 ], [ - 8, - 16 + 16.5, + 1 ] ] - } + }, + "fill-antialias": true, + "fill-color": "@building-fill" } }, { - "id": "place_label_other", - "type": "symbol", + "id": "waterway", + "type": "line", "source": "mapbox", - "source-layer": "place_label", - "minzoom": 8, + "source-layer": "waterway", "filter": [ "all", [ "==", "$type", - "Point" + "LineString" ], [ "in", - "type", - "town", - "village", - "hamlet", - "suburb", - "neighbourhood" + "class", + "river", + "canal" ] ], - "layout": { - "text-field": "@name", - "text-font": "@sans_md", - "text-max-width": 6 - }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { + "line-color": "@water", + "line-width": { + "base": 1, "stops": [ [ 6, - 12 + 0.25 ], [ - 12, - 16 + 20, + 6 ] ] } } }, { - "id": "road_major_label", - "type": "symbol", + "id": "waterway_stream", + "type": "line", "source": "mapbox", - "source-layer": "road_label", + "source-layer": "waterway", "filter": [ "all", - [ - "in", - "class", - "motorway", - "main" - ], [ "==", "$type", "LineString" + ], + [ + "in", + "class", + "stream" ] ], - "layout": { - "symbol-placement": "line", - "text-field": "@name", - "text-font": "@sans_md", - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-max-size": 14 - }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-size": { - "base": 1.4, + "line-color": "@water", + "line-width": { + "base": 1, "stops": [ [ - 10, - 8 + 13, + 0.75 ], [ 20, - 14 + 4 ] ] } } }, { - "id": "poi_label", - "type": "symbol", + "id": "water", + "type": "fill", "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 5, + "source-layer": "water", + "layout": { + "visibility": "visible" + }, + "paint": { + "fill-color": "@water" + } + }, + { + "id": "aeroway_runway", + "type": "line", + "source": "mapbox", + "source-layer": "aeroway", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "scalerank", - 1 - ], - [ - "==", - "localrank", - 1 + "$type", + "LineString" ], [ "==", - "$type", - "Point" + "type", + "runway" ] ], "layout": { - "icon-image": "{maki}-12", - "icon-max-size": 1, - "text-offset": [ - 0, - 0.5 - ], - "text-field": "@name", - "text-font": "@sans_md", - "text-max-size": 11, - "text-max-width": 8, - "text-anchor": "top" + "line-join": "miter", + "visibility": "visible" }, "paint": { - "icon-size": 1, - "text-color": "@label", - "text-halo-width": 1, - "text-halo-color": "@label-halo", - "text-halo-blur": 1, - "text-size": 11 + "line-width": { + "base": 1.15, + "stops": [ + [ + 11, + 3 + ], + [ + 20, + 32 + ] + ] + }, + "line-color": "#000", + "line-opacity": { + "base": 1, + "stops": [ + [ + 9, + 0.5 + ], + [ + 11, + 1 + ] + ] + } } - } - ] - }, - "bright": { - "version": 7, - "name": "Bright", - "constants": { - "@name": "{name_en}", - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@sans_it": "Open Sans Italic, Arial Unicode MS Regular", - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@land": "#f8f4f0", - "@water": "#a0c8f0", - "@admin": "#9e9cab", - "@admin-opacity": 0.5, - "@park": "#d8e8c8", - "@cemetery": "#e0e4dd", - "@hospital": "#fde", - "@school": "#f0e8f8", - "@wood": "#6a4", - "@building": "#f2eae2", - "@building_shadow": "#dfdbd7", - "@building_color_transition": { - "base": 1, - "stops": [ + }, + { + "id": "aeroway_taxiway", + "type": "line", + "source": "mapbox", + "source-layer": "aeroway", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", [ - 15.5, - "#f2eae2" + "==", + "$type", + "LineString" ], [ - 16, - "#dfdbd7" + "==", + "type", + "taxiway" ] - ] + ], + "layout": { + "line-join": "miter" + }, + "paint": { + "line-width": { + "base": 1.15, + "stops": [ + [ + 10, + 0.25 + ], + [ + 11, + 1 + ], + [ + 20, + 8 + ] + ] + }, + "line-color": "#3c3c3c" + } }, - "@building_opacity": { - "base": 1, - "stops": [ + { + "id": "tunnel_minor", + "type": "line", + "source": "mapbox", + "source-layer": "tunnel", + "filter": [ + "all", [ - 15, - 0 + "==", + "$type", + "LineString" ], [ - 16, - 1 + "in", + "class", + "motorway_link", + "street", + "street_limited", + "service", + "driveway", + "path" ] - ] + ], + "paint": { + "line-color": "@road-minor", + "line-width": "@road-street-width", + "line-dasharray": [ + 0.36, + 0.18 + ] + } }, - "@aeroway": "#f0ede9", - "@motorway": "#fc8", - "@motorway_casing": "#e9ac77", - "@motorway_tunnel": "#ffdaa6", - "@main": "#fea", - "@main_tunnel": "#fff4c6", - "@street": "#fff", - "@street_limited": "#f3f3f3", - "@street_casing": "#cfcdca", - "@path": "#cba", - "@rail": "#bbb", - "@text": "#334", - "@text_halo": "rgba(255,255,255,0.8)", - "@marine_text": "#74aee9", - "@marine_text_halo": "rgba(255,255,255,0.7)", - "@poi_text": "#666", - "@poi_text_halo": "#ffffff", - "@maki": "#666", - "@point_translate": [ - 0, - -30 - ], - "@tunnel_line_dasharray": [ - 0.5, - 0.25 - ], - "@motorway_width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], + { + "id": "tunnel_major", + "type": "line", + "source": "mapbox", + "source-layer": "tunnel", + "filter": [ + "all", [ - 7, - 0.5 + "==", + "$type", + "LineString" ], [ - 20, - 18 + "in", + "class", + "motorway", + "main" ] - ] + ], + "paint": { + "line-color": "@road-major", + "line-width": "@road-major-width", + "line-dasharray": [ + 0.28, + 0.14 + ] + } }, - "@motorway_casing_width": { - "base": 1.2, - "stops": [ - [ - 5, - 0.4 - ], - [ - 6, - 0.6 - ], - [ - 7, - 1.5 - ], + { + "id": "road-path", + "type": "line", + "source": "mapbox", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", [ - 20, - 22 + "==", + "class", + "path" ] - ] + ], + "layout": { + "visibility": "visible" + }, + "paint": { + "line-color": "@road-major", + "line-width": { + "base": 1, + "stops": [ + [ + 15, + 1 + ], + [ + 18, + 4 + ] + ] + } + } }, - "@motorway_link_width": { - "base": 1.2, - "stops": [ + { + "id": "road-street-low-zoom", + "type": "line", + "source": "mapbox", + "source-layer": "road", + "minzoom": 11, + "maxzoom": 14.1, + "filter": [ + "all", [ - 12.5, - 0 + "in", + "class", + "street", + "street_limited" ], [ - 13, - 1.5 - ], - [ - 20, - 10 + "==", + "$type", + "LineString" ] - ] + ], + "layout": { + "visibility": "visible" + }, + "paint": { + "line-color": "@road-major", + "line-width": "@street-width", + "line-opacity": { + "base": 1, + "stops": [ + [ + 11.5, + 0 + ], + [ + 12, + 1 + ] + ] + } + } }, - "@motorway_link_casing_width": { - "base": 1.2, - "stops": [ - [ - 12, - 1 - ], - [ - 13, - 3 - ], + { + "id": "road-service-driveway", + "type": "line", + "source": "mapbox", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", [ - 20, - 13 + "in", + "class", + "service", + "driveway" ] - ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-color": "@road-major", + "line-width": "@road-width-minor" + } }, - "@main_width": { - "base": 1.2, - "stops": [ - [ - 6.5, - 0 - ], - [ - 7, - 0.5 - ], + { + "id": "road-motorway_link", + "type": "line", + "source": "mapbox", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", [ - 20, - 14 + "in", + "class", + "motorway_link" ] - ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-color": "@road-major", + "line-width": "@street-width" + } }, - "@main_casing_width": { - "base": 1.2, - "stops": [ - [ - 5, - 0.1 - ], - [ - 6, - 0.2 - ], + { + "id": "road-street_limited", + "type": "line", + "source": "mapbox", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", [ - 7, - 1.5 + "in", + "class", + "street_limited", + "" ], [ - 20, - 18 + "==", + "$type", + "LineString" ] - ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-color": "@road-major", + "line-width": "@street-width" + } }, - "@street_width": { - "base": 1.2, - "stops": [ - [ - 13.5, - 0 - ], + { + "id": "road-street", + "type": "line", + "source": "mapbox", + "source-layer": "road", + "minzoom": 14, + "filter": [ + "all", [ - 14, - 2.5 + "in", + "class", + "street" ], [ - 20, - 11.5 + "==", + "$type", + "LineString" ] - ] + ], + "layout": { + "line-cap": "round", + "line-join": "round", + "visibility": "visible" + }, + "paint": { + "line-color": "@road-major", + "line-width": "@number-2", + "line-opacity": 1 + } }, - "@street_casing_width": { - "base": 1.2, - "stops": [ - [ - 12, - 0.5 - ], - [ - 13, - 1 - ], + { + "id": "road-main", + "type": "line", + "source": "mapbox", + "source-layer": "road", + "filter": [ + "all", [ - 14, - 4 + "==", + "$type", + "LineString" ], [ - 20, - 15 + "in", + "class", + "main" ] - ] + ], + "layout": { + "line-cap": "round", + "line-join": "round", + "visibility": "visible" + }, + "paint": { + "line-color": "@road-major", + "line-width": "@road-main-width", + "line-opacity": "@road-high-z-fadein" + } }, - "@street_casing_opacity": { - "stops": [ + { + "id": "road-trunk", + "type": "line", + "source": "mapbox", + "source-layer": "road", + "filter": [ + "all", [ - 12, - 0 + "in", + "class", + "main" ], [ - 12.5, - 1 + "==", + "type", + "trunk" ] - ] + ], + "layout": { + "line-cap": "round", + "line-join": "round", + "visibility": "visible" + }, + "paint": { + "line-color": "@road-major", + "line-width": "@motorway-width", + "line-opacity": 1 + } }, - "@service_casing_width": { - "base": 1.2, - "stops": [ - [ - 15, - 1 - ], + { + "id": "road-motorway", + "type": "line", + "source": "mapbox", + "source-layer": "road", + "minzoom": 0, + "filter": [ + "all", [ - 16, - 4 - ], - [ - 20, - 11 - ] - ] - }, - "@service_width": { - "base": 1.2, - "stops": [ - [ - 15.5, - 0 - ], - [ - 16, - 2 - ], - [ - 20, - 7.5 - ] - ] - }, - "@path_width": { - "base": 1.2, - "stops": [ - [ - 15, - 1.2 - ], - [ - 20, - 4 - ] - ] - }, - "@path_line_dasharray": [ - 1.5, - 0.75 - ], - "@rail_width": { - "base": 1.4, - "stops": [ - [ - 14, - 0.4 - ], - [ - 15, - 0.75 - ], - [ - 20, - 2 - ] - ] - }, - "@rail_hatch_width": { - "base": 1.4, - "stops": [ - [ - 14.5, - 0 - ], - [ - 15, - 3 - ], - [ - 20, - 8 - ] - ] - }, - "@rail_hatch_line_dasharray": [ - 0.2, - 8 - ], - "@admin_level_3_width": { - "base": 1, - "stops": [ - [ - 4, - 0.4 - ], - [ - 5, - 1 - ], - [ - 12, - 3 - ] - ] - }, - "@admin_level_2_width": { - "base": 1, - "stops": [ - [ - 4, - 1.4 - ], - [ - 5, - 2 - ], - [ - 12, - 8 + "in", + "class", + "motorway" ] - ] - }, - "@admin_level_3_dasharray": [ - 3, - 1, - 1, - 1 - ] - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/bright", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [ - { - "id": "background", - "type": "background", - "paint": { - "background-color": "@land" - } - }, - { - "id": "landuse_park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "park" - ], - "paint": { - "fill-color": "@park" - } - }, - { - "id": "landuse_cemetery", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "cemetery" - ], - "paint": { - "fill-color": "@cemetery" - } - }, - { - "id": "landuse_hospital", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "hospital" ], + "layout": { + "line-cap": "round", + "line-join": "round", + "visibility": "visible" + }, "paint": { - "fill-color": "@hospital" + "line-color": "@road-major", + "line-width": "@motorway-width", + "line-opacity": "@road-high-z-fadein" } }, { - "id": "landuse_school", - "type": "fill", + "id": "road-rail", + "type": "line", "source": "mapbox", - "source-layer": "landuse", + "source-layer": "road", + "minzoom": 13, "filter": [ - "==", - "class", - "school" + "all", + [ + "in", + "class", + "major_rail", + "minor_rail" + ] ], + "layout": { + "line-cap": "round", + "line-join": "round", + "visibility": "visible" + }, "paint": { - "fill-color": "@school" + "line-color": "@road-major", + "line-width": "@rail-width", + "line-opacity": 1 } }, { - "id": "landuse_wood", - "type": "fill", + "id": "road-rail-tracks", + "type": "line", "source": "mapbox", - "source-layer": "landuse", + "source-layer": "road", + "minzoom": 13, "filter": [ - "==", - "class", - "wood" + "all", + [ + "in", + "class", + "major_rail", + "minor_rail" + ] ], + "layout": { + "line-cap": "butt", + "line-join": "miter", + "visibility": "visible" + }, "paint": { - "fill-color": "@wood", - "fill-opacity": 0.1 + "line-color": "@road-major", + "line-width": "@rail-track-width", + "line-opacity": 1 } }, { - "id": "waterway", + "id": "bridge_minor_case", "type": "line", "source": "mapbox", - "source-layer": "waterway", + "source-layer": "bridge", "filter": [ "all", [ - "!=", - "class", - "river" - ], - [ - "!=", - "class", - "stream" + "==", + "$type", + "LineString" ], [ - "!=", + "in", "class", - "canal" + "motorway_link", + "street", + "street_limited", + "service", + "driveway", + "path" ] ], - "layout": { - "line-cap": "round" - }, "paint": { - "line-color": "@water", + "line-color": "@land", "line-width": { - "base": 1.3, + "base": 1.6, "stops": [ [ - 13, + 12, 0.5 ], [ 20, - 2 + 10 ] ] - } + }, + "line-gap-width": "@road-street-width" } }, { - "id": "waterway_river", + "id": "bridge-path", "type": "line", "source": "mapbox", - "source-layer": "waterway", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, "filter": [ - "==", - "class", - "river" + "all", + [ + "==", + "class", + "path" + ] ], "layout": { - "line-cap": "round" + "visibility": "visible", + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "@water", - "line-width": { - "base": 1.2, - "stops": [ - [ - 11, - 0.5 - ], - [ - 20, - 6 - ] - ] - } + "line-color": "@road-minor", + "line-width": "@path-width" } }, { - "id": "waterway_stream_canal", + "id": "bridge-street-low-zoom", "type": "line", "source": "mapbox", - "source-layer": "waterway", + "source-layer": "bridge", + "minzoom": 11, + "maxzoom": 14.1, "filter": [ - "in", - "class", - "stream", - "canal" + "all", + [ + "in", + "class", + "street", + "street_limited" + ], + [ + "==", + "$type", + "LineString" + ] ], "layout": { - "line-cap": "round" + "visibility": "visible", + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "@water", - "line-width": { - "base": 1.3, + "line-color": "@road-minor", + "line-width": "@street-width", + "line-opacity": { + "base": 1, "stops": [ [ - 13, - 0.5 + 11.5, + 0 ], [ - 20, - 6 + 12, + 1 ] ] } } }, { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "@water" - } - }, - { - "id": "water_offset", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "white", - "fill-opacity": 0.3, - "fill-translate": [ - 0, - 2.5 - ] - } - }, - { - "id": "water_pattern", - "ref": "water", - "paint": { - "fill-image": "wave", - "fill-translate": [ - 0, - 2.5 - ] - } - }, - { - "id": "aeroway_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "aeroway", - "minzoom": 11, - "filter": [ - "==", - "$type", - "Polygon" - ], - "paint": { - "fill-color": "@aeroway", - "fill-opacity": 0.7 - } - }, - { - "id": "aeroway_runway", + "id": "bridge-motorway_link", "type": "line", "source": "mapbox", - "source-layer": "aeroway", - "minzoom": 11, + "source-layer": "bridge", + "minzoom": 10, + "maxzoom": 22, "filter": [ "all", [ - "==", - "$type", - "LineString" + "in", + "class", + "motorway_link" ], [ "==", - "type", - "runway" + "$type", + "LineString" ] ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, "paint": { - "line-color": "@aeroway", - "line-width": { - "base": 1.2, - "stops": [ - [ - 11, - 3 - ], - [ - 20, - 16 - ] - ] - } + "line-color": "@road-major", + "line-width": "@street-width", + "line-opacity": 1 } }, { - "id": "aeroway_taxiway", + "id": "bridge-street_limited", "type": "line", "source": "mapbox", - "source-layer": "aeroway", - "minzoom": 11, + "source-layer": "bridge", + "minzoom": 14, + "maxzoom": 22, "filter": [ "all", [ - "==", - "$type", - "LineString" + "in", + "class", + "street_limited" ], [ "==", - "type", - "taxiway" + "$type", + "LineString" ] ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, "paint": { - "line-color": "@aeroway", - "line-width": { - "base": 1.2, - "stops": [ - [ - 11, - 0.5 - ], - [ - 20, - 6 - ] - ] - } - } - }, - { - "id": "building", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "@building_color_transition" - } - }, - { - "id": "building_top", - "ref": "building", - "paint": { - "fill-color": "@building", - "fill-opacity": "@building_opacity", - "fill-translate": { - "stops": [ - [ - 15, - [ - 0, - 0 - ] - ], - [ - 16, - [ - -2, - -2 - ] - ] - ], - "base": 1 - }, - "fill-outline-color": "@building_shadow" + "line-color": "@road-major", + "line-width": "@street-width", + "line-opacity": 1 } }, { - "id": "tunnel_motorway_link_casing", + "id": "bridge-street", "type": "line", "source": "mapbox", - "source-layer": "tunnel", + "source-layer": "bridge", + "minzoom": 14, + "maxzoom": 22, "filter": [ - "==", - "class", - "motorway_link" + "all", + [ + "in", + "class", + "street" + ] ], "layout": { + "visibility": "visible", + "line-cap": "round", "line-join": "round" }, "paint": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@motorway_link_casing_width" + "line-color": "@road-major", + "line-width": "@street-width", + "line-opacity": 1 } }, { - "id": "tunnel_service_casing", + "id": "bridge-main", "type": "line", "source": "mapbox", - "source-layer": "tunnel", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, "filter": [ - "==", - "class", - "service" + "all", + [ + "in", + "class", + "main" + ], + [ + "!=", + "type", + "trunk" + ] ], "layout": { + "visibility": "visible", + "line-cap": "round", "line-join": "round" }, "paint": { - "line-color": "@street_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@service_casing_width" + "line-color": "@road-major", + "line-width": "@road-main-width", + "line-opacity": "@road-high-z-fadein" } }, { - "id": "tunnel_street_casing", + "id": "bridge-trunk", "type": "line", "source": "mapbox", - "source-layer": "tunnel", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, "filter": [ - "in", - "class", - "street", - "street_limited" + "all", + [ + "in", + "class", + "main" + ], + [ + "==", + "type", + "trunk" + ] ], "layout": { + "visibility": "visible", + "line-cap": "round", "line-join": "round" }, "paint": { - "line-color": "@street_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" + "line-color": "@road-major", + "line-width": "@road-motorway-width", + "line-opacity": 1 } }, { - "id": "tunnel_main_casing", + "id": "bridge-motorway", "type": "line", "source": "mapbox", - "source-layer": "tunnel", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, "filter": [ - "==", - "class", - "main" + "all", + [ + "in", + "class", + "motorway" + ] ], "layout": { + "visibility": "visible", + "line-cap": "round", "line-join": "round" }, "paint": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@main_casing_width" + "line-color": "@road-major", + "line-width": "@road-motorway-width", + "line-opacity": 1 } }, { - "id": "tunnel_motorway_casing", + "id": "bridge-rail", "type": "line", "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "==", - "class", - "motorway" + "source-layer": "bridge", + "minzoom": 13, + "maxzoom": 22, + "filter": [ + "all", + [ + "in", + "class", + "major_rail", + "minor_rail" + ] ], "layout": { - "line-join": "round" + "visibility": "visible", + "line-cap": "butt", + "line-join": "miter", + "line-round-limit": 2 }, "paint": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@motorway_casing_width" - } - }, - { - "id": "tunnel_path", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "==", - "class", - "path" - ], - "paint": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, - { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, - { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - } - }, - { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - } - }, - { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "paint": { - "line-color": "@main_tunnel", - "line-width": "@main_width" - } - }, - { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "paint": { - "line-color": "@motorway_tunnel", - "line-width": "@motorway_width" - } - }, - { - "id": "tunnel_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "==", - "class", - "major_rail" - ], - "paint": { - "line-color": "@rail", - "line-width": "@rail_width" - } - }, - { - "id": "tunnel_major_rail_hatching", - "ref": "tunnel_major_rail", - "paint": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" + "line-color": "@road-major", + "line-width": "@rail-width", + "line-opacity": 1 } }, { - "id": "road_motorway_link_casing", + "id": "bridge-rail-tracks", "type": "line", "source": "mapbox", - "source-layer": "road", - "minzoom": 12, + "source-layer": "bridge", + "minzoom": 14, + "maxzoom": 22, "filter": [ - "==", - "class", - "motorway_link" + "all", + [ + "in", + "class", + "major_rail", + "minor_rail" + ] ], "layout": { - "line-cap": "round", - "line-join": "round" + "visibility": "visible", + "line-cap": "butt", + "line-join": "miter", + "line-round-limit": 2 }, "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_link_casing_width" + "line-color": "@road-major", + "line-width": "@rail-track-width", + "line-opacity": 1 } }, { - "id": "road_service_casing", + "id": "bridge-rail-tracks_copy", "type": "line", "source": "mapbox", - "source-layer": "road", + "source-layer": "bridge", + "minzoom": 14, + "maxzoom": 22, "filter": [ - "==", - "class", - "service" + "all", + [ + "in", + "class", + "aerialway" + ] ], "layout": { - "line-cap": "round", - "line-join": "round" + "visibility": "visible", + "line-cap": "butt", + "line-join": "miter", + "line-round-limit": 2 }, "paint": { - "line-color": "@street_casing", - "line-width": "@service_casing_width" + "line-color": "@road-major", + "line-width": "@rail-width", + "line-opacity": 1 } }, { - "id": "road_street_casing", + "id": "admin-3-4-boundaries-bg", "type": "line", "source": "mapbox", - "source-layer": "road", + "source-layer": "admin", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ - "in", - "class", - "street", - "street_limited" + ">=", + "admin_level", + 3 ], [ "==", - "$type", - "LineString" + "maritime", + 0 ] ], "layout": { - "line-cap": "round", - "line-join": "round" + "visibility": "visible", + "line-join": "bevel" }, "paint": { - "line-color": "@street_casing", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" + "line-width": { + "base": 1, + "stops": [ + [ + 3, + 3.5 + ], + [ + 12, + 6 + ] + ] + }, + "line-opacity": { + "base": 1, + "stops": [ + [ + 2, + 0 + ], + [ + 5, + 0.75 + ] + ] + }, + "line-color": "#000" } }, { - "id": "road_main_casing", + "id": "admin-2-boundaries-bg", "type": "line", "source": "mapbox", - "source-layer": "road", + "source-layer": "admin", + "minzoom": 0, + "maxzoom": 22, "filter": [ - "==", - "class", - "main" + "all", + [ + "==", + "admin_level", + 2 + ], + [ + "==", + "maritime", + 0 + ], + [ + "==", + "disputed", + 2 + ] ], "layout": { - "line-cap": "round", - "line-join": "round" + "visibility": "visible", + "line-join": "miter" }, "paint": { - "line-color": "@motorway_casing", - "line-width": "@main_casing_width" + "line-color": "#000000", + "line-opacity": { + "base": 1, + "stops": [ + [ + 3, + 0 + ], + [ + 4, + 0.75 + ] + ] + }, + "line-width": { + "base": 1, + "stops": [ + [ + 2, + 3.5 + ], + [ + 10, + 10 + ] + ] + } } }, { - "id": "road_motorway_casing", + "id": "admin-3-4-boundaries", "type": "line", "source": "mapbox", - "source-layer": "road", - "minzoom": 5, + "source-layer": "admin", + "minzoom": 0, + "maxzoom": 22, "filter": [ - "==", - "class", - "motorway" + "all", + [ + ">=", + "admin_level", + 3 + ], + [ + "==", + "maritime", + 0 + ] ], "layout": { - "line-cap": "round", - "line-join": "round" + "visibility": "visible", + "line-join": "miter" }, "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_casing_width" - } - }, - { - "id": "road_path", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "class", - "path" - ], - "paint": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, - { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, - { - "id": "road_service", - "ref": "road_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - } - }, - { - "id": "road_street", - "ref": "road_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - } - }, - { - "id": "road_main", - "ref": "road_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width" - } - }, - { - "id": "road_motorway", - "ref": "road_motorway_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width" - } - }, - { - "id": "road_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "class", - "major_rail" - ], - "paint": { - "line-color": "@rail", - "line-width": "@rail_width" - } - }, - { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "paint": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" + "line-color": "#797979", + "line-opacity": { + "base": 1, + "stops": [ + [ + 2, + 0 + ], + [ + 3, + 1 + ] + ] + }, + "line-width": { + "base": 1, + "stops": [ + [ + 3, + 0.5 + ], + [ + 12, + 2 + ] + ] + }, + "line-dasharray": { + "base": 1, + "stops": [ + [ + 4, + [ + 2, + 0 + ] + ], + [ + 5, + [ + 2, + 2, + 6, + 2 + ] + ] + ] + } } }, { - "id": "bridge_motorway_link_casing", + "id": "admin-2-boundaries", "type": "line", "source": "mapbox", - "source-layer": "bridge", + "source-layer": "admin", + "minzoom": 1, + "maxzoom": 22, "filter": [ - "==", - "class", - "motorway_link" + "all", + [ + "==", + "admin_level", + 2 + ], + [ + "==", + "maritime", + 0 + ], + [ + "==", + "disputed", + 0 + ] ], "layout": { - "line-join": "round" + "visibility": "visible", + "line-join": "round", + "line-cap": "round" }, "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_link_casing_width" + "line-color": "#5f5f5f", + "line-opacity": 1, + "line-width": "@admin-2-boundary" } }, { - "id": "bridge_motorway_casing", - "type": "line", + "id": "country-label-lg", + "type": "symbol", "source": "mapbox", - "source-layer": "bridge", + "source-layer": "country_label", + "maxzoom": 12, "filter": [ - "==", - "class", - "motorway" + "all", + [ + "in", + "scalerank", + 1, + 2 + ] ], "layout": { - "line-join": "round" + "text-field": "@name", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "text-max-size": 18, + "text-max-width": 6 }, "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_casing_width" + "text-color": { + "base": 1, + "stops": [ + [ + 0, + "#666" + ], + [ + 10, + "#999" + ] + ] + }, + "text-halo-color": "@label-halo", + "text-halo-width": 1, + "text-halo-blur": 1, + "text-size": { + "stops": [ + [ + 1, + 9 + ], + [ + 5, + 18 + ] + ], + "base": 0.9 + } } }, { - "id": "bridge_service_casing", - "type": "line", + "id": "country-label-md", + "type": "symbol", "source": "mapbox", - "source-layer": "bridge", + "source-layer": "country_label", + "minzoom": 1, + "maxzoom": 8, "filter": [ - "==", - "class", - "service" + "all", + [ + "in", + "scalerank", + 3, + 4 + ] ], "layout": { - "line-join": "round" + "text-field": { + "base": 1, + "stops": [ + [ + 0, + "{code}" + ], + [ + 2, + "{name_en}" + ] + ] + }, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "text-max-size": 18, + "text-max-width": 7 }, "paint": { - "line-color": "@street_casing", - "line-width": "@service_casing_width" + "text-color": { + "base": 1, + "stops": [ + [ + 0, + "#444" + ], + [ + 10, + "#888" + ] + ] + }, + "text-halo-color": "@label-halo", + "text-halo-width": 1, + "text-halo-blur": 1, + "text-size": { + "stops": [ + [ + 2, + 8 + ], + [ + 7, + 18 + ] + ], + "base": 0.9 + } } }, { - "id": "bridge_street_casing", - "type": "line", + "id": "country-label-sm", + "type": "symbol", "source": "mapbox", - "source-layer": "bridge", + "source-layer": "country_label", + "minzoom": 1, + "maxzoom": 10, "filter": [ - "in", - "class", - "street", - "street_limited" + "all", + [ + ">=", + "scalerank", + 5 + ] ], "layout": { - "line-join": "round" + "text-field": "{name_en}", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "text-max-size": 18, + "text-max-width": 7 }, "paint": { - "line-color": "@street_casing", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" + "text-color": { + "base": 1, + "stops": [ + [ + 0, + "#444" + ], + [ + 10, + "#888" + ] + ] + }, + "text-halo-color": "@label-halo", + "text-halo-width": 1, + "text-halo-blur": 1, + "text-size": { + "stops": [ + [ + 3, + 8 + ], + [ + 9, + 18 + ] + ], + "base": 0.9 + } } }, { - "id": "bridge_main_casing", - "type": "line", + "id": "state-label-lg", + "type": "symbol", "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "main" - ], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@main_casing_width" - } - }, - { - "id": "bridge_path", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "path" - ], - "paint": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, - { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, - { - "id": "bridge_service", - "ref": "bridge_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - } - }, - { - "id": "bridge_street", - "ref": "bridge_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - } - }, - { - "id": "bridge_main", - "ref": "bridge_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width" - } - }, - { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width" - } - }, - { - "id": "bridge_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "major_rail" - ], - "paint": { - "line-color": "@rail", - "line-width": "@rail_width" - } - }, - { - "id": "bridge_major_rail_hatching", - "ref": "bridge_major_rail", - "paint": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, - { - "id": "admin_level_3", - "type": "line", - "source": "mapbox", - "source-layer": "admin", + "source-layer": "state_label", + "minzoom": 3, + "maxzoom": 7, "filter": [ "all", [ ">=", - "admin_level", - 3 - ], - [ - "==", - "maritime", - 0 + "area", + 80000 ] ], "layout": { - "line-join": "round" + "text-transform": "uppercase", + "visibility": "visible", + "text-field": { + "base": 1, + "stops": [ + [ + 0, + "{abbr}" + ], + [ + 4, + "{name_en}" + ] + ] + }, + "text-font": "DIN Offc Pro Bold, Arial Unicode MS Regular", + "text-max-size": 10, + "text-letter-spacing": 0.15, + "text-max-width": 7 }, "paint": { - "line-color": "@admin", - "line-dasharray": "@admin_level_3_dasharray", - "line-width": "@admin_level_3_width" + "text-color": "@state-label", + "text-size": { + "base": 1, + "stops": [ + [ + 4, + 9 + ], + [ + 7, + 18 + ] + ] + } } }, { - "id": "admin_level_2", - "type": "line", + "id": "marine_label_line_1", + "type": "symbol", "source": "mapbox", - "source-layer": "admin", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "admin_level", - 2 - ], - [ - "==", - "disputed", - 0 + "$type", + "LineString" ], [ "==", - "maritime", - 0 + "labelrank", + 1 ] ], "layout": { - "line-join": "round", - "line-cap": "round" + "text-max-width": 15, + "visibility": "visible", + "symbol-placement": "line", + "text-field": "@name", + "text-max-size": 30, + "text-line-height": 1.2, + "text-letter-spacing": 0.4, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "line-color": "@admin", - "line-width": "@admin_level_2_width" + "text-color": "@label", + "text-size": { + "base": 1, + "stops": [ + [ + 3, + 25 + ], + [ + 4, + 30 + ] + ] + }, + "text-opacity": 0.25 } }, { - "id": "admin_level_2_disputed", - "type": "line", + "id": "marine_label_line_2", + "type": "symbol", "source": "mapbox", - "source-layer": "admin", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "admin_level", - 2 - ], - [ - "==", - "disputed", - 1 + "$type", + "LineString" ], [ "==", - "maritime", - 0 + "labelrank", + 2 ] ], "layout": { - "line-cap": "round" + "text-max-width": 15, + "visibility": "visible", + "symbol-placement": "line", + "text-field": "@name", + "text-max-size": 24, + "text-line-height": 1.2, + "text-letter-spacing": 0, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "line-color": "@admin", - "line-dasharray": [ - 2, - 2 - ], - "line-width": "@admin_level_2_width" + "text-color": "@label", + "text-size": { + "base": 1, + "stops": [ + [ + 3, + 14 + ], + [ + 5, + 24 + ] + ] + }, + "text-opacity": 0.25 } }, { - "id": "admin_level_3_maritime", - "type": "line", + "id": "marine_label_line_3", + "type": "symbol", "source": "mapbox", - "source-layer": "admin", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ - ">=", - "admin_level", - 3 + "==", + "$type", + "LineString" ], [ "==", - "maritime", - 1 + "labelrank", + 3 ] ], "layout": { - "line-join": "round" + "text-max-width": 15, + "visibility": "visible", + "symbol-placement": "line", + "text-field": "@name", + "text-max-size": 18, + "text-line-height": 1.2, + "text-letter-spacing": 0, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "line-color": "@water", - "line-opacity": "@admin-opacity", - "line-dasharray": "@admin_level_3_dasharray", - "line-width": "@admin_level_3_width" + "text-color": "@label", + "text-size": { + "base": 1, + "stops": [ + [ + 3, + 13 + ], + [ + 5, + 18 + ] + ] + }, + "text-opacity": 0.25 } }, { - "id": "admin_level_2_maritime", - "type": "line", + "id": "marine_label_line_other", + "type": "symbol", "source": "mapbox", - "source-layer": "admin", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "admin_level", - 2 + "$type", + "LineString" ], [ - "==", - "maritime", - 1 - ] - ], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-opacity": "@admin-opacity", - "line-width": "@admin_level_2_width" - } - }, - { - "id": "country_label_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": [ - "==", - "scalerank", - 1 - ], - "layout": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [ - [ - 2, - 13 - ], - [ - 4, - 17 - ] - ] - } - } - }, - { - "id": "country_label_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": [ - "==", - "scalerank", - 2 - ], - "layout": { - "text-font": "@sans_bd", - "text-field": "{name_en}", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [ - [ - 3, - 13 - ], - [ - 5, - 17 - ] - ] - } - } - }, - { - "id": "country_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": [ - "==", - "scalerank", - 3 + "in", + "labelrank", + 4, + 5, + 6 + ] ], "layout": { - "text-font": "@sans_bd", + "text-max-width": 15, + "visibility": "visible", + "symbol-placement": "line", "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 + "text-max-size": 16, + "text-line-height": 1.2, + "text-letter-spacing": 0, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, + "text-color": "@label", "text-size": { + "base": 1, "stops": [ [ 4, - 13 - ], - [ - 7, - 17 - ] - ] - } - } - }, - { - "id": "country_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": [ - ">=", - "scalerank", - 4 - ], - "layout": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 15 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [ - [ - 5, - 13 + 12 ], [ 6, - 15 + 16 ] ] - } + }, + "text-opacity": 0.25 } }, { @@ -2194,178 +2256,188 @@ "type": "symbol", "source": "mapbox", "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "labelrank", - 1 + "$type", + "Point" ], [ "==", - "$type", - "Point" + "labelrank", + 1 ] ], "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 22, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "text-line-height": 1.6, + "text-max-width": 4, + "visibility": "visible", "symbol-placement": "point", - "text-offset": [ - 0, - 2.4 - ] + "text-field": "@name", + "text-max-size": 30, + "text-line-height": 1.5, + "text-letter-spacing": 0.25, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, + "text-color": "@label", "text-size": { + "base": 1, "stops": [ [ - 3, - 18 + 1, + 12 ], [ 4, - 22 + 30 ] ] - } + }, + "text-opacity": 0.25 } }, { - "id": "marine_label_line_1", + "id": "marine_label_point_2", "type": "symbol", "source": "mapbox", "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "labelrank", - 1 + "$type", + "Point" ], [ "==", - "$type", - "LineString" + "labelrank", + 2 ] ], "layout": { - "text-font": "@sans_it", + "text-max-width": 8, + "visibility": "visible", + "symbol-placement": "point", "text-field": "@name", - "text-max-size": 14, - "text-letter-spacing": 0.2, - "symbol-placement": "line" + "text-max-size": 24, + "text-line-height": 1.2, + "text-letter-spacing": 0, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, + "text-color": "@label", "text-size": { + "base": 1, "stops": [ [ 3, - 18 + 14 ], [ - 4, - 22 + 5, + 24 ] ] - } + }, + "text-opacity": 0.25 } }, { - "id": "marine_label_point_2", + "id": "marine_label_point_3", "type": "symbol", "source": "mapbox", "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "labelrank", - 2 + "$type", + "Point" ], [ "==", - "$type", - "Point" + "labelrank", + 3 ] ], "layout": { - "text-font": "@sans_it", + "text-max-width": 8, + "visibility": "visible", + "symbol-placement": "point", "text-field": "@name", - "text-max-size": 16, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "symbol-placement": "point" + "text-max-size": 18, + "text-line-height": 1.3, + "text-letter-spacing": 0.1, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, + "text-color": "@label", "text-size": { + "base": 1, "stops": [ [ 3, - 14 + 13 ], [ - 4, - 16 + 5, + 18 ] ] - } + }, + "text-opacity": 0.25 } }, { - "id": "marine_label_line_2", + "id": "marine_label_point_other", "type": "symbol", "source": "mapbox", "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "labelrank", - 2 + "$type", + "Point" ], [ - "==", - "$type", - "LineString" + "in", + "labelrank", + 4, + 5, + 6 ] ], "layout": { - "text-font": "@sans_it", + "text-max-width": 8, + "visibility": "none", + "symbol-placement": "point", "text-field": "@name", "text-max-size": 16, - "text-letter-spacing": 0.2, - "symbol-placement": "line" + "text-line-height": 1.2, + "text-letter-spacing": 0.1, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular" }, "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, + "text-color": "@label", "text-size": { + "base": 1, "stops": [ [ - 3, - 14 + 4, + 12 ], [ - 4, + 6, 16 ] ] @@ -2373,356 +2445,566 @@ } }, { - "id": "marine_label_3", + "id": "place_label_city_large_n", "type": "symbol", "source": "mapbox", - "source-layer": "marine_label", + "source-layer": "place_label", + "maxzoom": 16, "filter": [ "all", + [ + "<=", + "scalerank", + 1 + ], + [ + "in", + "ldir", + "N", + "NE", + "NW", + "W" + ], [ "==", - "labelrank", - 3 - ], - [ - "==", - "$type", - "Point" + "type", + "city" ] ], "layout": { - "text-font": "@sans_it", "text-field": "@name", - "text-max-size": 14, + "text-font": "@sans_bd", "text-max-width": 5, - "text-letter-spacing": 0.2, - "symbol-placement": "point" + "text-max-size": 20, + "text-transform": "none", + "text-anchor": { + "base": 1, + "stops": [ + [ + 0, + "bottom" + ], + [ + 6, + "center" + ] + ] + }, + "text-offset": { + "base": 1, + "stops": [ + [ + 0, + [ + 0, + -0.2 + ] + ], + [ + 6, + [ + 0, + 0 + ] + ] + ] + }, + "symbol-avoid-edges": false }, "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, "text-size": { "stops": [ [ - 3, + 4, 11 ], [ - 4, - 14 + 10, + 20 ] - ] + ], + "base": 0.9 } } }, { - "id": "marine_label_line_3", + "id": "place_label_city_large_s", "type": "symbol", "source": "mapbox", - "source-layer": "marine_label", + "source-layer": "place_label", + "maxzoom": 16, "filter": [ "all", [ "==", - "labelrank", - 3 + "type", + "city" ], [ - "==", - "$type", - "LineString" + "<=", + "scalerank", + 1 + ], + [ + "in", + "ldir", + "S", + "SE", + "SW", + "E" ] ], "layout": { - "text-font": "@sans_it", "text-field": "@name", - "text-max-size": 14, - "text-letter-spacing": 0.2, - "symbol-placement": "line" + "text-font": "@sans_bd", + "text-max-width": 15, + "text-max-size": 20, + "text-transform": "none", + "text-anchor": { + "base": 1, + "stops": [ + [ + 0, + "top" + ], + [ + 6, + "center" + ] + ] + }, + "text-offset": { + "base": 1, + "stops": [ + [ + 0, + [ + 0, + 0.1 + ] + ], + [ + 6, + [ + 0, + 0 + ] + ] + ] + } }, "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, "text-size": { "stops": [ [ - 3, + 4, 11 ], [ - 4, - 14 + 10, + 20 ] - ] + ], + "base": 0.9 } } }, { - "id": "marine_label_4", + "id": "place_label_city_medium_n", "type": "symbol", "source": "mapbox", - "source-layer": "marine_label", + "source-layer": "place_label", + "maxzoom": 16, "filter": [ "all", [ - ">=", - "labelrank", + "==", + "type", + "city" + ], + [ + "<=", + "scalerank", 4 ], [ - "==", - "$type", - "Point" + ">", + "scalerank", + 1 + ], + [ + "in", + "ldir", + "N", + "W", + "NW", + "NE" ] ], "layout": { - "text-font": "@sans_it", "text-field": "@name", - "text-max-size": 12, - "text-max-width": 6, - "text-letter-spacing": 0.2, - "symbol-placement": "point" + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-max-width": 10, + "text-max-size": 19, + "text-anchor": { + "base": 1, + "stops": [ + [ + 0, + "bottom" + ], + [ + 6, + "center" + ] + ] + }, + "text-offset": { + "base": 1, + "stops": [ + [ + 0, + [ + 0, + -0.2 + ] + ], + [ + 6, + [ + 0, + 0 + ] + ] + ] + } }, "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, "text-size": { "stops": [ [ - 3, + 5, 11 ], [ - 4, - 12 + 12, + 19 ] - ] + ], + "base": 0.9 } } }, { - "id": "marine_label_line_4", + "id": "place_label_city_medium_s", "type": "symbol", "source": "mapbox", - "source-layer": "marine_label", + "source-layer": "place_label", + "maxzoom": 16, "filter": [ "all", [ - ">=", - "labelrank", + "==", + "type", + "city" + ], + [ + "<=", + "scalerank", 4 ], [ - "==", - "$type", - "LineString" + ">", + "scalerank", + 1 + ], + [ + "in", + "ldir", + "S", + "E", + "SE", + "SW" ] ], "layout": { - "text-font": "@sans_it", "text-field": "@name", - "text-max-size": 12, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-max-width": 10, + "text-max-size": 19, + "text-anchor": { + "base": 1, "stops": [ [ - 3, - 11 + 0, + "top" ], [ - 4, - 12 + 6, + "center" + ] + ] + }, + "text-offset": { + "base": 1, + "stops": [ + [ + 0, + [ + 0, + 0.1 + ] + ], + [ + 6, + [ + 0, + 0 + ] ] ] } - } - }, - { - "id": "place_label_city", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": [ - "==", - "type", - "city" - ], - "layout": { - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 24, - "text-max-width": 8 }, "paint": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, "text-size": { - "base": 1.2, "stops": [ [ - 7, - 14 + 5, + 11 ], [ - 11, - 24 + 12, + 19 ] - ] + ], + "base": 0.9 } } }, { - "id": "place_label_town", + "id": "place_label_city_small_n", "type": "symbol", "source": "mapbox", "source-layer": "place_label", + "maxzoom": 16, "filter": [ - "==", - "type", - "town" + "all", + [ + "==", + "type", + "city" + ], + [ + ">", + "scalerank", + 4 + ], + [ + "in", + "ldir", + "N", + "W", + "NW", + "NE" + ] ], "layout": { - "text-font": "@sans", "text-field": "@name", - "text-max-size": 24, - "text-max-width": 8 + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-max-width": 10, + "text-max-size": 19, + "text-anchor": { + "base": 1, + "stops": [ + [ + 0, + "bottom" + ], + [ + 6, + "center" + ] + ] + }, + "text-offset": { + "base": 1, + "stops": [ + [ + 0, + [ + 0, + -0.2 + ] + ], + [ + 6, + [ + 0, + 0 + ] + ] + ] + } }, "paint": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, "text-size": { - "base": 1.2, "stops": [ [ - 10, - 14 + 6, + 11 ], [ - 15, - 24 + 14, + 19 ] ] } } }, { - "id": "place_label_village", + "id": "place_label_city_small_s", "type": "symbol", "source": "mapbox", "source-layer": "place_label", + "maxzoom": 16, "filter": [ - "==", - "type", - "village" + "all", + [ + "==", + "type", + "city" + ], + [ + ">", + "scalerank", + 4 + ], + [ + "in", + "ldir", + "S", + "E", + "SE", + "SW" + ] ], "layout": { - "text-font": "@sans", "text-field": "@name", - "text-max-size": 22, - "text-max-width": 8 + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-max-width": 10, + "text-max-size": 19, + "text-anchor": { + "base": 1, + "stops": [ + [ + 0, + "top" + ], + [ + 6, + "center" + ] + ] + }, + "text-offset": { + "base": 1, + "stops": [ + [ + 0, + [ + 0, + 0.1 + ] + ], + [ + 6, + [ + 0, + 0 + ] + ] + ] + } }, "paint": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, "text-size": { - "base": 1.2, "stops": [ [ - 10, - 12 + 6, + 11 ], [ - 15, - 22 + 14, + 19 ] ] } } }, { - "id": "road_label_highway_shields", + "id": "place_label_other", "type": "symbol", "source": "mapbox", - "source-layer": "road_label", + "source-layer": "place_label", + "minzoom": 8, "filter": [ "all", [ "==", - "class", - "motorway" + "$type", + "Point" ], [ "in", - "reflen", - 1, - 2, - 3, - 4, - 5, - 6 + "type", + "town", + "village", + "hamlet" ] ], "layout": { - "symbol-placement": "line", - "symbol-min-distance": 500, - "icon-image": "motorway_{reflen}", - "icon-max-size": 1, - "text-field": "{ref}", - "text-font": "@sans_bd", - "text-max-size": 11, - "text-rotation-alignment": "viewport", - "icon-rotation-alignment": "viewport" - }, - "paint": { - "text-color": "#765", - "text-size": 11 - } - }, - { - "id": "road_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": [ - "==", - "$type", - "LineString" - ], - "layout": { - "text-font": "@sans", "text-field": "@name", - "text-max-size": 13, - "symbol-placement": "line" + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-max-width": 15, + "text-max-size": 18 }, "paint": { - "text-color": "#765", - "text-halo-color": "#fff", + "text-color": "@label", + "text-halo-color": "@label-halo", "text-halo-width": 1, - "text-halo-blur": 0.5, + "text-halo-blur": 1, "text-size": { "stops": [ [ - 13, - 12 + 6, + 10 ], [ - 14, + 12, 13 ] ] @@ -2730,596 +3012,912 @@ } }, { - "id": "place_label_other", + "id": "place_label_neighborhood", "type": "symbol", "source": "mapbox", "source-layer": "place_label", + "minzoom": 12, "filter": [ - "in", - "type", - "hamlet", - "suburb", - "neighbourhood" - ], - "layout": { - "text-font": "@sans_bd", - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-field": "@name", - "text-max-size": 14, - "text-max-width": 9 + "all", + [ + "==", + "$type", + "Point" + ], + [ + "in", + "type", + "suburb", + "neighbourhood" + ] + ], + "layout": { + "text-field": "@name", + "text-font": "DIN Offc Pro Bold, Arial Unicode MS Bold", + "text-max-width": 7, + "text-max-size": 14, + "text-letter-spacing": 0.1, + "text-transform": "uppercase" }, "paint": { - "text-color": "#633", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1, + "text-halo-blur": 1, "text-size": { - "base": 1.2, "stops": [ [ 12, 10 ], [ - 15, + 16, 14 ] ] + }, + "text-opacity": { + "base": 1, + "stops": [ + [ + 0, + 0 + ], + [ + 12, + 0.66 + ], + [ + 13, + 1 + ] + ] } } }, { - "id": "poi_label_1", + "id": "water-label", "type": "symbol", "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 13, - "filter": [ - "all", - [ - "==", - "$type", - "Point" - ], - [ - "==", - "scalerank", - 1 - ] - ], + "source-layer": "water_label", + "minzoom": 5, + "maxzoom": 22, "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [ - 0, - 0.6 - ], - "text-anchor": "top" + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular", + "visibility": "visible", + "text-field": "{name_en}", + "text-max-width": 7 }, "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 + "text-color": "@state-label", + "text-size": { + "base": 1, + "stops": [ + [ + 13, + 12 + ], + [ + 18, + 16 + ] + ] + } } }, { - "id": "poi_label_2", + "id": "poi-scalerank1", "type": "symbol", "source": "mapbox", "source-layer": "poi_label", - "minzoom": 14, + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ - "==", - "$type", - "Point" + "!in", + "maki", + "rail-light", + "rail-metro", + "rail", + "airport", + "airfield", + "heliport", + "rocket", + "park", + "golf", + "cemetary", + "zoo", + "campsite", + "swimming", + "dog-park" ], [ - "==", + "<=", "scalerank", - 2 + 1 ] ], "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [ - 0, - 0.6 - ], - "text-anchor": "top" + "text-max-width": 8, + "visibility": "visible", + "text-field": "{name_en}", + "text-max-size": 14, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular" }, "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 + "text-color": "@label-secondary", + "text-size": { + "base": 1, + "stops": [ + [ + 10, + 10 + ], + [ + 18, + 14 + ] + ] + }, + "text-halo-color": "@label-halo", + "text-halo-width": 1 } }, { - "id": "poi_label_3", + "id": "poi-parks-scalerank1", "type": "symbol", "source": "mapbox", "source-layer": "poi_label", - "minzoom": 15, + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ "==", - "$type", - "Point" + "scalerank", + 1 ], [ "==", - "scalerank", - 3 + "maki", + "park" ] ], "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [ - 0, - 0.6 - ], - "text-anchor": "top" + "text-max-width": 8, + "visibility": "visible", + "text-field": "{name_en}", + "text-max-size": 14, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular" }, "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 + "text-color": "@label-park", + "text-size": { + "base": 1, + "stops": [ + [ + 10, + 10 + ], + [ + 18, + 14 + ] + ] + }, + "text-halo-color": "@label-halo", + "text-halo-width": 1 } }, { - "id": "poi_label_4", + "id": "airport-label", "type": "symbol", "source": "mapbox", "source-layer": "poi_label", - "minzoom": 16, + "minzoom": 0, + "maxzoom": 22, "filter": [ "all", [ - "==", - "$type", - "Point" + "in", + "maki", + "airport", + "heliport", + "rocket" ], [ - "==", + "<=", "scalerank", - 4 + 2 ] ], "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [ - 0, - 0.6 - ], - "text-anchor": "top" + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "visibility": "visible", + "text-field": { + "base": 1, + "stops": [ + [ + 10, + "{name_en}" + ], + [ + 13, + "" + ] + ] + }, + "text-max-size": 18, + "text-max-width": 9 }, "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", + "text-color": "@label", + "text-size": { + "base": 1, + "stops": [ + [ + 10, + 10 + ], + [ + 18, + 18 + ] + ] + }, + "text-halo-color": "@label-halo", "text-halo-width": 1, - "text-halo-blur": 0.5 + "text-halo-blur": 0 } }, { - "id": "poi_label_other", + "id": "road-label-large", "type": "symbol", "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 17, + "source-layer": "road_label", "filter": [ "all", [ - "==", - "$type", - "Point" - ], - [ - ">=", - "scalerank", - 5 - ] - ], - "layout": { - "icon-image": "{maki}-12", + "in", + "class", + "motorway", + "main" + ] + ], + "layout": { + "symbol-placement": "line", + "text-field": "{name_en}", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-transform": "none", + "text-letter-spacing": 0, + "text-max-size": 16, + "text-padding": 0 + }, + "paint": { + "text-size": { + "base": 1, + "stops": [ + [ + 8, + 8 + ], + [ + 20, + 17 + ] + ] + }, + "text-halo-color": "@label-halo", + "text-halo-width": 2, + "text-color": "@label-road" + } + }, + { + "id": "road-label-med", + "type": "symbol", + "source": "mapbox", + "source-layer": "road_label", + "filter": [ + "all", + [ + "in", + "class", + "street", + "street_limited" + ] + ], + "layout": { + "symbol-placement": "line", + "text-field": "{name_en}", "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [ - 0, - 0.6 + "text-transform": "none", + "text-letter-spacing": 0, + "text-max-size": 16, + "text-padding": 0 + }, + "paint": { + "text-size": { + "base": 1, + "stops": [ + [ + 8, + 8 + ], + [ + 20, + 16 + ] + ] + }, + "text-halo-color": "@label-halo", + "text-halo-width": 2, + "text-color": "@label-road" + } + }, + { + "id": "road-label-sm", + "type": "symbol", + "source": "mapbox", + "source-layer": "road_label", + "minzoom": 12, + "filter": [ + "all", + [ + "!in", + "class", + "motorway", + "main", + "street_limited", + "street" ], - "text-anchor": "top" + [ + "==", + "$type", + "LineString" + ] + ], + "layout": { + "symbol-placement": "line", + "text-field": "{name_en}", + "text-font": "@sans_md", + "text-transform": "none", + "text-letter-spacing": 0, + "text-max-size": 16, + "text-padding": 0 }, "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 + "text-size": { + "base": 1, + "stops": [ + [ + 8, + 8 + ], + [ + 20, + 15 + ] + ] + }, + "text-halo-color": "@label-halo", + "text-halo-width": 2, + "text-color": "@label-road" } }, { - "id": "water_label", + "id": "waterway-label", "type": "symbol", "source": "mapbox", - "source-layer": "water_label", + "source-layer": "waterway_label", + "minzoom": 12, + "maxzoom": 22, "filter": [ - "==", - "$type", - "Point" + "all", + [ + "==", + "class", + "river" + ] ], "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 5 + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular", + "visibility": "visible", + "symbol-placement": "line", + "text-field": "{name_en}" }, "paint": { - "text-size": 12, - "text-color": "@marine_text", - "text-halo-width": 1.5, - "text-halo-color": "@marine_text_halo" + "text-color": "@label-waterway", + "text-size": { + "base": 1, + "stops": [ + [ + 13, + 12 + ], + [ + 18, + 16 + ] + ] + } } } - ] + ], + "owner": "andreasviglakis", + "modified": "2015-04-27T23:18:28.945Z", + "created": "2015-04-27T23:18:28.945Z", + "id": "andreasviglakis.f10d781d" }, - "dark": { + "emerald": { "version": 7, - "name": "dark-v7.json", + "name": "Emerald-v7", "constants": { - "@road-motorway-width": { - "base": 1, + "@city_label": "#2d1617", + "@service_case_width": { + "base": 1.5, "stops": [ [ - 3, - 0.5 + 12, + 1 ], [ - 9, - 1.25 + 16.05, + 2 + ], + [ + 16.1, + 4 ], [ 20, - 10 + 22 ] ] }, - "@road-width-minor": { - "base": 1, + "@link_width": { + "base": 1.5, "stops": [ [ - 14, - 0.5 + 9.95, + 0.7 ], [ - 18, - 12 + 10, + 1 + ], + [ + 20, + 20 ] ] }, - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@admin-2-boundary": { - "base": 1, + "@motorway_width": { + "base": 1.5, "stops": [ [ - 3, - 0.5 + 6, + 1.5 ], [ 10, 2 + ], + [ + 20, + 42 ] ] }, - "@snow": "#000", - "@label-park": "#c2c2c2", - "@road-major-width": { - "base": 1.4, + "@trunk_case_width": { + "base": 1.25, "stops": [ [ - 6, - 0.5 + 9.95, + 1.5 + ], + [ + 10, + 2 ], [ 20, - 30 + 24 ] ] }, - "@color-1": { - "base": 1, + "@generic_poi": "#504a4c", + "@secondary_case_width": { + "base": 1.5, "stops": [ [ - 0, - "#393939" + 11.25, + 0.75 + ], + [ + 11.3, + 2.5 ], [ 20, - "#393939" + 48 ] ] }, - "@road-minor": "#484848", - "@road-street-width": { - "base": 1.55, + "@tertiary_case_width": { + "base": 1.5, "stops": [ [ - 4, - 0.25 + 11.95, + 0.75 + ], + [ + 12, + 3.5 ], [ 20, - 20 + 35 ] ] }, - "@rail-track-width": { - "base": 1.5, + "@case_dark": "#ab9c99", + "@hillshades": { + "base": 1, "stops": [ [ - 14, - 4 + 10, + 0.07 ], [ - 20, - 8 + 15, + 0 ] ] }, - "@building-outline": "#444444", - "@park": "#1b1b1b", - "@rail-width": { + "@case_light": "#ddd1d3", + "@primary_width": { "base": 1.5, "stops": [ [ - 14, - 0.5 + 10.95, + 0 + ], + [ + 11, + 1.5 ], [ 20, - 1 + 56 ] ] }, - "@land": "#111", - "@name": "{name_en}", - "@road-major": "#484848", - "@wood": "#232323", - "@number-2": { + "@street_width": { "base": 1.5, "stops": [ [ - 12.5, - 0.3 + 15.05, + 0 + ], + [ + 15.1, + 3.6 + ], + [ + 20, + 30 + ] + ] + }, + "@number-1": { + "base": 1, + "stops": [ + [ + 5, + 0 + ], + [ + 5.2, + 1 + ] + ] + }, + "@small_poi_size": { + "stops": [ + [ + 8, + 10 ], + [ + 20, + 20 + ] + ], + "base": 1.5 + }, + "@background": "#F8F4F0", + "@number-4": { + "base": 1, + "stops": [ [ 14, - 2 + "@case_light" ], [ - 18, - 18 + 14.1, + "@case_dark" ] ] }, - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@scrub": "#1c1c1c", - "@crop": "#131313", - "@label-waterway": "#929292", - "@main-width": { + "@neighborhood_size": { + "base": 1, + "stops": [ + [ + 10, + 8 + ], + [ + 20, + 28 + ] + ] + }, + "@street_case_width": { "base": 1.5, "stops": [ [ - 6, + 12, 0.5 ], [ - 18, - 26 + 15.05, + 2.5 + ], + [ + 15.1, + 4.5 + ], + [ + 20, + 34 ] ] }, - "@road-high-z-fadein": { + "@primary_case_width": { + "base": 1.5, + "stops": [ + [ + 10.95, + 1 + ], + [ + 11, + 2.25 + ], + [ + 20, + 60 + ] + ] + }, + "@road_label": "#785655", + "@motorway_case": "rgba(208,100,42,1.000)", + "@water": "rgba(195,225,232,1.000)", + "@motorway_ramp": { "base": 1, "stops": [ [ - 5, + 9.95, + "#e59063" + ], + [ + 10, + "rgba(252,173,128,1.000)" + ] + ] + }, + "@trunk_color": "#ffe2b4", + "@tertiary_width": { + "base": 1.5, + "stops": [ + [ + 11.95, 0 ], [ - 5.5, - 1 + 12, + 2.5 + ], + [ + 20, + 31 ] ] }, - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@motorway-width": { + "@secondary_width": { "base": 1.5, "stops": [ [ - 5, - 0.75 + 11.25, + 0 ], [ - 18, - 32 + 11.3, + 1.75 + ], + [ + 20, + 44 ] ] }, - "@label": "#999999", - "@label-halo": "#000", - "@grass": "#1a1a1a", - "@water": "#2c2c2c", - "@state-label": { - "base": 1, + "@trunk_width": { + "base": 1.25, "stops": [ [ - 0, - "#969696" + 9.95, + 0 + ], + [ + 10, + 1.5 ], [ 20, - "#969696" + 18 ] ] }, - "@label-road": "#929292", - "@label-secondary": "#b7b8b7", - "@building-fill": "#383838", - "@street-width": { + "@link_case_width": { "base": 1.5, "stops": [ [ - 12.5, - 0.5 + 11.95, + 0.7 ], [ - 14, - 2 + 12, + 2.75 ], [ - 18, - 18 + 20, + 30 ] ] }, - "@path-width": { + "@motorway_case_width": { "base": 1.5, "stops": [ [ - 15, - 1 + 9.95, + 0 ], [ - 18, - 4 + 10, + 2.5 + ], + [ + 20, + 55 ] ] }, - "@road-main-width": { - "base": 1.4, + "@service_width": { + "base": 1.5, "stops": [ [ - 6, - 0.25 + 16.05, + 0 + ], + [ + 16.1, + 2.8 ], [ 20, - 25 + 18 ] ] - } + }, + "@rail_opacity": { + "base": 1, + "stops": [ + [ + 11, + 0 + ], + [ + 14, + 0.5 + ] + ] + }, + "@park_label": "#264226" }, "sources": { - "mapbox": { - "url": "mapbox://mapbox.mapbox-streets-v6", - "type": "vector" - }, - "mapbox://mapbox.mapbox-terrain-v2": { - "url": "mapbox://mapbox.mapbox-terrain-v2", + "compositedsource": { + "url": "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6", "type": "vector" } }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/light", + "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/emerald", "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", "layers": [ { "id": "background", "type": "background", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "layout": { "visibility": "visible" }, "paint": { - "background-color": "@land" + "background-color": "@background", + "background-opacity": 1 } }, { - "id": "landcover_snow", + "id": "landcover_wood", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", + "source": "compositedsource", "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "snow" + "wood" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "@snow", + "fill-color": "#d4e2c6", "fill-opacity": 0.5 } }, { - "id": "landcover_crop", + "id": "landcover_scrub", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", + "source": "compositedsource", "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "crop" + "scrub" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "@crop", + "fill-color": "#e0e8cd", "fill-opacity": 0.5 } }, { "id": "landcover_grass", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", + "source": "compositedsource", "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", "grass" ] @@ -3328,490 +3926,495 @@ "visibility": "visible" }, "paint": { - "fill-color": "@grass", + "fill-color": "#e7ebd1", "fill-opacity": 0.5 } }, { - "id": "landcover_scrub", + "id": "landcover_crop", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", + "source": "compositedsource", "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "scrub" + "crop" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "@scrub", + "fill-color": "#eeeed4", "fill-opacity": 0.5 } }, { - "id": "landcover_wood", + "id": "landcover_snow", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", + "source": "compositedsource", "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "wood" + "snow" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "@wood", - "fill-opacity": 0.5 + "fill-color": "#fefffc", + "fill-opacity": 0.75 } }, { - "id": "landuse_industrial", + "id": "landcover_noise", "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "minzoom": 0, + "source": "compositedsource", + "minzoom": 4, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "industrial" - ], - [ - "==", - "$type", - "Polygon" + "snow", + "scrub", + "grass", + "crop", + "wood" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#000", - "fill-opacity": 0.5 + "fill-color": "#fefffc", + "fill-opacity": { + "base": 1, + "stops": [ + [ + 4, + 0 + ], + [ + 6, + 1 + ] + ] + }, + "fill-image": "background" } }, { - "id": "landuse_park", + "id": "wood", "type": "fill", - "source": "mapbox", + "source": "compositedsource", "source-layer": "landuse", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "park" + "wood" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "@park" + "fill-color": "#6a4", + "fill-opacity": { + "base": 1, + "stops": [ + [ + 5, + 0 + ], + [ + 6, + 0.1 + ] + ] + } } }, { - "id": "landuse_wood", + "id": "school", "type": "fill", - "source": "mapbox", + "source": "compositedsource", "source-layer": "landuse", + "minzoom": 0, + "maxzoom": 20, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "wood" + "school" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#1f1f1f" + "fill-color": "#ece8ee", + "fill-outline-color": { + "base": 1, + "stops": [ + [ + 12, + "#ece8ee" + ], + [ + 20, + "#895fb1" + ] + ] + }, + "fill-opacity": 1 } }, { - "id": "hillshade_highlight_bright", + "id": "hospital", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "source": "compositedsource", + "source-layer": "landuse", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 20, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 94 + "in", + "class", + "hospital" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#000", - "fill-opacity": { + "fill-color": "#f8e7e4", + "fill-outline-color": { "base": 1, "stops": [ [ - 15, - 0.15 + 16, + "#f8e7e4" ], [ - 17, - 0.05 + 20, + "#c24246" ] ] - } + }, + "fill-opacity": 1 } }, { - "id": "hillshade_highlight_med", + "id": "hospital_pattern", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", - "minzoom": 0, + "source": "compositedsource", + "source-layer": "landuse", + "minzoom": 12, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 90 + "in", + "class", + "hospital" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#000", + "fill-color": "#c7c3e7", + "fill-outline-color": { + "base": 1, + "stops": [ + [ + 12, + "#f6eeff" + ], + [ + 13, + "#e0dced" + ] + ] + }, "fill-opacity": { "base": 1, "stops": [ [ - 15, - 0.15 + 14, + 0 ], [ - 17, - 0.05 + 16, + 0.75 ] ] - } + }, + "fill-image": "hospital_striped" } }, { - "id": "hillshade_shadow_faint", + "id": "school_pattern", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", - "minzoom": 0, + "source": "compositedsource", + "source-layer": "landuse", + "minzoom": 12, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 89 + "in", + "class", + "school" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#999999", + "fill-color": "#c7c3e7", + "fill-outline-color": { + "base": 1, + "stops": [ + [ + 12, + "#f6eeff" + ], + [ + 13, + "#e0dced" + ] + ] + }, "fill-opacity": { "base": 1, "stops": [ [ - 14, - 0.06 + 15, + 0 ], [ - 17, - 0.01 + 16, + 0.5 ] ] - } + }, + "fill-image": "school_striped" } }, { - "id": "hillshade_shadow_med", + "id": "park", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "source": "compositedsource", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ - "all", + "any", [ - "==", - "level", - 78 + "in", + "class", + "park" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#999999", + "fill-color": "rgba(215,224,196,1.000)", "fill-opacity": { "base": 1, "stops": [ [ - 14, - 0.06 + 5, + 0 ], [ - 17, - 0.01 + 8, + 1 ] ] - } + }, + "fill-outline-color": "#d2e4c7" } }, { - "id": "hillshade_shadow_dark", + "id": "pitch", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "source": "compositedsource", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ - "all", + "any", [ - "==", - "level", - 67 + "in", + "class", + "pitch", + "gras" + ], + [ + "in", + "type", + "golf_course" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#888888", - "fill-opacity": { + "fill-color": "#c7d7bf", + "fill-opacity": 1, + "fill-outline-color": { "base": 1, "stops": [ [ - 14, - 0.06 + 16, + "#c7d7bf" ], [ - 17, - 0.01 + 18, + "#a7b79f" ] ] } } }, { - "id": "hillshade_shadow_extreme", + "id": "sand", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "source": "compositedsource", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 56 + "in", + "class", + "sand" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#999", - "fill-opacity": { - "base": 1, - "stops": [ - [ - 14, - 0.06 - ], - [ - 17, - 0.01 - ] - ] - } + "fill-color": "#f1f0d2", + "fill-opacity": 1, + "fill-image": "sand_noise" } }, { - "id": "building", + "id": "cemetery", "type": "fill", - "source": "mapbox", - "source-layer": "building", - "minzoom": 15, - "paint": { - "fill-outline-color": "@building-outline", - "fill-opacity": { - "base": 1, - "stops": [ - [ - 15, - 0 - ], - [ - 16.5, - 1 - ] - ] - }, - "fill-antialias": true, - "fill-color": "@building-fill" - } - }, - { - "id": "waterway", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", + "source": "compositedsource", + "source-layer": "landuse", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], [ "in", "class", - "river", - "canal" + "cemetery", + "grass", + "agriculture" ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@water", - "line-width": { - "base": 1, - "stops": [ - [ - 6, - 0.25 - ], - [ - 20, - 6 - ] - ] - } + "fill-color": "rgba(225,230,197,1.000)" } }, { - "id": "waterway_stream", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", + "id": "airport", + "type": "fill", + "source": "compositedsource", + "source-layer": "landuse", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], [ "in", "class", - "stream" + "industrial" ] ], + "layout": {}, "paint": { - "line-color": "@water", - "line-width": { - "base": 1, - "stops": [ - [ - 13, - 0.75 - ], - [ - 20, - 4 - ] - ] - } + "fill-color": "#ddd", + "fill-opacity": 0.25 } }, { - "id": "water", + "id": "grass_noise", "type": "fill", - "source": "mapbox", - "source-layer": "water", - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@water" - } - }, - { - "id": "aeroway_runway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", + "source": "compositedsource", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" - ], - [ - "==", - "type", - "runway" + "in", + "class", + "cemetery", + "sand", + "pitch", + "wood", + "park", + "industrial" ] ], "layout": { - "line-join": "miter", "visibility": "visible" }, "paint": { - "line-width": { - "base": 1.15, - "stops": [ - [ - 11, - 3 - ], - [ - 20, - 32 - ] - ] - }, - "line-color": "#000", - "line-opacity": { + "fill-image": "background", + "fill-opacity": { "base": 1, "stops": [ [ - 9, - 0.5 + 6, + 0 ], [ - 11, + 10, 1 ] ] @@ -3819,4536 +4422,5543 @@ } }, { - "id": "aeroway_taxiway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", + "id": "shadow_uber", + "type": "fill", + "source": "compositedsource", + "source-layer": "hillshade", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 15, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" - ], - [ - "==", - "type", - "taxiway" + "in", + "level", + 56 ] ], "layout": { - "line-join": "miter" + "visibility": "visible" }, "paint": { - "line-width": { - "base": 1.15, - "stops": [ - [ - 10, - 0.25 - ], - [ - 11, - 1 - ], - [ - 20, - 8 - ] - ] - }, - "line-color": "#3c3c3c" + "fill-opacity": "@hillshades", + "fill-color": "@city_label" } }, { - "id": "tunnel_minor", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", + "id": "shadow_strong", + "type": "fill", + "source": "compositedsource", + "source-layer": "hillshade", + "minzoom": 0, + "maxzoom": 15, + "interactive": true, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], [ "in", - "class", - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" + "level", + 67 ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@road-minor", - "line-width": "@road-street-width", - "line-dasharray": [ - 0.36, - 0.18 - ] + "fill-opacity": "@hillshades", + "fill-color": "@city_label" } }, { - "id": "tunnel_major", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", + "id": "shadow_medium", + "type": "fill", + "source": "compositedsource", + "source-layer": "hillshade", + "minzoom": 0, + "maxzoom": 15, + "interactive": true, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], [ "in", - "class", - "motorway", - "main" + "level", + 78 ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@road-major", - "line-width": "@road-major-width", - "line-dasharray": [ - 0.28, - 0.14 - ] + "fill-opacity": "@hillshades", + "fill-color": "@city_label" } }, { - "id": "road-path", - "type": "line", - "source": "mapbox", - "source-layer": "road", + "id": "shadow_weak", + "type": "fill", + "source": "compositedsource", + "source-layer": "hillshade", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 15, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "path" + "in", + "level", + 89 ] ], "layout": { "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": { - "base": 1, - "stops": [ - [ - 15, - 1 - ], - [ - 18, - 4 - ] - ] - } + "fill-opacity": "@hillshades", + "fill-color": "@city_label" } }, { - "id": "road-street-low-zoom", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 11, - "maxzoom": 14.1, + "id": "highlight_weak", + "type": "fill", + "source": "compositedsource", + "source-layer": "hillshade", + "minzoom": 0, + "maxzoom": 15, + "interactive": true, "filter": [ "all", [ "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" + "level", + 90 ] ], "layout": { "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width", - "line-opacity": { + "fill-opacity": { "base": 1, "stops": [ [ - 11.5, - 0 + 14, + 0.1 ], [ - 12, - 1 + 15, + 0 ] ] - } + }, + "fill-color": "#fff" } }, { - "id": "road-service-driveway", - "type": "line", - "source": "mapbox", - "source-layer": "road", + "id": "highlight_medium", + "type": "fill", + "source": "compositedsource", + "source-layer": "hillshade", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "service", - "driveway" + "level", + 94 ] ], "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@road-width-minor" + "fill-color": "#fff", + "fill-opacity": 0.2 } }, { - "id": "road-motorway_link", + "id": "airport_runway", "type": "line", - "source": "mapbox", - "source-layer": "road", + "source": "compositedsource", + "source-layer": "aeroway", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "motorway_link" + "type", + "runway" + ], + [ + "in", + "$type", + "LineString" ] ], "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width" + "line-width": { + "base": 1.5, + "stops": [ + [ + 6, + 2 + ], + [ + 20, + 50 + ] + ] + }, + "line-opacity": 1, + "line-color": "#ddd" } }, { - "id": "road-street_limited", + "id": "airport_taxiway", "type": "line", - "source": "mapbox", - "source-layer": "road", + "source": "compositedsource", + "source-layer": "aeroway", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "street_limited", - "" + "type", + "taxiway" ], [ - "==", + "in", "$type", "LineString" ] ], "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width" + "line-width": { + "base": 1.25, + "stops": [ + [ + 6, + 1 + ], + [ + 20, + 12 + ] + ] + }, + "line-opacity": 1, + "line-color": "#ddd" } }, { - "id": "road-street", + "id": "water_edge", "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 14, - "filter": [ - "all", - [ - "in", - "class", - "street" - ], - [ - "==", - "$type", - "LineString" - ] - ], + "source": "compositedsource", + "source-layer": "water", + "minzoom": 2, + "maxzoom": 22, + "interactive": true, "layout": { - "line-cap": "round", - "line-join": "round", "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@number-2", - "line-opacity": 1 + "line-color": "rgba(42,99,119,1.000)", + "line-opacity": 1, + "line-width": { + "base": 1, + "stops": [ + [ + 9, + 1 + ], + [ + 20, + 3 + ] + ] + }, + "line-blur": 1 } }, { - "id": "road-main", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "all", - [ - "==", - "$type", - "LineString" - ], - [ - "in", - "class", - "main" - ] - ], + "id": "water", + "type": "fill", + "source": "compositedsource", + "source-layer": "water", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "layout": { - "line-cap": "round", - "line-join": "round", "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@road-main-width", - "line-opacity": "@road-high-z-fadein" + "fill-color": "@water", + "fill-outline-color": "#cadcea" } }, { - "id": "road-trunk", + "id": "waterway", "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "all", - [ - "in", - "class", - "main" - ], - [ - "==", - "type", - "trunk" - ] - ], + "source": "compositedsource", + "source-layer": "waterway", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "layout": { - "line-cap": "round", - "line-join": "round", - "visibility": "visible" + "visibility": "visible", + "line-cap": "round" }, "paint": { - "line-color": "@road-major", - "line-width": "@motorway-width", - "line-opacity": 1 + "line-color": "@water", + "line-width": { + "base": 1.5, + "stops": [ + [ + 6, + 0 + ], + [ + 20, + 40 + ] + ] + } } }, { - "id": "road-motorway", - "type": "line", - "source": "mapbox", - "source-layer": "road", + "id": "barrier_land", + "type": "fill", + "source": "compositedsource", + "source-layer": "barrier_line", "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "motorway" - ] - ], - "layout": { - "line-cap": "round", - "line-join": "round", - "visibility": "visible" - }, - "paint": { - "line-color": "@road-major", - "line-width": "@motorway-width", - "line-opacity": "@road-high-z-fadein" - } - }, - { - "id": "road-rail", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 13, - "filter": [ - "all", + "land", + "cliff" + ], [ "in", - "class", - "major_rail", - "minor_rail" + "$type", + "Polygon" ] ], "layout": { - "line-cap": "round", - "line-join": "round", "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@rail-width", - "line-opacity": 1 + "fill-color": "#F8F4F0", + "fill-opacity": 1 } }, { - "id": "road-rail-tracks", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 13, - "filter": [ - "all", - [ - "in", - "class", - "major_rail", - "minor_rail" - ] - ], + "id": "building_walls", + "type": "fill", + "source": "compositedsource", + "source-layer": "building", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "layout": { - "line-cap": "butt", - "line-join": "miter", "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@rail-track-width", - "line-opacity": 1 + "fill-color": "#cfc4c3", + "fill-opacity": 1 } }, { - "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" - ] - ], + "id": "building_rooves", + "ref": "building_walls", + "interactive": true, "paint": { - "line-color": "@land", - "line-width": { - "base": 1.6, + "fill-color": { + "base": 1, "stops": [ [ - 12, - 0.5 + 13, + "#F8F4F0" ], [ - 20, - 10 + 15, + "#ede6e3" ] ] }, - "line-gap-width": "@road-street-width" + "fill-translate": { + "base": 1, + "stops": [ + [ + 16, + [ + 0, + 0 + ] + ], + [ + 19, + [ + -4, + -4 + ] + ] + ] + }, + "fill-opacity": 1 } }, { - "id": "bridge-path", + "id": "building_roof_edges", "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "source": "compositedsource", + "source-layer": "building", "minzoom": 0, "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "path" - ] - ], + "interactive": true, "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-minor", - "line-width": "@path-width" + "line-color": "#cfc4c3", + "line-width": 0.75, + "line-opacity": { + "base": 1, + "stops": [ + [ + 16.95, + 0 + ], + [ + 17, + 1 + ] + ] + }, + "line-translate": { + "base": 1, + "stops": [ + [ + 16, + [ + -0.25, + -0.25 + ] + ], + [ + 19, + [ + -4, + -4 + ] + ] + ] + } } }, { - "id": "bridge-street-low-zoom", + "id": "country_border", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 11, - "maxzoom": 14.1, + "source": "compositedsource", + "source-layer": "admin", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "street", - "street_limited" + "admin_level", + 2 ], [ - "==", - "$type", - "LineString" + "in", + "maritime", + 0 + ], + [ + "in", + "disputed", + 0 ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "line-cap": "butt" }, "paint": { - "line-color": "@road-minor", - "line-width": "@street-width", - "line-opacity": { + "line-color": "#293804", + "line-opacity": 0.5, + "line-width": { "base": 1, "stops": [ [ - 11.5, - 0 + 0, + 0.5 ], [ - 12, - 1 + 10, + 2 ] ] } } }, { - "id": "bridge-motorway_link", + "id": "country_border_disputed", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 10, + "source": "compositedsource", + "source-layer": "admin", + "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "motorway_link" + "admin_level", + 2 ], [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "in", + "maritime", + 0 + ], + [ + "in", + "disputed", + 1 + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width", - "line-opacity": 1 + "line-color": "#293804", + "line-opacity": 0.5, + "line-width": { + "base": 1, + "stops": [ + [ + 0, + 0.5 + ], + [ + 10, + 2 + ] + ] + }, + "line-dasharray": [ + 0.5, + 2, + 2 + ] } }, { - "id": "bridge-street_limited", + "id": "state_border", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, + "source": "compositedsource", + "source-layer": "admin", + "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "street_limited" + "admin_level", + 4 ], [ - "==", - "$type", - "LineString" + "in", + "maritime", + 0 ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width", - "line-opacity": 1 + "line-color": "#99a472", + "line-opacity": { + "base": 1, + "stops": [ + [ + 3, + 0 + ], + [ + 3.5, + 1 + ] + ] + }, + "line-width": { + "base": 1, + "stops": [ + [ + 0, + 0.25 + ], + [ + 13, + 2 + ] + ] + }, + "line-dasharray": [ + 3, + 1 + ] } }, { - "id": "bridge-street", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, + "id": "state-label", + "type": "symbol", + "source": "compositedsource", + "source-layer": "state_label", + "minzoom": 3, "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "street" - ] - ], + "interactive": true, "layout": { + "text-allow-overlap": true, + "text-ignore-placement": false, + "text-transform": "uppercase", + "text-font": "Open Sans Bold, Arial Unicode MS Regular", + "text-padding": 0, "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "text-field": { + "base": 1, + "stops": [ + [ + 0, + "{abbr}" + ], + [ + 6, + "{name}" + ] + ] + }, + "text-letter-spacing": 0.15, + "text-max-width": 4 }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width", - "line-opacity": 1 + "text-opacity": { + "base": 1, + "stops": [ + [ + 3, + 0 + ], + [ + 3.5, + 0.25 + ] + ] + }, + "text-size": { + "base": 1, + "stops": [ + [ + 0, + 1 + ], + [ + 12, + 35 + ] + ] + }, + "text-color": "#425807" } }, { - "id": "bridge-main", + "id": "tunnel_path", "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "source": "compositedsource", + "source-layer": "tunnel", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "main" + "path" ], [ "!=", "type", - "trunk" + "construction" ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "line-cap": "round" }, "paint": { - "line-color": "@road-major", - "line-width": "@main-width", - "line-opacity": "@road-high-z-fadein" + "line-color": "#aaa", + "line-width": { + "base": 1.25, + "stops": [ + [ + 5, + 0.75 + ], + [ + 16, + 1.5 + ] + ] + }, + "line-dasharray": [ + 0.3, + 2.5 + ], + "line-opacity": 0.75 } }, { - "id": "bridge-trunk", + "id": "tunnel_service_case", "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "source": "compositedsource", + "source-layer": "tunnel", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "main" - ], - [ - "==", - "type", - "trunk" + "service" ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@road-motorway-width", + "line-color": "#ccc", + "line-width": "@service_case_width", + "line-dasharray": [ + 0.5, + 0.5 + ], "line-opacity": 1 } }, { - "id": "bridge-motorway", + "id": "tunnel_street_case", "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "source": "compositedsource", + "source-layer": "tunnel", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "motorway" + "street", + "street_limited" + ], + [ + "in", + "$type", + "LineString" + ], + [ + "!=", + "type", + "construction" ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@road-motorway-width", - "line-opacity": 1 - } - }, - { - "id": "bridge-rail", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 13, - "maxzoom": 22, - "filter": [ + "line-color": { + "base": 1, + "stops": [ + [ + 15, + "@case_light" + ], + [ + 15.1, + "@case_dark" + ] + ] + }, + "line-width": "@street_case_width", + "line-dasharray": [ + 0.5, + 0.5 + ] + } + }, + { + "id": "tunnel_tertiary_misc_case", + "type": "line", + "source": "compositedsource", + "source-layer": "tunnel", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ "all", + [ + "!in", + "type", + "primary", + "secondary", + "trunk" + ], [ "in", "class", - "major_rail", - "minor_rail" + "main" ] ], "layout": { "visibility": "visible", - "line-cap": "butt", - "line-join": "miter", - "line-round-limit": 2 + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@rail-width", - "line-opacity": 1 + "line-color": "@number-4", + "line-width": "@tertiary_case_width", + "line-dasharray": [ + 0.5, + 0.5 + ] } }, { - "id": "bridge-rail-tracks", + "id": "tunnel_secondary_case", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, + "source": "compositedsource", + "source-layer": "tunnel", + "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", + [ + "in", + "type", + "secondary" + ], [ "in", "class", - "major_rail", - "minor_rail" + "main" ] ], "layout": { "visibility": "visible", - "line-cap": "butt", - "line-join": "miter", - "line-round-limit": 2 + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@rail-track-width", - "line-opacity": 1 + "line-color": "@number-4", + "line-width": "@secondary_case_width", + "line-opacity": 1, + "line-dasharray": [ + 0.5, + 0.5 + ] } }, { - "id": "bridge-rail-tracks_copy", + "id": "tunnel_primary_case", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, + "source": "compositedsource", + "source-layer": "tunnel", + "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", + [ + "in", + "type", + "primary" + ], [ "in", "class", - "aerialway" + "main" ] ], "layout": { "visibility": "visible", - "line-cap": "butt", - "line-join": "miter", - "line-round-limit": 2 + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@rail-width", - "line-opacity": 1 + "line-color": "@number-4", + "line-width": "@primary_case_width", + "line-opacity": 1, + "line-dasharray": [ + 0.5, + 0.5 + ] } }, { - "id": "admin-3-4-boundaries-bg", + "id": "tunnel_trunk_case", "type": "line", - "source": "mapbox", - "source-layer": "admin", + "source": "compositedsource", + "source-layer": "tunnel", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - ">=", - "admin_level", - 3 - ], - [ - "==", - "maritime", - 0 + "in", + "type", + "trunk" ] ], "layout": { "visibility": "visible", - "line-join": "bevel" + "line-cap": "butt" }, "paint": { - "line-width": { - "base": 1, - "stops": [ - [ - 3, - 3.5 - ], - [ - 12, - 6 - ] - ] - }, - "line-opacity": { - "base": 1, - "stops": [ - [ - 2, - 0 - ], - [ - 5, - 0.75 - ] - ] - }, - "line-color": "#000" + "line-color": "#dba866", + "line-width": "@trunk_case_width", + "line-dasharray": [ + 0.5, + 0.5 + ] } }, { - "id": "admin-2-boundaries-bg", + "id": "construction_tunnel", "type": "line", - "source": "mapbox", - "source-layer": "admin", + "source": "compositedsource", + "source-layer": "tunnel", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "admin_level", - 2 - ], - [ - "==", - "maritime", - 0 - ], - [ - "==", - "disputed", - 2 + "in", + "type", + "construction" ] ], "layout": { - "visibility": "visible", - "line-join": "miter" + "line-cap": "round" }, "paint": { - "line-color": "#000000", - "line-opacity": { + "line-width": { "base": 1, "stops": [ [ - 3, + 14.05, 0 ], [ - 4, - 0.75 + 14.1, + 2 + ], + [ + 18, + 7 ] ] }, + "line-opacity": 0.25, + "line-color": "#ccc", + "line-dasharray": [ + 1, + 0 + ] + } + }, + { + "id": "tunnel_service", + "ref": "tunnel_service_case", + "interactive": true, + "paint": { + "line-color": "#fff", "line-width": { - "base": 1, + "base": 1.25, "stops": [ [ - 2, - 3.5 + 14.5, + 0 ], [ - 10, - 10 + 14.6, + 2 + ], + [ + 18, + 4.5 ] ] } } }, { - "id": "admin-3-4-boundaries", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - ">=", - "admin_level", - 3 - ], - [ - "==", - "maritime", - 0 - ] - ], - "layout": { - "visibility": "visible", - "line-join": "miter" - }, + "id": "tunnel_street", + "ref": "tunnel_street_case", + "interactive": true, "paint": { - "line-color": "#797979", - "line-opacity": { - "base": 1, + "line-color": "#fff", + "line-width": { + "base": 1.5, "stops": [ [ - 2, + 15.05, 0 ], [ - 3, - 1 - ] - ] + 15.1, + 3 + ], + [ + 20, + 24 + ] + ] }, + "line-opacity": 1 + } + }, + { + "id": "tunnel_tertiary_misc", + "ref": "tunnel_tertiary_misc_case", + "interactive": true, + "paint": { + "line-color": "#fff", "line-width": { - "base": 1, + "base": 1.25, "stops": [ [ - 3, - 0.5 + 11.95, + 0 ], [ 12, 2 + ], + [ + 20, + 18 ] ] - }, - "line-dasharray": { - "base": 1, + } + } + }, + { + "id": "tunnel_secondary", + "ref": "tunnel_secondary_case", + "interactive": true, + "paint": { + "line-color": "#fff", + "line-width": { + "base": 1.5, "stops": [ [ - 4, - [ - 2, - 0 - ] + 11.25, + 0 ], [ - 5, - [ - 2, - 2, - 6, - 2 - ] + 11.3, + 1.75 + ], + [ + 20, + 32 ] ] - } + }, + "line-opacity": 1 } }, { - "id": "admin-2-boundaries", + "id": "tunnel_primary", "type": "line", - "source": "mapbox", - "source-layer": "admin", - "minzoom": 1, + "source": "compositedsource", + "source-layer": "tunnel", + "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "admin_level", - 2 - ], - [ - "==", - "maritime", - 0 + "in", + "type", + "primary" ], [ - "==", - "disputed", - 0 + "in", + "class", + "main" ] ], "layout": { "visibility": "visible", - "line-join": "round", "line-cap": "round" }, "paint": { - "line-color": "#5f5f5f", - "line-opacity": 1, - "line-width": "@admin-2-boundary" + "line-color": "#fff", + "line-width": { + "base": 1.5, + "stops": [ + [ + 10.9, + 0 + ], + [ + 11, + 1.5 + ], + [ + 20, + 46 + ] + ] + } } }, { - "id": "country-label-lg", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "maxzoom": 12, + "id": "tunnel_motorway_link_case", + "type": "line", + "source": "compositedsource", + "source-layer": "tunnel", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "scalerank", - 1, - 2 + "class", + "motorway_link" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "text-max-size": 18, - "text-max-width": 6 + "visibility": "visible", + "line-cap": "butt" }, "paint": { - "text-color": { - "base": 1, + "line-color": "@motorway_case", + "line-width": "@link_case_width", + "line-dasharray": [ + 0.5, + 0.5 + ] + } + }, + { + "id": "tunnel_motorway_case", + "type": "line", + "source": "compositedsource", + "source-layer": "tunnel", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "class", + "motorway" + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "butt" + }, + "paint": { + "line-color": "@motorway_case", + "line-width": "@motorway_case_width", + "line-dasharray": [ + 0.5, + 0.5 + ] + } + }, + { + "id": "tunnel_trunk", + "type": "line", + "source": "compositedsource", + "source-layer": "tunnel", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "type", + "trunk" + ], + [ + "!=", + "type", + "construction" + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round" + }, + "paint": { + "line-color": "@trunk_color", + "line-width": { + "base": 1.25, "stops": [ [ - 0, - "#666" + 9.9, + 0 ], [ 10, - "#999" - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [ - [ - 1, - 9 + 0.5 ], [ - 5, - 18 + 20, + 15 ] - ], - "base": 0.9 - } + ] + }, + "line-gap-width": 0, + "line-opacity": 1 } }, { - "id": "country-label-md", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "minzoom": 1, - "maxzoom": 8, + "id": "tunnel_motorway_link", + "type": "line", + "source": "compositedsource", + "source-layer": "tunnel", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "scalerank", - 3, - 4 + "class", + "motorway_link" + ], + [ + "!=", + "type", + "construction" ] ], "layout": { - "text-field": { - "base": 1, + "visibility": "visible", + "line-cap": "round" + }, + "paint": { + "line-color": "@motorway_ramp", + "line-width": { + "base": 1.5, "stops": [ [ - 0, - "{code}" - ], - [ - 2, - "{name_en}" - ] - ] - }, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "text-max-size": 18, - "text-max-width": 7 - }, - "paint": { - "text-color": { - "base": 1, - "stops": [ - [ - 0, - "#444" + 9.95, + 0.25 ], [ 10, - "#888" - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [ - [ - 2, - 8 + 1 ], [ - 7, + 20, 18 ] - ], - "base": 0.9 + ] } } }, { - "id": "country-label-sm", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "minzoom": 1, - "maxzoom": 10, + "id": "tunnel_motorway", + "type": "line", + "source": "compositedsource", + "source-layer": "tunnel", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - ">=", - "scalerank", - 5 + "in", + "class", + "motorway" + ], + [ + "!=", + "type", + "construction" ] ], "layout": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "text-max-size": 18, - "text-max-width": 7 + "visibility": "visible", + "line-cap": "round" }, "paint": { - "text-color": { - "base": 1, + "line-color": "@motorway_ramp", + "line-width": { + "base": 1.5, "stops": [ [ - 0, - "#444" + 9.9, + 0 ], [ 10, - "#888" - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [ - [ - 3, - 8 + 1 ], [ - 9, - 18 + 20, + 38 ] - ], - "base": 0.9 + ] } } }, { - "id": "state-label-lg", - "type": "symbol", - "source": "mapbox", - "source-layer": "state_label", - "minzoom": 3, - "maxzoom": 7, + "id": "railroad", + "type": "line", + "source": "compositedsource", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - ">=", - "area", - 80000 + "in", + "class", + "major_rail", + "minor_rail" ] ], "layout": { - "text-transform": "uppercase", "visibility": "visible", - "text-field": { - "base": 1, - "stops": [ - [ - 0, - "{abbr}" - ], - [ - 4, - "{name_en}" - ] - ] - }, - "text-font": "Open Sans Bold, Arial Unicode MS Regular", - "text-max-size": 10, - "text-letter-spacing": 0.15, - "text-max-width": 7 + "line-cap": "round" }, "paint": { - "text-color": "@state-label", - "text-size": { - "base": 1, + "line-color": "@case_dark", + "line-width": { + "base": 1.25, "stops": [ [ - 4, - 9 + 5, + 0.75 ], [ - 7, - 18 + 16, + 1.5 ] ] - } + }, + "line-opacity": "@rail_opacity" } }, { - "id": "marine_label_line_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "id": "railroad_hashes", + "type": "line", + "source": "compositedsource", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" - ], - [ - "==", - "labelrank", - 1 + "in", + "class", + "major_rail", + "minor_rail" ] ], "layout": { - "text-max-width": 15, "visibility": "visible", - "symbol-placement": "line", - "text-field": "@name", - "text-max-size": 30, - "text-line-height": 1.2, - "text-letter-spacing": 0.4, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "butt" }, "paint": { - "text-color": "@label", - "text-size": { - "base": 1, + "line-color": "@case_dark", + "line-width": { + "base": 1.49, "stops": [ [ - 3, - 25 + 5, + 0.5 ], [ - 4, - 30 + 16, + 8 ] ] }, - "text-opacity": 0.25 + "line-dasharray": [ + 0.15, + 1.95 + ], + "line-opacity": "@rail_opacity" } }, { - "id": "marine_label_line_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "id": "path", + "type": "line", + "source": "compositedsource", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", + "class", + "path" + ], + [ + "in", "$type", "LineString" ], [ - "==", - "labelrank", - 2 + "!=", + "type", + "construction" ] ], "layout": { - "text-max-width": 15, "visibility": "visible", - "symbol-placement": "line", - "text-field": "@name", - "text-max-size": 24, - "text-line-height": 1.2, - "text-letter-spacing": 0, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round" }, "paint": { - "text-color": "@label", - "text-size": { - "base": 1, + "line-color": "#a0aaa0", + "line-width": { + "base": 1.25, "stops": [ [ - 3, - 14 + 15, + 1.5 ], [ - 5, - 24 + 20, + 4 ] ] }, - "text-opacity": 0.25 + "line-dasharray": [ + 0.3, + 2.5 + ], + "line-opacity": { + "base": 1, + "stops": [ + [ + 15, + 0 + ], + [ + 15.5, + 0.75 + ] + ] + } } }, { - "id": "marine_label_line_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "id": "service_case", + "type": "line", + "source": "compositedsource", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" - ], - [ - "==", - "labelrank", - 3 + "in", + "class", + "service" ] ], "layout": { - "text-max-width": 15, "visibility": "visible", - "symbol-placement": "line", - "text-field": "@name", - "text-max-size": 18, - "text-line-height": 1.2, - "text-letter-spacing": 0, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round" }, "paint": { - "text-color": "@label", - "text-size": { + "line-color": { "base": 1, "stops": [ [ - 3, - 13 + 16.05, + "@case_light" ], [ - 5, - 18 + 16.1, + "@case_dark" ] ] }, - "text-opacity": 0.25 + "line-width": "@service_case_width", + "line-opacity": { + "base": 1, + "stops": [ + [ + 12, + 0.1 + ], + [ + 15, + 1 + ] + ] + } } }, { - "id": "marine_label_line_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "id": "street_case", + "type": "line", + "source": "compositedsource", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", + "class", + "street", + "street_limited" + ], + [ + "in", "$type", "LineString" ], [ - "in", - "labelrank", - 4, - 5, - 6 + "!=", + "type", + "construction" ] ], "layout": { - "text-max-width": 15, "visibility": "visible", - "symbol-placement": "line", - "text-field": "@name", - "text-max-size": 16, - "text-line-height": 1.2, - "text-letter-spacing": 0, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round" }, "paint": { - "text-color": "@label", - "text-size": { + "line-color": { "base": 1, "stops": [ [ - 4, - 12 + 15.05, + "@case_light" ], [ - 6, - 16 + 15.1, + "@case_dark" ] ] }, - "text-opacity": 0.25 + "line-width": "@street_case_width", + "line-opacity": { + "base": 0.75, + "stops": [ + [ + 11, + 0.1 + ], + [ + 13, + 1 + ] + ] + } } }, { - "id": "marine_label_point_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "id": "tertiary_misc_case", + "type": "line", + "source": "compositedsource", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "!in", + "type", + "primary", + "secondary", + "trunk" ], [ - "==", - "labelrank", - 1 + "in", + "class", + "main" ] ], "layout": { - "text-max-width": 4, "visibility": "visible", - "symbol-placement": "point", - "text-field": "@name", - "text-max-size": 30, - "text-line-height": 1.5, - "text-letter-spacing": 0.25, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round" }, "paint": { - "text-color": "@label", - "text-size": { + "line-color": { "base": 1, "stops": [ [ - 1, - 12 + 11.9, + "@case_light" ], [ - 4, - 30 + 12, + "@case_dark" ] ] }, - "text-opacity": 0.25 + "line-width": "@tertiary_case_width", + "line-opacity": { + "base": 1, + "stops": [ + [ + 5, + 0 + ], + [ + 5.5, + 1 + ] + ] + } } }, { - "id": "marine_label_point_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "id": "secondary_case", + "type": "line", + "source": "compositedsource", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "in", + "type", + "secondary" ], [ - "==", - "labelrank", - 2 + "in", + "class", + "main" ] ], "layout": { - "text-max-width": 8, "visibility": "visible", - "symbol-placement": "point", - "text-field": "@name", - "text-max-size": 24, - "text-line-height": 1.2, - "text-letter-spacing": 0, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round" }, "paint": { - "text-color": "@label", - "text-size": { + "line-color": { "base": 1, "stops": [ [ - 3, - 14 + 11.2, + "@case_light" ], [ - 5, - 24 + 11.3, + "@case_dark" ] ] }, - "text-opacity": 0.25 + "line-width": "@secondary_case_width", + "line-opacity": { + "base": 1, + "stops": [ + [ + 8, + 0 + ], + [ + 8.5, + 1 + ] + ] + } } }, { - "id": "marine_label_point_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "id": "primary_case", + "type": "line", + "source": "compositedsource", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "in", + "type", + "primary" ], [ - "==", - "labelrank", - 3 + "in", + "class", + "main" ] ], "layout": { - "text-max-width": 8, "visibility": "visible", - "symbol-placement": "point", - "text-field": "@name", - "text-max-size": 18, - "text-line-height": 1.3, - "text-letter-spacing": 0.1, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round" }, "paint": { - "text-color": "@label", - "text-size": { + "line-color": { "base": 1, "stops": [ [ - 3, - 13 + 10.9, + "@case_light" ], [ - 5, - 18 + 11, + "@case_dark" ] ] }, - "text-opacity": 0.25 + "line-width": "@primary_case_width", + "line-opacity": 1 } }, { - "id": "marine_label_point_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "id": "trunk_case", + "type": "line", + "source": "compositedsource", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "$type", - "Point" - ], [ "in", - "labelrank", - 4, - 5, - 6 + "type", + "trunk" ] ], "layout": { - "text-max-width": 8, - "visibility": "none", - "symbol-placement": "point", - "text-field": "@name", - "text-max-size": 16, - "text-line-height": 1.2, - "text-letter-spacing": 0.1 + "visibility": "visible", + "line-cap": "round" }, "paint": { - "text-color": "@label", - "text-size": { + "line-color": "#dba866", + "line-width": "@trunk_case_width", + "line-opacity": { "base": 1, "stops": [ [ - 4, - 12 + 8, + 0 ], [ - 6, - 16 + 8.5, + 1 ] ] } } }, { - "id": "place_label_city_large_n", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "id": "construction_road", + "type": "line", + "source": "compositedsource", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "<=", - "scalerank", - 1 - ], [ "in", - "ldir", - "N", - "NE", - "NW", - "W" - ], - [ - "==", "type", - "city" + "construction" ] ], "layout": { - "text-field": "@name", - "text-font": "@sans_bd", - "text-max-width": 5, - "text-max-size": 20, - "text-transform": "none", - "text-anchor": { + "line-cap": "round" + }, + "paint": { + "line-width": { "base": 1, "stops": [ [ - 0, - "bottom" + 14.05, + 0 ], [ - 6, - "center" - ] - ] - }, - "text-offset": { - "base": 1, - "stops": [ - [ - 0, - [ - 0, - -0.2 - ] + 14.1, + 2 ], [ - 6, - [ - 0, - 0 - ] + 18, + 7 ] ] }, - "symbol-avoid-edges": false - }, + "line-opacity": 0.25, + "line-color": "#ccc", + "line-dasharray": [ + 1, + 0 + ] + } + }, + { + "id": "service", + "ref": "service_case", + "interactive": true, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, - "text-size": { - "stops": [ - [ - 4, - 11 - ], - [ - 10, - 20 - ] - ], - "base": 0.9 - } + "line-color": "#fff", + "line-width": "@service_width" } }, { - "id": "place_label_city_large_s", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "id": "street", + "ref": "street_case", + "interactive": true, + "paint": { + "line-color": "#fff", + "line-width": "@street_width", + "line-opacity": 1 + } + }, + { + "id": "tertiary_misc", + "ref": "tertiary_misc_case", + "interactive": true, + "paint": { + "line-color": "#fff", + "line-width": "@tertiary_width" + } + }, + { + "id": "secondary", + "ref": "secondary_case", + "interactive": true, + "paint": { + "line-color": "#fff", + "line-width": "@secondary_width", + "line-opacity": 1 + } + }, + { + "id": "primary", + "ref": "primary_case", + "interactive": true, + "paint": { + "line-color": "#fff", + "line-width": "@primary_width" + } + }, + { + "id": "motorway_link_case", + "type": "line", + "source": "compositedsource", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "type", - "city" - ], - [ - "<=", - "scalerank", - 1 - ], [ "in", - "ldir", - "S", - "SE", - "SW", - "E" + "class", + "motorway_link" ] ], "layout": { - "text-field": "@name", - "text-font": "@sans_bd", - "text-max-width": 15, - "text-max-size": 20, - "text-transform": "none", - "text-anchor": { - "base": 1, - "stops": [ - [ - 0, - "top" - ], - [ - 6, - "center" - ] - ] - }, - "text-offset": { - "base": 1, - "stops": [ - [ - 0, - [ - 0, - 0.1 - ] - ], - [ - 6, - [ - 0, - 0 - ] - ] - ] - } + "visibility": "visible", + "line-cap": "round" }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, - "text-size": { - "stops": [ - [ - 4, - 11 - ], - [ - 10, - 20 - ] - ], - "base": 0.9 - } + "line-color": "@motorway_case", + "line-width": "@link_case_width" } }, { - "id": "place_label_city_medium_n", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "id": "motorway_case", + "type": "line", + "source": "compositedsource", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "type", - "city" - ], - [ - "<=", - "scalerank", - 4 - ], - [ - ">", - "scalerank", - 1 - ], [ "in", - "ldir", - "N", - "W", - "NW", - "NE" + "class", + "motorway" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-width": 10, - "text-max-size": 19, - "text-anchor": { + "visibility": "visible", + "line-cap": "butt" + }, + "paint": { + "line-color": "@motorway_case", + "line-width": "@motorway_case_width", + "line-opacity": 1 + } + }, + { + "id": "trunk", + "type": "line", + "source": "compositedsource", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "type", + "trunk" + ], + [ + "!=", + "type", + "construction" + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round" + }, + "paint": { + "line-color": "@trunk_color", + "line-width": "@trunk_width", + "line-gap-width": 0 + } + }, + { + "id": "motorway_link", + "ref": "motorway_link_case", + "interactive": true, + "paint": { + "line-color": "@motorway_ramp", + "line-width": "@link_width" + } + }, + { + "id": "motorway", + "type": "line", + "source": "compositedsource", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "class", + "motorway" + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round" + }, + "paint": { + "line-color": "@motorway_ramp", + "line-width": "@motorway_width", + "line-opacity": { "base": 1, "stops": [ [ - 0, - "bottom" + 5, + 0 ], [ 6, - "center" + 1 ] ] - }, - "text-offset": { + } + } + }, + { + "id": "river_label", + "type": "symbol", + "source": "compositedsource", + "source-layer": "waterway_label", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "type", + "river" + ] + ], + "layout": { + "text-line-height": { "base": 1, "stops": [ [ - 0, - [ - 0, - -0.2 - ] + 8, + 1 ], [ - 6, - [ - 0, - 0 - ] + 20, + 1.75 ] ] - } + }, + "text-allow-overlap": false, + "symbol-min-distance": 550, + "text-ignore-placement": false, + "text-max-angle": 15, + "text-max-size": 16, + "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 10, + "visibility": "visible", + "text-rotation-alignment": "map", + "text-field": "{name}", + "text-letter-spacing": 0.3, + "text-max-width": 5 }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, + "text-color": "#568eb3", + "text-halo-color": "#F8F4F0", + "text-halo-width": 0, "text-size": { + "base": 1, "stops": [ [ - 5, - 11 + 6, + 8 ], [ - 12, - 19 + 18, + 18 ] - ], - "base": 0.9 + ] } } }, { - "id": "place_label_city_medium_s", + "id": "marine_label_big", "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "source": "compositedsource", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "type", - "city" - ], [ "<=", - "scalerank", - 4 - ], - [ - ">", - "scalerank", + "labelrank", 1 - ], - [ - "in", - "ldir", - "S", - "E", - "SE", - "SW" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-width": 10, - "text-max-size": 19, - "text-anchor": { + "text-line-height": { "base": 1, "stops": [ [ 0, - "top" + 1.25 ], [ - 6, - "center" + 20, + 1.75 ] ] }, - "text-offset": { - "base": 1, - "stops": [ - [ - 0, - [ - 0, - 0.1 - ] - ], - [ - 6, - [ - 0, - 0 - ] - ] - ] - } + "text-allow-overlap": false, + "symbol-min-distance": 550, + "text-ignore-placement": false, + "text-max-angle": 15, + "text-max-size": 16, + "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 10, + "visibility": "visible", + "text-rotation-alignment": "viewport", + "text-field": "{name}", + "text-letter-spacing": 0.3, + "text-max-width": 5 }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, + "text-color": "#568eb3", + "text-halo-color": "#F8F4F0", + "text-halo-width": 0, "text-size": { + "base": 1, "stops": [ [ - 5, - 11 + 2, + 13 ], [ - 12, - 19 + 18, + 29 ] - ], - "base": 0.9 + ] } } }, { - "id": "place_label_city_small_n", + "id": "marine_label_medium_linear", "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "source": "compositedsource", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "type", - "city" - ], [ ">", - "scalerank", - 4 + "labelrank", + 2 ], [ "in", - "ldir", - "N", - "W", - "NW", - "NE" + "$type", + "LineString" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-width": 10, - "text-max-size": 19, - "text-anchor": { + "text-line-height": { "base": 1, "stops": [ [ - 0, - "bottom" + 4, + 1.25 ], [ - 6, - "center" + 20, + 1.75 ] ] }, - "text-offset": { - "base": 1, - "stops": [ - [ - 0, - [ - 0, - -0.2 - ] - ], - [ - 6, - [ - 0, - 0 - ] - ] - ] - } + "text-allow-overlap": false, + "symbol-min-distance": 400, + "text-ignore-placement": false, + "text-max-angle": 45, + "text-max-size": 16, + "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 10, + "visibility": "visible", + "text-rotation-alignment": "map", + "text-field": "{name}", + "text-letter-spacing": 0.2, + "text-max-width": 7.5 }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, + "text-color": "#568eb3", + "text-halo-color": "#F8F4F0", + "text-halo-width": 0, "text-size": { + "base": 1, "stops": [ [ - 6, - 11 + 4, + 14 ], [ - 14, - 19 + 20, + 24 ] ] } } }, { - "id": "place_label_city_small_s", + "id": "marine_label_medium_point", "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "source": "compositedsource", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "type", - "city" - ], [ ">", - "scalerank", - 4 + "labelrank", + 2 ], [ "in", - "ldir", - "S", - "E", - "SE", - "SW" + "$type", + "Point" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-width": 10, - "text-max-size": 19, - "text-anchor": { + "text-line-height": { "base": 1, "stops": [ [ - 0, - "top" + 4, + 1.25 ], [ - 6, - "center" + 20, + 1.75 ] ] }, - "text-offset": { - "base": 1, - "stops": [ - [ - 0, - [ - 0, - 0.1 - ] - ], - [ - 6, - [ - 0, - 0 - ] - ] - ] - } + "text-allow-overlap": false, + "symbol-min-distance": 400, + "text-ignore-placement": false, + "text-max-angle": 45, + "text-max-size": 16, + "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 10, + "visibility": "visible", + "text-rotation-alignment": "map", + "text-field": "{name}", + "text-letter-spacing": 0.2, + "text-max-width": 7.5 }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, + "text-color": "#568eb3", + "text-halo-color": "#F8F4F0", + "text-halo-width": 0, "text-size": { + "base": 1, "stops": [ [ - 6, - 11 + 4, + 14 ], [ - 14, - 19 + 20, + 24 ] ] } } }, { - "id": "place_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "minzoom": 8, + "id": "bridge_service_case", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "in", + "class", + "service" + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round" + }, + "paint": { + "line-color": "#ccc", + "line-width": "@service_case_width" + } + }, + { + "id": "bridge_street_case", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "class", + "street", + "street_limited" ], [ "in", + "$type", + "LineString" + ], + [ + "!=", "type", - "town", - "village", - "hamlet" + "construction" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Regular, Arial Unicode MS Bold", - "text-max-width": 15, - "text-max-size": 18 + "visibility": "visible", + "line-cap": "butt" }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { + "line-color": { + "base": 1, "stops": [ [ - 6, - 10 + 15, + "@case_light" ], [ - 12, - 13 + 15.1, + "@case_dark" ] ] - } + }, + "line-width": "@street_case_width" } }, { - "id": "place_label_neighborhood", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "minzoom": 12, + "id": "bridge_tertiary_misc_case", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "!in", + "type", + "primary", + "secondary", + "trunk" ], [ "in", - "type", - "suburb", - "neighbourhood" + "class", + "main" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Bold, Arial Unicode MS Bold", - "text-max-width": 7, - "text-max-size": 14, - "text-letter-spacing": 0.1, - "text-transform": "uppercase" + "visibility": "visible", + "line-cap": "butt" }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [ - [ - 12, - 10 - ], - [ - 16, - 14 - ] - ] - }, - "text-opacity": { + "line-color": { "base": 1, "stops": [ [ - 0, - 0 + 11.9, + "@case_light" ], [ 12, - 0.66 - ], - [ - 13, - 1 + "@case_dark" ] ] - } + }, + "line-width": "@tertiary_case_width" } }, { - "id": "water-label", - "type": "symbol", - "source": "mapbox", - "source-layer": "water_label", - "minzoom": 5, + "id": "bridge_secondary_case", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", + "minzoom": 0, "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "type", + "secondary" + ], + [ + "in", + "class", + "main" + ] + ], "layout": { - "text-font": "Open Sans Italic, Arial Unicode MS Regular", "visibility": "visible", - "text-field": "{name_en}", - "text-max-width": 7 + "line-cap": "butt" }, "paint": { - "text-color": "@state-label", - "text-size": { + "line-color": { "base": 1, "stops": [ [ - 13, - 12 + 11.2, + "@case_light" ], [ - 18, - 16 + 11.3, + "@case_dark" ] ] - } + }, + "line-width": "@secondary_case_width", + "line-opacity": 1 } }, { - "id": "poi-scalerank1", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", + "id": "bridge_primary_case", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "!in", - "maki", - "rail-light", - "rail-metro", - "rail", - "airport", - "airfield", - "heliport", - "rocket", - "park", - "golf", - "cemetary", - "zoo", - "campsite", - "swimming", - "dog-park" + "in", + "type", + "primary" ], [ - "<=", - "scalerank", - 1 + "in", + "class", + "main" ] ], "layout": { - "text-max-width": 8, "visibility": "visible", - "text-field": "{name_en}", - "text-max-size": 14, - "icon-image": { - "base": 1, - "stops": [ - [ - 13, - "{maki}-11" - ], - [ - 14, - "{maki}-17" - ] - ] - } + "line-cap": "butt" }, "paint": { - "text-color": "@label-secondary", - "text-size": { + "line-color": { "base": 1, "stops": [ [ - 10, - 10 + 10.9, + "@case_light" ], [ - 18, - 14 + 11, + "@case_dark" ] ] }, - "text-halo-color": "@label-halo", - "text-halo-width": 1 + "line-width": "@primary_case_width" } }, { - "id": "poi-parks-scalerank1", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", + "id": "bridge_trunk_case", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "!in", - "maki", - "park", - "golf", - "cemetary", - "zoo", - "campsite", - "heliport", - "rocket", - "park", - "golf", - "cemetary", - "zoo", - "campsite", - "swimming", - "dog-park" - ], - [ - "<=", - "scalerank", - 1 + "in", + "type", + "trunk" ] ], "layout": { - "text-max-width": 8, "visibility": "visible", - "text-field": "{name_en}", - "text-max-size": 14, - "icon-image": { + "line-cap": "butt" + }, + "paint": { + "line-color": "#dba866", + "line-width": "@trunk_case_width" + } + }, + { + "id": "construction_bridge", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "type", + "construction" + ] + ], + "layout": { + "line-cap": "round" + }, + "paint": { + "line-width": { "base": 1, "stops": [ [ - 13, - "{maki}-11" + 12.05, + 0 ], [ - 14, - "{maki}-17" + 12.1, + 2 + ], + [ + 18, + 7 ] ] - } - }, + }, + "line-opacity": 0.25, + "line-color": "#ccc", + "line-dasharray": [ + 1, + 0 + ] + } + }, + { + "id": "bridge_service", + "ref": "bridge_service_case", + "interactive": true, "paint": { - "text-color": "@label-park", - "text-size": { - "base": 1, + "line-color": "#fff", + "line-width": { + "base": 1.25, "stops": [ [ - 10, - 10 + 14.5, + 0 + ], + [ + 14.6, + 2 ], [ 18, - 14 + 4.5 ] ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 1 + } } }, { - "id": "airport-label", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", + "id": "bridge_street", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "maki", - "airport", - "heliport", - "rocket" + "class", + "street", + "street_limited" ], [ - "<=", - "scalerank", - 2 + "in", + "$type", + "LineString" ] ], "layout": { - "icon-image": { - "base": 1, - "stops": [ - [ - 12, - "{maki-11}" - ], - [ - 13, - "{maki-17}" - ] - ] - }, "visibility": "visible", - "text-field": { - "base": 1, - "stops": [ - [ - 12, - "{ref}" - ], - [ - 13, - "{name_en}" - ] - ] - }, - "text-max-size": 18, - "text-max-width": 9, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular" + "line-cap": "round" }, "paint": { - "text-color": "@label", - "text-size": { - "base": 1, - "stops": [ - [ - 10, - 10 - ], - [ - 18, - 18 - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 0 + "line-color": "#fff", + "line-width": "@street_width", + "line-opacity": 1 } }, { - "id": "road-label-large", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", + "id": "bridge_tertiary_misc", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", + [ + "!in", + "type", + "primary", + "secondary", + "trunk" + ], [ "in", "class", - "motorway", "main" ] ], "layout": { - "symbol-placement": "line", - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-transform": "none", - "text-letter-spacing": 0, - "text-max-size": 16, - "text-padding": 0 + "visibility": "visible", + "line-cap": "round" }, "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 8 - ], - [ - 20, - 17 - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-color": "@label-road" + "line-color": "#fff", + "line-width": "@tertiary_width" } }, { - "id": "road-label-med", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", + "id": "bridge_secondary", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", + "minzoom": 11, + "maxzoom": 22, + "interactive": true, "filter": [ "all", + [ + "in", + "type", + "secondary" + ], [ "in", "class", - "street", - "street_limited" + "main" ] ], "layout": { - "symbol-placement": "line", - "text-field": "{name_en}", - "text-font": "@sans_md", - "text-transform": "none", - "text-letter-spacing": 0, - "text-max-size": 16, - "text-padding": 0 + "visibility": "visible", + "line-cap": "round" }, "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 8 - ], - [ - 20, - 16 - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-color": "@label-road" + "line-color": "#fff", + "line-width": "@secondary_width", + "line-opacity": 1 } }, { - "id": "road-label-sm", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "minzoom": 12, + "id": "bridge_primary", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "!in", - "class", - "motorway", - "main", - "street_limited", - "street" + "in", + "type", + "primary" ], [ - "==", - "$type", - "LineString" + "in", + "class", + "main" ] ], "layout": { - "symbol-placement": "line", - "text-field": "{name_en}", - "text-font": "@sans_md", - "text-transform": "none", - "text-letter-spacing": 0, - "text-max-size": 16, - "text-padding": 0 + "visibility": "visible", + "line-cap": "round" }, "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 8 - ], - [ - 20, - 15 - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-color": "@label-road" + "line-color": "#fff", + "line-width": "@primary_width" } }, { - "id": "waterway-label", - "type": "symbol", - "source": "mapbox", - "source-layer": "waterway_label", - "minzoom": 12, + "id": "bridge_trunk", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", + "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "river" + "in", + "type", + "trunk" ] ], "layout": { - "text-font": "Open Sans Italic, Arial Unicode MS Regular", "visibility": "visible", - "symbol-placement": "line", - "text-field": "{name_en}" + "line-cap": "round" }, "paint": { - "text-color": "@label-waterway", - "text-size": { - "base": 1, - "stops": [ - [ - 13, - 12 - ], - [ - 18, - 16 - ] - ] - } + "line-color": "@trunk_color", + "line-width": "@trunk_width", + "line-opacity": 1 } - } - ], - "owner": "andreasviglakis", - "modified": "2015-04-10T21:22:58.363Z", - "created": "2015-04-09T00:33:20.278Z", - "id": "andreasviglakis.0c9f1222" - }, - "emerald": { - "version": 7, - "name": "Emerald", - "constants": { - "@generic_poi": "#766f6f", - "@secondary_case_width": { - "base": 1, - "stops": [ - [ - 11.25, - 0.75 - ], - [ - 11.3, - 1 - ], - [ - 18, - 13.25 - ] - ] }, - "@case_dark": "#bcb4b9", - "@hillshades": { - "base": 1, - "stops": [ + { + "id": "bridge_motorway_link_case", + "type": "line", + "source": "compositedsource", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 14, - 0.05 - ], - [ - 15, - 0 - ] - ] - }, - "@case_light": "#c5babf", - "@color-2": "#fff", - "@number-1": { - "base": 1, - "stops": [ - [ - 5, - 0 - ], - [ - 5.2, - 1 - ] - ] - }, - "@background": "#F8F4F0", - "@number-2": 1, - "@number-4": { - "base": 1, - "stops": [ - [ - 14, - "@case_light" - ], - [ - 14.1, - "@case_dark" - ] - ] - }, - "@motorway_case": "#e59063", - "@link_case_width": { - "base": 1.05, - "stops": [ - [ - 11.95, - 0.7 - ], - [ - 12, - 2.75 - ], - [ - 20, - 13 + "in", + "class", + "motorway_link" ] - ] - } - }, - "sources": { - "compositedsource": { - "url": "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6", - "type": "vector" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/emerald", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [ - { - "id": "background", - "type": "background", - "minzoom": 0, - "maxzoom": 22, + ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-cap": "butt" }, "paint": { - "background-color": "@background" + "line-color": "@motorway_case", + "line-width": "@link_case_width" } }, { - "id": "landcover_wood", - "type": "fill", + "id": "bridge_motorway_case", + "type": "line", "source": "compositedsource", - "source-layer": "landcover", + "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "wood" + "motorway" ] ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-cap": "butt" }, "paint": { - "fill-color": "#d4e2c6", - "fill-opacity": 0.5 + "line-color": "@motorway_case", + "line-width": "@motorway_case_width" } }, { - "id": "landcover_scrub", - "type": "fill", + "id": "bridge_motorway_link", + "type": "line", "source": "compositedsource", - "source-layer": "landcover", + "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "scrub" + "motorway_link" ] ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-cap": "round" }, "paint": { - "fill-color": "#e0e8cd", - "fill-opacity": 0.5 + "line-color": "@motorway_ramp", + "line-width": "@link_width" } }, { - "id": "landcover_grass", - "type": "fill", + "id": "bridge_path", + "type": "line", "source": "compositedsource", - "source-layer": "landcover", + "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "grass" + "path" ] ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-cap": "round" }, "paint": { - "fill-color": "#e7ebd1", - "fill-opacity": 0.5 + "line-color": "#aaa", + "line-width": { + "base": 1.25, + "stops": [ + [ + 5, + 0.75 + ], + [ + 16, + 1.5 + ] + ] + }, + "line-dasharray": [ + 0.3, + 2.5 + ], + "line-opacity": 0.75 } }, { - "id": "landcover_crop", - "type": "fill", + "id": "bridge_motorway", + "type": "line", "source": "compositedsource", - "source-layer": "landcover", + "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "crop" + "motorway" ] ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-cap": "round" }, "paint": { - "fill-color": "#eeeed4", - "fill-opacity": 0.5 + "line-color": "@motorway_ramp", + "line-width": "@motorway_width" } }, { - "id": "landcover_snow", - "type": "fill", + "id": "bridge_railroad", + "type": "line", "source": "compositedsource", - "source-layer": "landcover", + "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ - "all", + "any", [ - "==", + "in", "class", - "snow" + "major_rail", + "minor_rail" ] ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-cap": "round" }, "paint": { - "fill-color": "#f4f8ff", - "fill-opacity": 0.5 + "line-color": "@case_dark", + "line-width": { + "base": 1.25, + "stops": [ + [ + 5, + 0.75 + ], + [ + 16, + 1.5 + ] + ] + }, + "line-opacity": "@rail_opacity" } }, { - "id": "hospital", - "type": "fill", + "id": "bridge_railroad_hashes", + "type": "line", "source": "compositedsource", - "source-layer": "landuse", + "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ - "all", + "any", [ - "==", + "in", "class", - "hospital" + "major_rail", + "minor_rail" ] ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-cap": "butt" }, "paint": { - "fill-color": "#f8ecee", - "fill-outline-color": "#ead1d2" + "line-color": "@case_dark", + "line-width": { + "base": 1.49, + "stops": [ + [ + 5, + 0.5 + ], + [ + 16, + 8 + ] + ] + }, + "line-dasharray": [ + 0.15, + 1.95 + ], + "line-opacity": "@rail_opacity" } }, { - "id": "school", - "type": "fill", + "id": "country_label_big", + "type": "symbol", "source": "compositedsource", - "source-layer": "landuse", + "source-layer": "country_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "school" + "<=", + "scalerank", + 2 ] ], "layout": { - "visibility": "visible" + "text-line-height": 1.1, + "text-allow-overlap": false, + "text-ignore-placement": false, + "text-transform": "none", + "text-font": "Open Sans Regular, Arial Unicode MS Regular", + "visibility": "visible", + "text-offset": [ + 0, + 0 + ], + "text-field": "{name_en}", + "text-letter-spacing": 0.05, + "text-max-width": 4 }, "paint": { - "fill-color": "#e7e3e7", - "fill-outline-color": { - "base": 1, + "text-opacity": 1, + "text-size": { + "base": 1.1, "stops": [ [ - 12, - "#f6eeff" + 0, + 8 ], [ - 13, - "#e0dced" + 10, + 36 ] ] - } - } - }, - { - "id": "park", - "type": "fill", - "source": "compositedsource", - "source-layer": "landuse", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "any", - [ - "==", - "class", - "park" - ], - [ - "==", - "class", - "grass" - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "#d8e1c5", - "fill-opacity": 1, - "fill-outline-color": "#d2e4c7" + }, + "text-halo-color": "@background", + "text-halo-width": 2, + "text-color": "@city_label" } }, { - "id": "wood", - "type": "fill", + "id": "country_label_small", + "type": "symbol", "source": "compositedsource", - "source-layer": "landuse", + "source-layer": "country_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "wood" + ">", + "scalerank", + 2 ] ], "layout": { - "visibility": "visible" + "text-line-height": 1.1, + "text-allow-overlap": false, + "text-ignore-placement": false, + "text-transform": "none", + "text-font": "Open Sans Regular, Arial Unicode MS Regular", + "symbol-placement": "point", + "visibility": "visible", + "text-field": "{name_en}", + "text-letter-spacing": 0.05, + "text-max-width": 4 }, "paint": { - "fill-color": "#6a4", - "fill-opacity": 0.05 + "text-opacity": 1, + "text-size": { + "base": 1.2, + "stops": [ + [ + 0, + 7 + ], + [ + 10, + 36 + ] + ] + }, + "text-halo-color": "@background", + "text-halo-width": 2, + "text-color": "@city_label" } }, { - "id": "pitch", - "type": "fill", + "id": "city_label_big", + "type": "symbol", "source": "compositedsource", - "source-layer": "landuse", + "source-layer": "place_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ - "any", + "all", [ - "==", - "class", - "pitch" + "in", + "type", + "city" ], [ - "==", - "type", - "golf_course" + "<=", + "scalerank", + 2 ] ], "layout": { - "visibility": "visible" + "text-line-height": { + "base": 1, + "stops": [ + [ + 8, + 1 + ], + [ + 20, + 1.3 + ] + ] + }, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": { + "base": 1, + "stops": [ + [ + 0, + "dot" + ], + [ + 6, + "" + ] + ] + }, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": { + "base": 1.05, + "stops": [ + [ + 2, + 10 + ], + [ + 18, + 40 + ] + ] + }, + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 0, + "visibility": "visible", + "text-offset": { + "base": 1, + "stops": [ + [ + 5.99, + [ + 0, + 0.25 + ] + ], + [ + 6, + [ + 0, + 0 + ] + ] + ] + }, + "text-rotation-alignment": "viewport", + "text-anchor": { + "base": 1, + "stops": [ + [ + 0, + "top" + ], + [ + 6, + "center" + ] + ] + }, + "text-field": "{name_en}", + "text-letter-spacing": 0, + "text-max-width": 5 }, "paint": { - "fill-color": "#c7d7bf", - "fill-opacity": 1 + "text-color": "@city_label", + "text-halo-color": "#F8F4F0", + "text-halo-width": { + "base": 1, + "stops": [ + [ + 6, + 1.75 + ], + [ + 18, + 2.75 + ] + ] + }, + "text-size": { + "base": 1.05, + "stops": [ + [ + 1.9, + 10 + ], + [ + 18, + 40 + ] + ] + } } }, { - "id": "sand", - "type": "fill", + "id": "city_label_medium", + "type": "symbol", "source": "compositedsource", - "source-layer": "landuse", + "source-layer": "place_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "sand" - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "#f1f0d2", - "fill-opacity": 1 - } - }, - { - "id": "cemetery", - "type": "fill", - "source": "compositedsource", - "source-layer": "landuse", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", + "in", + "type", + "city" + ], [ - "==", - "class", - "cemetery" + "in", + "scalerank", + 3, + 4 ] ], "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "#e7ebd1" - } - }, - { - "id": "shadow_uber", - "type": "fill", - "source": "compositedsource", - "source-layer": "hillshade", - "minzoom": 0, - "maxzoom": 15, - "filter": [ - "all", - [ - "==", - "level", - 56 - ] - ], - "layout": { - "visibility": "visible" + "text-line-height": { + "base": 1, + "stops": [ + [ + 8, + 1 + ], + [ + 20, + 1.3 + ] + ] + }, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": { + "base": 1, + "stops": [ + [ + 0, + "dot" + ], + [ + 6, + "" + ] + ] + }, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": { + "base": 1.05, + "stops": [ + [ + 4, + 10 + ], + [ + 18, + 36 + ] + ] + }, + "text-font": { + "base": 1, + "stops": [ + [ + 0, + "Open Sans Regular, Arial Unicode MS Regular" + ], + [ + 6, + "Open Sans Semibold, Arial Unicode MS Regular" + ] + ] + }, + "symbol-placement": "point", + "text-padding": 0, + "visibility": "visible", + "text-offset": { + "base": 1, + "stops": [ + [ + 5.99, + [ + 0, + 0.25 + ] + ], + [ + 6, + [ + 0, + 0 + ] + ] + ] + }, + "text-rotation-alignment": "viewport", + "text-anchor": { + "base": 1, + "stops": [ + [ + 0, + "top" + ], + [ + 6, + "center" + ] + ] + }, + "text-field": "{name_en}", + "text-letter-spacing": 0, + "text-max-width": 5 }, "paint": { - "fill-opacity": "@hillshades", - "fill-color": "#031c2a" + "text-color": "@city_label", + "text-halo-color": "#F8F4F0", + "text-halo-width": { + "base": 1, + "stops": [ + [ + 6, + 1.75 + ], + [ + 18, + 2.75 + ] + ] + }, + "text-size": { + "base": 1.05, + "stops": [ + [ + 4, + 10 + ], + [ + 18, + 40 + ] + ] + } } }, { - "id": "shadow_strong", - "type": "fill", + "id": "city_label_small", + "type": "symbol", "source": "compositedsource", - "source-layer": "hillshade", + "source-layer": "place_label", "minzoom": 0, - "maxzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 67 - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-opacity": "@hillshades", - "fill-color": "#031c2a" - } - }, - { - "id": "shadow_medium", - "type": "fill", - "source": "compositedsource", - "source-layer": "hillshade", - "minzoom": 0, - "maxzoom": 15, - "filter": [ - "all", + "in", + "type", + "city" + ], [ - "==", - "level", - 78 + "!in", + "scalerank", + 1, + 2, + 3, + 4 ] ], "layout": { - "visibility": "visible" + "text-line-height": 1.1, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "symbol-avoid-edges": true, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": { + "base": 1.05, + "stops": [ + [ + 5, + 10 + ], + [ + 18, + 30 + ] + ] + }, + "text-font": { + "base": 1, + "stops": [ + [ + 0, + "Open Sans Regular, Arial Unicode MS Regular" + ], + [ + 9, + "Open Sans Semibold, Arial Unicode MS Regular" + ] + ] + }, + "symbol-placement": "point", + "text-padding": 0, + "visibility": "visible", + "text-offset": [ + 0, + 0 + ], + "text-rotation-alignment": "viewport", + "text-anchor": "center", + "text-field": "{name_en}", + "text-letter-spacing": 0, + "text-max-width": 5 }, "paint": { - "fill-opacity": "@hillshades", - "fill-color": "#031c2a" + "text-color": "@city_label", + "text-halo-color": "@background", + "text-halo-width": { + "base": 1.2, + "stops": [ + [ + 6, + 1.5 + ], + [ + 20, + 6 + ] + ] + }, + "text-size": { + "base": 1.05, + "stops": [ + [ + 5, + 10 + ], + [ + 18, + 30 + ] + ] + }, + "icon-size": 0.8, + "icon-opacity": 1, + "text-opacity": 1 } }, { - "id": "shadow_weak", - "type": "fill", + "id": "town_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "hillshade", + "source-layer": "place_label", "minzoom": 0, - "maxzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 89 + "in", + "type", + "town" + ], + [ + "<=", + "localrank", + 40 ] ], "layout": { - "visibility": "visible" - }, - "paint": { - "fill-opacity": "@hillshades", - "fill-color": "#031c2a" - } - }, - { - "id": "highlight_weak", - "type": "fill", - "source": "compositedsource", - "source-layer": "hillshade", - "minzoom": 0, - "maxzoom": 15, - "filter": [ - "all", - [ - "==", - "level", - 90 - ] - ], - "layout": { - "visibility": "visible" + "text-line-height": 1, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": { + "base": 1.05, + "stops": [ + [ + 8, + 12 + ], + [ + 18, + 26 + ] + ] + }, + "text-font": { + "base": 1, + "stops": [ + [ + 0, + "Open Sans Regular, Arial Unicode MS Regular" + ], + [ + 12, + "Open Sans Semibold, Arial Unicode MS Regular" + ] + ] + }, + "symbol-placement": "point", + "text-padding": 2, + "visibility": "visible", + "text-offset": [ + 0, + 0 + ], + "text-rotation-alignment": "viewport", + "text-anchor": "center", + "text-field": "{name_en}", + "text-letter-spacing": 0, + "text-max-width": 5, + "icon-max-size": 1 }, "paint": { - "fill-opacity": { + "text-color": "@city_label", + "text-halo-color": "#F8F4F0", + "text-halo-width": { "base": 1, "stops": [ [ - 14, - 0.1 + 8, + 1.5 ], [ - 15, - 0 + 20, + 3.75 ] ] }, - "fill-color": "#fff" + "text-size": { + "base": 1.05, + "stops": [ + [ + 8, + 11 + ], + [ + 18, + 26 + ] + ] + }, + "text-opacity": 0.8, + "icon-opacity": 1, + "icon-size": 0.9 } }, { - "id": "highlight_medium", - "type": "fill", + "id": "hamlet_village_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "hillshade", + "source-layer": "place_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 94 + "in", + "type", + "village", + "hamlet" + ], + [ + "<=", + "localrank", + 30 ] ], "layout": { - "visibility": "visible" + "text-line-height": 1, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": { + "base": 1.05, + "stops": [ + [ + 8, + 10 + ], + [ + 20, + 24 + ] + ] + }, + "text-font": "Open Sans Regular, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 5, + "visibility": "visible", + "text-offset": [ + 0, + 0 + ], + "text-rotation-alignment": "viewport", + "text-anchor": "center", + "text-field": "{name_en}", + "text-letter-spacing": 0, + "text-max-width": 5, + "icon-max-size": 1 }, "paint": { - "fill-color": "#fff", - "fill-opacity": 0.2 - } - }, - { - "id": "airport", - "type": "fill", - "source": "compositedsource", - "source-layer": "landuse", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "industrial" - ] - ], - "layout": {}, - "paint": { - "fill-color": "#ddd", - "fill-opacity": 0.25 + "text-color": "@city_label", + "text-halo-color": "#F8F4F0", + "text-halo-width": { + "base": 1, + "stops": [ + [ + 8, + 2 + ], + [ + 20, + 3.75 + ] + ] + }, + "text-size": { + "base": 1.05, + "stops": [ + [ + 8, + 10 + ], + [ + 20, + 24 + ] + ] + }, + "text-opacity": 0.7, + "icon-opacity": 1, + "icon-size": 0.9 } }, { - "id": "aeroway", - "type": "line", + "id": "neighborhood_large_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "aeroway", + "source-layer": "place_label", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 18, + "interactive": true, "filter": [ "all", [ "in", "type", - "runway", - "taxiway" + "neighbourhood", + "suburb" + ], + [ + "<=", + "localrank", + 5 ] ], "layout": { - "line-cap": "butt" - }, - "paint": { - "line-width": { + "text-line-height": { "base": 1, "stops": [ [ - 10, - 2 + 8, + 0.85 ], [ 20, - 12 + 1.4 ] ] }, - "line-opacity": 1, - "line-color": "#ddd" - } - }, - { - "id": "water_edge", - "type": "line", - "source": "compositedsource", - "source-layer": "water", - "minzoom": 2, - "maxzoom": 22, - "layout": { - "visibility": "visible" + "text-allow-overlap": false, + "symbol-min-distance": 250, + "symbol-avoid-edges": false, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@neighborhood_size", + "text-font": "Open Sans Italic, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 0, + "visibility": "visible", + "text-offset": [ + 0, + 0 + ], + "text-rotation-alignment": "viewport", + "text-field": "{name_en}", + "text-letter-spacing": 0.15, + "text-max-width": 5 }, "paint": { - "line-color": "#7d8892", - "line-opacity": 1, - "line-width": { + "text-color": "#844", + "text-halo-color": "#F8F4F0", + "text-halo-width": { "base": 1, "stops": [ [ - 8, - 0 + 16, + 2.5 ], [ 20, - 2.5 + 5 ] ] }, - "line-blur": 1 + "text-size": "@neighborhood_size" } }, { - "id": "water", - "type": "fill", + "id": "airport_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "water", - "minzoom": 0, - "maxzoom": 22, - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "#cadcea", - "fill-outline-color": "#cadcea" - } - }, - { - "id": "barrier_land", - "type": "fill", - "source": "compositedsource", - "source-layer": "barrier_line", + "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "land" + "in", + "maki", + "airport", + "airfield" ], [ - "==", - "$type", - "Polygon" + "<=", + "scalerank", + 2 ] ], "layout": { - "visibility": "visible" + "text-optional": true, + "text-line-height": 1, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "airport_icon", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 16, + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 5, + "visibility": "visible", + "text-offset": [ + 0, + 0.9 + ], + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": { + "base": 1, + "stops": [ + [ + 0, + "{ref}" + ], + [ + 11, + "{name}" + ] + ] + }, + "text-letter-spacing": 0, + "text-max-width": 12 }, "paint": { - "fill-color": "#F8F4F0", - "fill-opacity": 1 + "text-color": "#666", + "text-halo-color": "@background", + "text-halo-width": 1, + "text-size": "@small_poi_size" } }, { - "id": "railroad", - "type": "line", + "id": "networked_rail_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "road", + "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "major_rail", - "minor_rail" + "maki", + "rail-light", + "rail-metro", + "rail" + ], + [ + "in", + "network", + "rer", + "moscow-metro", + "london-overground", + "london-underground", + "dlr", + "national-rail", + "s-bahn", + "s-bahn.u-bahn", + "u-bahn", + "transilien", + "london-overground.london-underground", + "dlr.london-overground.london-underground.national-rail", + "dlr.london-underground", + "dlr.london-underground.national-rail", + "metro", + "london-overground.london-underground.national-rail", + "london-overground.national-rail", + "national-rail", + "wiener-linien", + "washington-metro", + "london-underground.national-rail", + "metro" ] ], "layout": { + "text-optional": false, + "text-line-height": 1, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-offset": [ + 0, + 0 + ], + "icon-image": "{network}", + "symbol-avoid-edges": true, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 12, + "text-transform": "none", + "text-font": "Open Sans Regular, Arial Unicode MS Regular", + "icon-allow-overlap": false, + "symbol-placement": "point", + "text-justify": "center", + "text-padding": 0, "visibility": "visible", - "line-cap": "round" - }, - "paint": { - "line-color": "#bbb", - "line-width": { - "base": 1.25, + "text-offset": [ + 0, + 0.8 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": { + "base": 1, "stops": [ [ - 5, - 0.75 + 0, + "" ], [ - 16, - 1.5 + 14, + "{name}" ] ] }, - "line-opacity": 0.75 - } - }, - { - "id": "railroad_hashes", - "type": "line", - "source": "compositedsource", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "major_rail", - "minor_rail" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt" + "text-letter-spacing": 0.05, + "icon-padding": 0, + "text-max-width": 5.2, + "icon-ignore-placement": { + "base": 1, + "stops": [ + [ + 0, + false + ], + [ + 13, + false + ] + ] + } }, "paint": { - "line-color": "#bbb", - "line-width": { - "base": 1.49, + "text-size": "@small_poi_size", + "text-color": "#333", + "icon-halo-color": "#fff", + "icon-halo-width": 4, + "text-opacity": 1, + "text-translate": [ + 0, + 0 + ], + "text-halo-color": "@background", + "text-halo-width": { + "base": 1, "stops": [ [ - 5, - 0.5 + 16, + 2 ], [ - 16, - 8 + 20, + 3 ] ] }, - "line-dasharray": [ - 0.15, - 1.95 - ], - "line-opacity": 1 + "icon-opacity": 1 } }, { - "id": "path", - "type": "line", + "id": "generic_metro_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "road", + "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "path" - ], - [ - "==", - "$type", - "LineString" + "maki", + "rail-light", + "rail-metro" ], [ - "!=", - "type", - "construction" + "!in", + "network", + "rer", + "moscow-metro", + "london-overground", + "london-underground", + "dlr", + "national-rail", + "s-bahn", + "s-bahn.u-bahn", + "u-bahn", + "transilien", + "london-overground.london-underground", + "dlr.london-overground.london-underground.national-rail", + "dlr.london-underground", + "dlr.london-underground.national-rail", + "metro", + "london-overground.london-underground.national-rail", + "london-overground.national-rail", + "national-rail", + "wiener-linien", + "washington-metro", + "london-underground.national-rail", + "metro" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" - }, - "paint": { - "line-color": "#a0aaa0", - "line-width": { - "base": 1.25, + "text-optional": false, + "text-line-height": 1, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-offset": [ + 0, + 0 + ], + "icon-image": "generic-metro", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 12, + "text-transform": "none", + "text-font": "Open Sans Regular, Arial Unicode MS Regular", + "icon-allow-overlap": false, + "symbol-placement": "point", + "text-justify": "center", + "text-padding": 0, + "visibility": "visible", + "text-offset": [ + 0, + 0.9 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": { + "base": 1, "stops": [ [ - 12, - 0.5 + 0, + "" ], [ - 15, - 1.5 + 14, + "{name_en}" ] ] }, - "line-dasharray": [ - 0.3, - 2.5 - ], - "line-opacity": 0.75 - } - }, - { - "id": "building_walls", - "type": "fill", - "source": "compositedsource", - "source-layer": "building", - "minzoom": 0, - "maxzoom": 22, - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "#cfc4c3", - "fill-opacity": 1 - } - }, - { - "id": "building_rooves", - "type": "fill", - "source": "compositedsource", - "source-layer": "building", - "minzoom": 0, - "maxzoom": 22, - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": { + "text-letter-spacing": 0, + "icon-padding": 0, + "text-max-width": 5.2, + "icon-ignore-placement": { "base": 1, "stops": [ [ - 13, - "#F8F4F0" + 0, + true ], [ - 14, - "#ede6e3" + 13, + false ] ] - }, - "fill-translate": { + } + }, + "paint": { + "text-color": "#333", + "text-halo-color": "@background", + "text-halo-width": { "base": 1, "stops": [ [ 16, - [ - 0, - 0 - ] + 2 ], [ - 19, - [ - -4, - -4 - ] + 20, + 3 ] ] }, - "fill-opacity": 1 + "text-size": "@small_poi_size", + "icon-halo-width": 4, + "icon-halo-color": "#fff", + "text-opacity": 1, + "text-translate": [ + 0, + 0 + ] } }, { - "id": "building_roof_edges", - "type": "line", + "id": "generic_rail_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "building", + "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "maki", + "rail" + ], + [ + "!in", + "network", + "rer", + "moscow-metro", + "london-overground", + "london-underground", + "dlr", + "national-rail", + "s-bahn", + "s-bahn.u-bahn", + "u-bahn", + "transilien", + "london-overground.london-underground", + "dlr.london-overground.london-underground.national-rail", + "dlr.london-underground", + "dlr.london-underground.national-rail", + "metro", + "london-overground.london-underground.national-rail", + "london-overground.national-rail", + "national-rail", + "wiener-linien", + "washington-metro", + "london-underground.national-rail", + "metro" + ] + ], "layout": { - "visibility": "visible" - }, - "paint": { - "line-color": "#cfc4c3", - "line-width": 0.5, - "line-opacity": { + "text-optional": false, + "text-line-height": 1, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-offset": [ + 0, + 0 + ], + "icon-image": "generic-rail", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 12, + "text-transform": "none", + "text-font": "Open Sans Regular, Arial Unicode MS Regular", + "icon-allow-overlap": false, + "symbol-placement": "point", + "text-justify": "center", + "text-padding": 0, + "visibility": "visible", + "text-offset": [ + 0, + 1 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": { "base": 1, "stops": [ [ - 15.8, - 0 + 0, + "" ], [ - 16, - 1 + 14, + "{name_en}" ] ] }, - "line-translate": { + "text-letter-spacing": 0, + "icon-padding": 0, + "text-max-width": 5.2, + "icon-ignore-placement": false + }, + "paint": { + "text-color": "#333", + "text-halo-color": "@background", + "text-halo-width": { "base": 1, "stops": [ [ 16, - [ - -0.25, - -0.25 - ] + 2 ], [ - 19, - [ - -4, - -4 - ] + 20, + 3 ] ] - } + }, + "text-size": "@small_poi_size", + "icon-halo-width": 4, + "icon-halo-color": "#fff", + "text-opacity": 1, + "text-translate": [ + 0, + 0 + ] } }, { - "id": "country_border", - "type": "line", + "id": "generic_big_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "admin", + "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "admin_level", + "!in", + "maki", + "rail-light", + "rail-metro", + "rail", + "school", + "park", + "cemetery", + "college", + "golf", + "hospital", + "zoo", + "museum", + "post", + "harbor", + "monument", + "airport", + "airfield", + "prison" + ], + [ + "<=", + "scalerank", 2 ], [ - "==", - "maritime", - 0 - ] - ], + "!in", + "type", + "Island", + "Wetland", + "Garden", + "Military", + "Government", + "Residential" + ] + ], "layout": { + "text-line-height": 1, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "generic_icon", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 16, + "text-transform": "none", + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 5, "visibility": "visible", - "line-cap": "butt" + "text-offset": [ + 0, + 1 + ], + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": "{name}", + "text-letter-spacing": 0.02, + "text-max-width": 10 }, "paint": { - "line-color": "#293804", - "line-opacity": 0.5, - "line-width": { - "base": 1, - "stops": [ - [ - 0, - 0.5 - ], - [ - 10, - 2 - ] - ] - } + "text-color": "@generic_poi", + "text-halo-color": "#F8F4F0", + "text-halo-width": 1.5, + "text-size": "@small_poi_size" } }, { - "id": "state_border", - "type": "line", + "id": "park_small_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "admin", + "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ - "all", - [ - "==", - "admin_level", - 4 - ], + "any", [ - "==", - "maritime", - 0 + "in", + "maki", + "park", + "golf", + "zoo", + "cemetery" ] ], "layout": { + "text-optional": true, + "text-line-height": 1, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "{maki}_icon", + "symbol-avoid-edges": false, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 10, + "text-font": "Open Sans Regular, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 6, "visibility": "visible", - "line-cap": "butt" + "text-offset": [ + 0, + 0.9 + ], + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": "{name}", + "text-letter-spacing": 0, + "text-max-width": 8, + "icon-max-size": 1 }, "paint": { - "line-color": "#99a472", - "line-opacity": 1, - "line-width": { - "base": 1, - "stops": [ - [ - 0, - 0.25 - ], - [ - 13, - 2 - ] - ] - }, - "line-dasharray": [ - 3, - 1 - ] + "text-color": "rgba(9,43,9,1.000)", + "text-halo-color": "#F8F4F0", + "text-halo-width": 2, + "text-size": "@small_poi_size", + "text-halo-blur": 1 } }, { - "id": "state-label", + "id": "road-label-large", "type": "symbol", "source": "compositedsource", - "source-layer": "state_label", - "minzoom": 3, + "source-layer": "road_label", + "minzoom": 0, "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "class", + "main", + "motorway_link" + ], + [ + "<=", + "localrank", + 4 + ] + ], "layout": { - "text-allow-overlap": true, + "text-allow-overlap": false, + "symbol-min-distance": 250, "text-ignore-placement": false, - "text-transform": "uppercase", - "text-font": "Open Sans Bold, Arial Unicode MS Regular", - "text-padding": 0, - "visibility": "visible", - "text-field": { - "base": 1, + "text-max-angle": 20, + "text-max-size": { + "base": 1.2, "stops": [ [ - 0, - "{abbr}" + 8, + 9 ], [ - 6, - "{name}" + 20, + 20 ] ] }, - "text-letter-spacing": 0.15, - "text-max-width": 4 + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 0, + "visibility": "visible", + "text-rotation-alignment": "map", + "text-field": "{name_en}", + "text-letter-spacing": 0.05 }, "paint": { - "text-opacity": 0.25, - "text-size": { + "text-color": "@road_label", + "text-halo-color": "#fff", + "text-halo-width": { "base": 1, "stops": [ [ - 0, - 1 + 16, + 2 ], [ - 12, - 35 + 20, + 3.75 ] ] }, - "text-color": "#425807" + "text-size": { + "base": 1.2, + "stops": [ + [ + 8, + 9 + ], + [ + 20, + 20 + ] + ] + } } }, { - "id": "tunnel_path", - "type": "line", + "id": "road-label-medium", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", + "source-layer": "road_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "path" - ], - [ - "!=", - "type", - "construction" + "street" ] ], "layout": { + "text-max-angle": 20, + "text-max-size": { + "base": 1.2, + "stops": [ + [ + 8, + 8 + ], + [ + 20, + 20 + ] + ] + }, + "text-font": "Open Sans Regular, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 0, "visibility": "visible", - "line-cap": "round" + "text-rotation-alignment": "map", + "text-field": "{name_en}", + "text-letter-spacing": 0.05 }, "paint": { - "line-color": "#aaa", - "line-width": { - "base": 1.25, + "text-color": "@road_label", + "text-halo-color": "#fff", + "text-halo-width": { + "base": 1, "stops": [ [ - 5, - 0.75 + 16, + 2 ], [ - 16, - 1.5 + 20, + 3.75 ] ] }, - "line-dasharray": [ - 0.3, - 2.5 - ], - "line-opacity": 0.75 + "text-size": { + "base": 1.2, + "stops": [ + [ + 8, + 8 + ], + [ + 20, + 20 + ] + ] + } } }, { - "id": "tunnel_service_case", - "type": "line", + "id": "road-label-small", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", + "source-layer": "road_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "service" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round" + "path", + "service", + "street_limited" + ], + [ + "in", + "$type", + "LineString" + ] + ], + "layout": { + "text-ignore-placement": false, + "text-max-size": { + "base": 1.2, + "stops": [ + [ + 8, + 8 + ], + [ + 20, + 15 + ] + ] + }, + "text-font": "Open Sans Regular, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 0, + "visibility": "visible", + "text-rotation-alignment": "map", + "text-field": "{name_en}", + "text-letter-spacing": 0.05 }, "paint": { - "line-color": "#ccc", - "line-width": { - "base": 1.75, + "text-color": "@road_label", + "text-halo-color": "#fff", + "text-halo-width": { + "base": 1, "stops": [ [ - 12, - 0.25 + 16, + 2 ], [ - 14.5, - 1.5 - ], + 20, + 3.75 + ] + ] + }, + "text-size": { + "base": 1.2, + "stops": [ [ - 14.6, - 4 + 8, + 8 ], [ - 18, - 8.5 + 20, + 15 ] ] - }, - "line-dasharray": [ - 0.5, - 0.5 - ], - "line-opacity": 1 + } } }, { - "id": "tunnel_street_case", - "type": "line", + "id": "small_maki_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", + "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ - "all", + "any", [ "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" + "maki", + "school", + "museum", + "library", + "monument", + "hospital", + "fire-station", + "religious-christian", + "religious-muslim", + "religious-jewish", + "post", + "embassy", + "police", + "prison", + "college", + "harbor", + "airport", + "airfield" ], [ - "!=", + "in", "type", - "construction" + "Military", + "Government" ] ], "layout": { + "text-optional": true, + "text-line-height": 1, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "{maki}_icon", + "symbol-avoid-edges": true, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@small_poi_size", + "text-font": "Open Sans Regular, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 6, "visibility": "visible", - "line-cap": "butt" + "text-offset": [ + 0, + 0.9 + ], + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": "{name}", + "text-letter-spacing": 0.01, + "text-max-width": 10 }, "paint": { - "line-color": "@number-4", - "line-width": { - "base": 1.99, + "text-color": "@generic_poi", + "text-halo-color": "@background", + "text-halo-width": { + "base": 1.5, "stops": [ [ - 5, - 0.25 - ], - [ - 14.05, - 1 - ], - [ - 14.1, - 4 + 11, + 2 ], [ - 18, - 9 + 20, + 3.75 ] ] }, - "line-dasharray": [ - 0.5, - 0.5 - ] + "text-size": "@small_poi_size", + "icon-opacity": 1 } }, { - "id": "tunnel_tertiary_misc_case", - "type": "line", + "id": "us_interstate_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", + "source-layer": "road_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "!in", - "type", - "primary", - "secondary", - "trunk" + "in", + "shield", + "us-interstate", + "us-interstate-alternate", + "us-interstate-business", + "us-interstate-duplex" ], [ - "==", - "class", - "main" + "<=", + "reflen", + 3 ] ], "layout": { + "text-line-height": 1.4, + "text-allow-overlap": false, + "symbol-min-distance": 2000, + "icon-offset": [ + 0, + -2.25 + ], + "icon-image": "interstate_{reflen}", + "icon-rotation-alignment": "viewport", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": { + "base": 1.05, + "stops": [ + [ + 6, + 8 + ], + [ + 20, + 16 + ] + ] + }, + "icon-keep-upright": true, + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 2, "visibility": "visible", - "line-cap": "butt" + "text-rotation-alignment": "viewport", + "text-anchor": "center", + "text-field": "{ref}", + "text-letter-spacing": 0, + "icon-padding": 0, + "icon-max-size": 0.3 }, "paint": { - "line-color": "@number-4", - "line-width": { - "base": 1.25, + "text-size": { + "base": 1.05, "stops": [ [ - 11.9, - 0.75 + 6, + 8 ], [ - 12, - 3.5 + 20, + 15 + ] + ] + }, + "text-color": "#fff", + "icon-halo-color": "white", + "icon-halo-width": 4, + "text-opacity": 1, + "text-halo-color": "#fff", + "icon-size": { + "base": 1, + "stops": [ + [ + 6, + 0.3 ], [ - 18, - 11 + 20, + 0.9 ] ] }, - "line-dasharray": [ - 0.5, - 0.5 - ] + "text-halo-width": 0 } }, { - "id": "tunnel_secondary_case", - "type": "line", + "id": "us_highway_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", + "source-layer": "road_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "type", - "secondary" + "shield", + "us-highway", + "us-highway-alternate", + "us-highway-business", + "us-highway-duplex" ], [ - "==", - "class", - "main" + "<=", + "reflen", + 3 ] ], "layout": { - "visibility": "visible", - "line-cap": "butt" + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "us_highway_{reflen}", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 16, + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 2, + "visibility": "visible", + "text-rotation-alignment": "viewport", + "text-field": "{ref}", + "text-letter-spacing": 0 }, "paint": { - "line-color": "@number-4", - "line-width": "@secondary_case_width", - "line-opacity": 1, - "line-dasharray": [ - 0.5, - 0.5 - ] + "text-size": { + "base": 1, + "stops": [ + [ + 8, + 10 + ], + [ + 20, + 17 + ] + ] + }, + "text-color": "#666", + "icon-halo-color": "rgba(0, 0, 0, 1)", + "icon-halo-width": 1, + "text-opacity": 1, + "icon-color": "white", + "text-halo-color": "#fff", + "icon-size": { + "base": 1, + "stops": [ + [ + 8, + 0.6 + ], + [ + 20, + 1 + ] + ] + }, + "text-halo-width": 0 } }, { - "id": "tunnel_primary_case", - "type": "line", + "id": "us_stateroad_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", + "source-layer": "road_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "type", - "primary" + "in", + "shield", + "us-state", + "us-state-loop", + "us-state-business", + "us-state-toll", + "us-state-truck" ], [ - "==", + "in", "class", - "main" + "motorway" + ], + [ + "<=", + "reflen", + 3 ] ], "layout": { + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "us_state_{reflen}", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 16, + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 0, "visibility": "visible", - "line-cap": "butt" + "text-rotation-alignment": "viewport", + "text-field": "{ref}", + "text-letter-spacing": 0, + "icon-padding": 0 }, "paint": { - "line-color": "@number-4", - "line-width": { - "base": 1.25, + "text-size": { + "base": 1, "stops": [ [ - 10.9, - 1 + 8, + 10 ], [ - 11, - 2.75 + 20, + 15 + ] + ] + }, + "text-color": "#666", + "icon-halo-color": "rgba(0, 0, 0, 1)", + "icon-halo-width": 1, + "text-opacity": 1, + "icon-color": "white", + "text-halo-color": "#fff", + "icon-size": { + "base": 1, + "stops": [ + [ + 8, + 0.7 ], [ - 18, - 15 + 20, + 1 ] ] }, - "line-opacity": 1, - "line-dasharray": [ - 0.5, - 0.5 - ] + "text-halo-width": 0 } }, { - "id": "tunnel_trunk_case", - "type": "line", + "id": "generic_motorway_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", + "source-layer": "road_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "type", - "trunk" + "in", + "class", + "motorway", + "motorway_link" + ], + [ + "in", + "shield", + "default" + ], + [ + "<=", + "reflen", + 6 ] ], "layout": { + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "default_{reflen}", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 16, + "text-transform": "uppercase", + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 0, "visibility": "visible", - "line-cap": "butt" + "text-rotation-alignment": "viewport", + "text-field": "{ref}", + "text-letter-spacing": 0.05, + "icon-max-size": 0.8 }, "paint": { - "line-color": "#dba866", - "line-width": { - "base": 1.25, + "text-size": { + "base": 1, "stops": [ [ - 9.95, - 1.5 + 10, + 10 ], + [ + 20, + 12 + ] + ] + }, + "text-color": "#fff", + "icon-halo-width": 0, + "text-opacity": 1, + "icon-color": "white", + "text-halo-color": "#fff", + "icon-size": { + "base": 1, + "stops": [ [ 10, - 2 + 1 ], [ - 18, - 16 + 20, + 1.25 ] ] }, - "line-dasharray": [ - 0.5, - 0.5 - ] + "text-halo-width": 0 } }, { - "id": "construction_tunnel", - "type": "line", + "id": "neighborhood_small_label", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", + "source-layer": "place_label", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 18, + "interactive": true, "filter": [ "all", [ - "==", + "in", "type", - "construction" + "neighbourhood", + "suburb" ] ], "layout": { - "line-cap": "round" - }, - "paint": { - "line-width": { + "text-line-height": { "base": 1, "stops": [ [ - 14.05, - 0 + 8, + 0.85 ], [ - 14.1, - 2 + 20, + 1.75 + ] + ] + }, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "symbol-avoid-edges": false, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@neighborhood_size", + "text-font": "Open Sans Italic, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 10, + "visibility": "visible", + "text-rotation-alignment": "viewport", + "text-field": "{name_en}", + "text-letter-spacing": 0.15, + "text-max-width": 5 + }, + "paint": { + "text-color": "#844", + "text-halo-color": "#F8F4F0", + "text-halo-width": { + "base": 1, + "stops": [ + [ + 16, + 2.5 ], [ - 18, - 7 + 20, + 5 ] ] }, - "line-opacity": 0.25, - "line-color": "#ccc", - "line-dasharray": [ - 1, - 0 - ] + "text-size": "@neighborhood_size" } }, { - "id": "tunnel_service", - "type": "line", + "id": "neighborhood_island", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", + "source-layer": "poi_label", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 18, + "interactive": true, "filter": [ "all", [ "in", - "class", - "service" + "type", + "Island", + "Residential" ] ], "layout": { + "text-line-height": { + "base": 1, + "stops": [ + [ + 8, + 0.85 + ], + [ + 20, + 1.75 + ] + ] + }, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "symbol-avoid-edges": false, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@neighborhood_size", + "text-font": "Open Sans Italic, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 0, "visibility": "visible", - "line-cap": "butt" + "text-rotation-alignment": "viewport", + "text-field": "{name_en}", + "text-letter-spacing": 0.15, + "text-max-width": 5 }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.25, + "text-color": "#844", + "text-halo-color": "#F8F4F0", + "text-halo-width": { + "base": 1, "stops": [ [ - 14.5, - 0 - ], - [ - 14.6, - 2 + 16, + 2.5 ], [ - 18, - 4.5 + 20, + 5 ] ] - } + }, + "text-size": "@neighborhood_size" } }, { - "id": "tunnel_street", - "type": "line", + "id": "oneway_arrows_large", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", - "minzoom": 0, + "source-layer": "road", + "minzoom": 15, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "street", - "street_limited" + "oneway", + 1 ], [ - "==", - "$type", - "LineString" + "in", + "class", + "main" ], [ "!=", "type", - "construction" + "trunk" ] ], "layout": { + "text-line-height": 0, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-offset": [ + 0, + 2 + ], + "icon-image": "oneway_road", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 16, + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 0, "visibility": "visible", - "line-cap": "butt" + "text-offset": [ + 0, + 0 + ], + "text-rotation-alignment": "map", + "text-keep-upright": false, + "text-field": "", + "text-letter-spacing": 0.5, + "icon-padding": 0 }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.75, + "text-color": "#aaa", + "text-halo-color": "#aaa", + "text-halo-width": 0, + "text-size": { + "base": 1, "stops": [ [ - 14.05, - 0 - ], - [ - 14.1, - 2.25 + 8, + 8 ], [ - 18, - 5 + 20, + 12 ] ] }, - "line-opacity": 1 + "text-translate": [ + 0, + 0 + ], + "text-opacity": 0 } }, { - "id": "tunnel_tertiary_misc", - "type": "line", + "id": "oneway_arrows_small", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", - "minzoom": 0, + "source-layer": "road", + "minzoom": 18, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "!in", - "type", - "primary", - "secondary", - "trunk" + "in", + "oneway", + 1 ], [ - "==", + "in", "class", - "main" + "street", + "street_limited" ] ], "layout": { + "text-line-height": 1, + "text-allow-overlap": true, + "symbol-min-distance": 250, + "icon-offset": [ + 0, + 2.5 + ], + "icon-image": "oneway_road", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 16, + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 0, "visibility": "visible", - "line-cap": "butt" + "text-rotation-alignment": "map", + "text-keep-upright": false, + "text-field": "", + "text-letter-spacing": 0, + "icon-padding": 0 }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.25, - "stops": [ - [ - 11.95, - 0 - ], - [ - 12, - 2 - ], - [ - 18, - 7 - ] - ] - } + "text-color": "#aaa", + "text-halo-color": "#aaa", + "text-halo-width": 0, + "text-size": 8, + "text-translate": [ + 0, + 0 + ], + "icon-size": 1, + "text-opacity": 1 } }, { - "id": "tunnel_secondary", - "type": "line", + "id": "oneway_arrows_motorway", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", - "minzoom": 0, + "source-layer": "road", + "minzoom": 16, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "type", - "secondary" + "oneway", + 1 ], [ - "==", + "in", "class", - "main" + "motorway" ] ], "layout": { + "text-line-height": 0, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "oneway_motorway", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 16, + "text-font": "Open Sans Semibold, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 0, "visibility": "visible", - "line-cap": "round" + "text-rotation-alignment": "map", + "text-anchor": "top", + "text-keep-upright": false, + "text-field": "", + "text-letter-spacing": 0, + "icon-padding": 0 }, "paint": { - "line-color": "#fff", - "line-width": { + "text-color": "@generic_poi", + "text-halo-color": "#aaa", + "text-halo-width": 0, + "text-size": { "base": 1, "stops": [ [ - 11.2, - 0 - ], - [ - 11.3, - 0.25 + 8, + 8 ], [ - 18, - 9.5 + 20, + 18 ] ] }, - "line-opacity": 1 + "text-translate": [ + 0, + -2 + ], + "text-opacity": 1 } }, { - "id": "tunnel_primary", - "type": "line", + "id": "generic_small_labels", + "type": "symbol", "source": "compositedsource", - "source-layer": "tunnel", + "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "type", - "primary" + "!in", + "maki", + "rail-light", + "rail-metro", + "rail", + "school", + "park", + "college", + "golf", + "station" ], [ - "==", - "class", - "main" + ">=", + "scalerank", + 3 ], [ - "==", - "$type", - "LineString" + "!in", + "type", + "Apartments" ] ], "layout": { + "text-line-height": 1.05, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "symbol-avoid-edges": true, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 20, + "text-font": "Open Sans Italic, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 8, "visibility": "visible", - "line-cap": "round" + "text-rotation-alignment": "viewport", + "text-field": "{name}", + "text-letter-spacing": 0.05, + "text-max-width": 5 }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.25, - "stops": [ - [ - 10.9, - 0 - ], - [ - 11, - 1.5 - ], - [ - 18, - 10 - ] - ] - } + "text-color": "rgba(99,93,96,0.842)", + "text-halo-color": "#F8F4F0", + "text-halo-width": 1.5, + "text-size": "@small_poi_size" } - }, - { - "id": "tunnel_motorway_link_case", - "type": "line", - "source": "compositedsource", - "source-layer": "tunnel", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", + } + ], + "owner": "peterqliu", + "modified": "2015-05-07T19:33:32.606Z", + "created": "2015-05-05T22:30:35.981Z", + "id": "peterqliu.8e9950ab" + }, + "light": { + "version": 7, + "name": "light-v7.json", + "constants": { + "@road-motorway-width": { + "base": 1, + "stops": [ [ - "==", - "class", - "motorway_link" + 3, + 0.5 + ], + [ + 9, + 1.25 + ], + [ + 20, + 10 ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt" - }, - "paint": { - "line-color": "@motorway_case", - "line-width": "@link_case_width", - "line-dasharray": [ - 0.5, + ] + }, + "@road-width-minor": { + "base": 1, + "stops": [ + [ + 14, 0.5 + ], + [ + 18, + 12 ] - } + ] }, - { - "id": "tunnel_motorway_case", - "type": "line", - "source": "compositedsource", - "source-layer": "tunnel", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", + "@sans_md": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "@admin-2-boundary": { + "base": 1, + "stops": [ [ - "==", - "class", - "motorway" + 3, + 0.5 + ], + [ + 10, + 2 ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt" - }, - "paint": { - "line-color": "@motorway_case", - "line-width": { - "base": 1.25, - "stops": [ - [ - 5, - 1 - ], - [ - 9.95, - 1 - ], - [ - 10, - 2.25 - ], - [ - 20, - 24 - ] - ] - }, - "line-dasharray": [ - 0.5, + ] + }, + "@snow": "#fff", + "@label-park": "#4f4f4f", + "@road-major-width": { + "base": 1.4, + "stops": [ + [ + 6, 0.5 + ], + [ + 20, + 30 ] - } + ] }, - { - "id": "tunnel_trunk", - "type": "line", - "source": "compositedsource", - "source-layer": "tunnel", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", + "@color-1": { + "base": 1, + "stops": [ [ - "==", - "type", - "trunk" + 0, + "#393939" ], [ - "!=", - "type", - "construction" + 20, + "#393939" ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round" - }, - "paint": { - "line-color": "#fea", - "line-width": { - "base": 1.25, - "stops": [ - [ - 9.9, - 0 - ], - [ - 10, - 0.5 - ], - [ - 18, - 9 - ] - ] - }, - "line-gap-width": 0, - "line-opacity": 1 - } + ] }, - { - "id": "tunnel_motorway_link", - "type": "line", - "source": "compositedsource", - "source-layer": "tunnel", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", + "@road-minor": "#efefef", + "@road-street-width": { + "base": 1.55, + "stops": [ [ - "==", - "class", - "motorway_link" + 4, + 0.25 ], [ - "!=", - "type", - "construction" + 20, + 20 ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round" + ] + }, + "@rail-track-width": { + "base": 1.5, + "stops": [ + [ + 14, + 4 + ], + [ + 20, + 8 + ] + ] + }, + "@building-outline": "#c0c0c0", + "@park": "#e4e4e4", + "@rail-width": { + "base": 1.5, + "stops": [ + [ + 14, + 0.5 + ], + [ + 20, + 1 + ] + ] + }, + "@land": "#eee", + "@name": "{name_en}", + "@road-major": "#fff", + "@wood": "#dcdcdc", + "@number-2": { + "base": 1.5, + "stops": [ + [ + 12.5, + 0.3 + ], + [ + 14, + 2 + ], + [ + 18, + 18 + ] + ] + }, + "@sans_bd": "DIN Offc Pro Bold, Arial Unicode MS Bold", + "@scrub": "#e3e3e3", + "@crop": "#ececec", + "@label-waterway": "#929292", + "@road-high-z-fadein": { + "base": 1, + "stops": [ + [ + 5, + 0 + ], + [ + 5.5, + 1 + ] + ] + }, + "@sans": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "@motorway-width": { + "base": 1.5, + "stops": [ + [ + 5, + 0.75 + ], + [ + 18, + 32 + ] + ] + }, + "@label": "#666", + "@label-halo": "#fff", + "@grass": "#e5e5e5", + "@water": "#d6d6d6", + "@state-label": { + "base": 1, + "stops": [ + [ + 0, + "#929292" + ], + [ + 20, + "#929292" + ] + ] + }, + "@label-road": "#929292", + "@label-secondary": "#5a5a5a", + "@building-fill": "#cbcbcb", + "@street-width": { + "base": 1.5, + "stops": [ + [ + 12.5, + 0.5 + ], + [ + 14, + 2 + ], + [ + 18, + 18 + ] + ] + }, + "@path-width": { + "base": 1.5, + "stops": [ + [ + 15, + 1 + ], + [ + 18, + 4 + ] + ] + }, + "@road-main-width": { + "base": 1.5, + "stops": [ + [ + 6, + 0.5 + ], + [ + 18, + 26 + ] + ] + } + }, + "sources": { + "mapbox": { + "url": "mapbox://mapbox.mapbox-streets-v6", + "type": "vector" + }, + "mapbox://mapbox.mapbox-terrain-v2": { + "url": "mapbox://mapbox.mapbox-terrain-v2", + "type": "vector" + } + }, + "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/light", + "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", + "layers": [ + { + "id": "background", + "type": "background", + "layout": { + "visibility": "visible" }, "paint": { - "line-color": "#fc8", - "line-width": { - "base": 1.25, - "stops": [ - [ - 9.95, - 0.25 - ], - [ - 10, - 1 - ], - [ - 18, - 6 - ] - ] - } + "background-color": "@land" } }, { - "id": "tunnel_motorway", - "type": "line", - "source": "compositedsource", - "source-layer": "tunnel", + "id": "landcover_snow", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, "filter": [ @@ -8356,1052 +9966,693 @@ [ "==", "class", - "motorway" - ], - [ - "!=", - "type", - "construction" + "snow" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "#fc8", - "line-width": { - "base": 1.25, - "stops": [ - [ - 9.9, - 0 - ], - [ - 10, - 1 - ], - [ - 20, - 16 - ] - ] - } + "fill-color": "@snow", + "fill-opacity": 0.5 } }, { - "id": "service_case", - "type": "line", - "source": "compositedsource", - "source-layer": "road", + "id": "landcover_crop", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ - "in", + "==", "class", - "service" + "crop" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "@number-4", - "line-width": { - "base": 1.75, - "stops": [ - [ - 14.55, - 0.5 - ], - [ - 14.6, - 3 - ], - [ - 18, - 7.5 - ] - ] - } + "fill-color": "@crop", + "fill-opacity": 0.5 } }, { - "id": "street_case", - "type": "line", - "source": "compositedsource", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, - "filter": [ + "id": "landcover_grass", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "landcover", + "minzoom": 0, + "maxzoom": 22, + "filter": [ "all", - [ - "in", - "class", - "street", - "street_limited" - ], [ "==", - "$type", - "LineString" - ], - [ - "!=", - "type", - "construction" + "class", + "grass" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "@number-4", - "line-width": { - "base": 1.99, - "stops": [ - [ - 5, - 0.25 - ], - [ - 14.05, - 1 - ], - [ - 14.1, - 4 - ], - [ - 18, - 9 - ] - ] - } + "fill-color": "@grass", + "fill-opacity": 0.5 } }, { - "id": "tertiary_misc_case", - "type": "line", - "source": "compositedsource", - "source-layer": "road", + "id": "landcover_scrub", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, "filter": [ "all", - [ - "!in", - "type", - "primary", - "secondary", - "trunk" - ], [ "==", "class", - "main" + "scrub" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": { - "base": 1, - "stops": [ - [ - 11.9, - "@case_light" - ], - [ - 12, - "@case_dark" - ] - ] - }, - "line-width": { - "base": 1.25, - "stops": [ - [ - 11.95, - 0.75 - ], - [ - 12, - 3.5 - ], - [ - 18, - 11 - ] - ] - }, - "line-opacity": { - "base": 1, - "stops": [ - [ - 5, - 0 - ], - [ - 5.2, - 1 - ] - ] - } + "fill-color": "@scrub", + "fill-opacity": 0.5 } }, { - "id": "secondary_case", - "type": "line", - "source": "compositedsource", - "source-layer": "road", + "id": "landcover_wood", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, "filter": [ "all", - [ - "in", - "type", - "secondary" - ], [ "==", "class", - "main" + "wood" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": { - "base": 1, - "stops": [ - [ - 11.2, - "@case_light" - ], - [ - 11.3, - "@case_dark" - ] - ] - }, - "line-width": "@secondary_case_width", - "line-opacity": 1 + "fill-color": "@wood", + "fill-opacity": 0.5 } }, { - "id": "primary_case", - "type": "line", - "source": "compositedsource", - "source-layer": "road", + "id": "landuse_industrial", + "type": "fill", + "source": "mapbox", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ "==", - "type", - "primary" + "class", + "industrial" ], [ "==", - "class", - "main" + "$type", + "Polygon" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": { - "base": 1, - "stops": [ - [ - 10.9, - "@case_light" - ], - [ - 11, - "@case_dark" - ] - ] - }, - "line-width": { - "base": 1.25, - "stops": [ - [ - 10.95, - 1 - ], - [ - 11, - 2.75 - ], - [ - 18, - 15 - ] - ] - }, - "line-opacity": 1 + "fill-color": "#fff", + "fill-opacity": 0.5 } }, { - "id": "trunk_case", - "type": "line", - "source": "compositedsource", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, + "id": "landuse_park", + "type": "fill", + "source": "mapbox", + "source-layer": "landuse", "filter": [ "all", [ "==", - "type", - "trunk" + "class", + "park" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "#dba866", - "line-width": { - "base": 1.25, - "stops": [ - [ - 9.95, - 1.5 - ], - [ - 10, - 2 - ], - [ - 18, - 16 - ] - ] - } + "fill-color": "@park" } }, { - "id": "construction_road", - "type": "line", - "source": "compositedsource", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, + "id": "landuse_wood", + "type": "fill", + "source": "mapbox", + "source-layer": "landuse", "filter": [ "all", [ "==", - "type", - "construction" + "class", + "wood" ] ], "layout": { - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-width": { - "base": 1, - "stops": [ - [ - 14.05, - 0 - ], - [ - 14.1, - 2 - ], - [ - 18, - 7 - ] - ] - }, - "line-opacity": 0.25, - "line-color": "#ccc", - "line-dasharray": [ - 1, - 0 - ] + "fill-color": "#e0e0e0" } }, { - "id": "service", - "type": "line", - "source": "compositedsource", - "source-layer": "road", + "id": "hillshade_highlight_bright", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ - "in", - "class", - "service" + "==", + "level", + 94 ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.25, + "fill-color": "#fff", + "fill-opacity": { + "base": 1, "stops": [ [ - 14.55, - 0 - ], - [ - 14.6, - 2 + 15, + 0.15 ], [ - 18, - 4.5 + 17, + 0.05 ] ] } } }, { - "id": "street", - "type": "line", - "source": "compositedsource", - "source-layer": "road", + "id": "hillshade_highlight_med", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", "minzoom": 0, "maxzoom": 22, "filter": [ "all", - [ - "in", - "class", - "street", - "street_limited" - ], [ "==", - "$type", - "LineString" - ], - [ - "!=", - "type", - "construction" + "level", + 90 ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.75, + "fill-color": "#fff", + "fill-opacity": { + "base": 1, "stops": [ [ - 14.05, - 0 - ], - [ - 14.1, - 2.75 + 15, + 0.15 ], [ - 18, - 6 + 17, + 0.05 ] ] - }, - "line-opacity": 1 + } } }, { - "id": "tertiary_misc", - "type": "line", - "source": "compositedsource", - "source-layer": "road", + "id": "hillshade_shadow_faint", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", "minzoom": 0, "maxzoom": 22, "filter": [ "all", - [ - "!in", - "type", - "primary", - "secondary", - "trunk" - ], [ "==", - "class", - "main" + "level", + 89 ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.25, + "fill-color": "#666", + "fill-opacity": { + "base": 1, "stops": [ [ - 11.95, - 0 - ], - [ - 12, - 2.5 + 14, + 0.06 ], [ - 18, - 8 + 17, + 0.01 ] ] } } }, { - "id": "secondary", - "type": "line", - "source": "compositedsource", - "source-layer": "road", + "id": "hillshade_shadow_med", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", "minzoom": 0, "maxzoom": 22, "filter": [ "all", - [ - "in", - "type", - "secondary" - ], [ "==", - "class", - "main" + "level", + 78 ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "#fff", - "line-width": { + "fill-color": "#666", + "fill-opacity": { "base": 1, "stops": [ [ - 11.2, - 0 - ], - [ - 11.3, - 0.5 + 14, + 0.06 ], [ - 18, - 10.5 + 17, + 0.01 ] ] - }, - "line-opacity": 1 + } } }, { - "id": "primary", - "type": "line", - "source": "compositedsource", - "source-layer": "road", + "id": "hillshade_shadow_dark", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ "==", - "type", - "primary" - ], - [ - "==", - "class", - "main" + "level", + 67 ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.25, + "fill-color": "#888888", + "fill-opacity": { + "base": 1, "stops": [ [ - 10.95, - 0 - ], - [ - 11, - 2 + 14, + 0.06 ], [ - 18, - 12 + 17, + 0.01 ] ] } } }, { - "id": "motorway_link_case", - "type": "line", - "source": "compositedsource", - "source-layer": "road", + "id": "hillshade_shadow_extreme", + "type": "fill", + "source": "mapbox://mapbox.mapbox-terrain-v2", + "source-layer": "hillshade", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ "==", - "class", - "motorway_link" + "level", + 56 ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "@motorway_case", - "line-width": "@link_case_width" + "fill-color": "#999", + "fill-opacity": { + "base": 1, + "stops": [ + [ + 14, + 0.06 + ], + [ + 17, + 0.01 + ] + ] + } } }, { - "id": "motorway_case", - "type": "line", - "source": "compositedsource", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "motorway" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round" - }, + "id": "building", + "type": "fill", + "source": "mapbox", + "source-layer": "building", + "minzoom": 15, "paint": { - "line-color": "@motorway_case", - "line-width": { - "base": 1.25, + "fill-outline-color": "@building-outline", + "fill-opacity": { + "base": 1, "stops": [ [ - 5, - 1 + 15, + 0 ], [ - 9.9, + 16.5, 1 - ], - [ - 10, - 2.25 - ], - [ - 20, - 24 ] ] }, - "line-opacity": "@number-1" + "fill-antialias": true, + "fill-color": "@building-fill" } }, { - "id": "trunk", + "id": "waterway", "type": "line", - "source": "compositedsource", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "waterway", "filter": [ "all", [ "==", - "type", - "trunk" + "$type", + "LineString" ], [ - "!=", - "type", - "construction" + "in", + "class", + "river", + "canal" ] ], - "layout": { - "visibility": "visible", - "line-cap": "round" - }, "paint": { - "line-color": "#fea", + "line-color": "@water", "line-width": { - "base": 1.25, + "base": 1, "stops": [ [ - 9.95, - 0 - ], - [ - 10, - 1.5 + 6, + 0.25 ], [ - 18, - 12 + 20, + 6 ] ] - }, - "line-gap-width": 0 + } } }, { - "id": "motorway_link", + "id": "waterway_stream", "type": "line", - "source": "compositedsource", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "waterway", "filter": [ "all", [ "==", + "$type", + "LineString" + ], + [ + "in", "class", - "motorway_link" + "stream" ] ], - "layout": { - "visibility": "visible", - "line-cap": "round" - }, "paint": { - "line-color": "#fc8", + "line-color": "@water", "line-width": { - "base": 1.05, + "base": 1, "stops": [ [ - 9.95, - 0 - ], - [ - 10, - 1 + 13, + 0.75 ], [ 20, - 8.5 + 4 ] ] } } }, { - "id": "motorway", + "id": "water", + "type": "fill", + "source": "mapbox", + "source-layer": "water", + "layout": { + "visibility": "visible" + }, + "paint": { + "fill-color": "@water" + } + }, + { + "id": "aeroway_runway", "type": "line", - "source": "compositedsource", - "source-layer": "road", + "source": "mapbox", + "source-layer": "aeroway", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ "==", - "class", - "motorway" + "$type", + "LineString" + ], + [ + "==", + "type", + "runway" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "line-join": "miter", + "visibility": "visible" }, "paint": { - "line-color": "#fc8", "line-width": { - "base": 1.25, + "base": 1.15, "stops": [ [ - 9.9, - 0 + 11, + 3 ], [ - 10, - 1.5 + 20, + 32 + ] + ] + }, + "line-color": "#fff", + "line-opacity": { + "base": 1, + "stops": [ + [ + 9, + 0.5 ], [ - 20, - 18 + 11, + 1 ] ] } } }, { - "id": "river_label", - "type": "symbol", - "source": "compositedsource", - "source-layer": "waterway_label", + "id": "aeroway_taxiway", + "type": "line", + "source": "mapbox", + "source-layer": "aeroway", "minzoom": 0, "maxzoom": 22, "filter": [ "all", + [ + "==", + "$type", + "LineString" + ], [ "==", "type", - "river" + "taxiway" ] ], "layout": { - "text-line-height": { - "base": 1, + "line-join": "miter" + }, + "paint": { + "line-width": { + "base": 1.15, "stops": [ [ - 8, + 10, + 0.25 + ], + [ + 11, 1 ], [ 20, - 1.75 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 550, - "text-ignore-placement": false, - "text-max-angle": 15, - "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "line", - "text-padding": 10, - "visibility": "visible", - "text-rotation-alignment": "map", - "text-field": "{name}", - "text-letter-spacing": 0.3, - "text-max-width": 5 - }, - "paint": { - "text-color": "#568eb3", - "text-halo-color": "#F8F4F0", - "text-halo-width": 0, - "text-size": { - "base": 1, - "stops": [ - [ - 6, 8 - ], - [ - 18, - 18 ] ] - } + }, + "line-color": "#fff" } }, { - "id": "ocean_label", - "type": "symbol", - "source": "compositedsource", - "source-layer": "marine_label", - "minzoom": 0, - "maxzoom": 22, + "id": "tunnel_minor", + "type": "line", + "source": "mapbox", + "source-layer": "tunnel", "filter": [ "all", [ - "<=", - "labelrank", - 2 + "==", + "$type", + "LineString" + ], + [ + "in", + "class", + "motorway_link", + "street", + "street_limited", + "service", + "driveway", + "path" ] ], - "layout": { - "text-line-height": { - "base": 1, - "stops": [ - [ - 0, - 1.25 - ], - [ - 20, - 1.75 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 550, - "text-ignore-placement": false, - "text-max-angle": 15, - "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 10, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.3, - "text-max-width": 5 - }, "paint": { - "text-color": "#568eb3", - "text-halo-color": "#F8F4F0", - "text-halo-width": 0, - "text-size": { - "base": 1, - "stops": [ - [ - 2, - 13 - ], - [ - 18, - 29 - ] - ] - } + "line-color": "@road-minor", + "line-width": "@road-street-width", + "line-dasharray": [ + 0.36, + 0.18 + ] } }, { - "id": "sea_label", - "type": "symbol", - "source": "compositedsource", - "source-layer": "marine_label", - "minzoom": 0, - "maxzoom": 22, + "id": "tunnel_major", + "type": "line", + "source": "mapbox", + "source-layer": "tunnel", "filter": [ "all", + [ + "==", + "$type", + "LineString" + ], [ "in", - "labelrank", - 3, - 4, - 5 + "class", + "motorway", + "main" ] ], - "layout": { - "text-line-height": { - "base": 1, - "stops": [ - [ - 4, - 1.25 - ], - [ - 20, - 1.75 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 550, - "text-ignore-placement": false, - "text-max-angle": 15, - "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 10, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.2, - "text-max-width": 7.5 - }, "paint": { - "text-color": "#568eb3", - "text-halo-color": "#F8F4F0", - "text-halo-width": 0, - "text-size": { - "base": 1, - "stops": [ - [ - 4, - 11 - ], - [ - 18, - 18 - ] - ] - } + "line-color": "@road-major", + "line-width": "@road-major-width", + "line-dasharray": [ + 0.28, + 0.14 + ] } }, { - "id": "bridge_service_case", + "id": "road-path", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", + "source": "mapbox", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ - "in", + "==", "class", - "service" + "path" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "visibility": "visible" }, "paint": { - "line-color": "#ccc", + "line-color": "@road-major", "line-width": { - "base": 1.75, + "base": 1, "stops": [ [ - 12, - 0.25 - ], - [ - 14.55, - 1.5 - ], - [ - 14.6, - 4 + 15, + 1 ], [ 18, - 7 + 4 ] ] } } }, { - "id": "bridge_street_case", + "id": "road-street-low-zoom", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", + "source": "mapbox", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, "filter": [ @@ -9416,575 +10667,324 @@ "==", "$type", "LineString" - ], - [ - "!=", - "type", - "construction" ] ], "layout": { "visibility": "visible", - "line-cap": "butt" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": { + "line-color": "@road-major", + "line-width": "@street-width", + "line-opacity": { "base": 1, "stops": [ [ - 14, - "@case_light" - ], - [ - 14.1, - "@case_dark" - ] - ] - }, - "line-width": { - "base": 1.99, - "stops": [ - [ - 5, - 0.25 + 11.5, + 0 ], [ - 14.05, + 12, 1 - ], - [ - 14.1, - 4 - ], - [ - 18, - 9 ] ] } } }, { - "id": "bridge_tertiary_misc_case", + "id": "road-service-driveway", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", + "source": "mapbox", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ - "!in", - "type", - "primary", - "secondary", - "trunk" - ], - [ - "==", + "in", "class", - "main" + "service", + "driveway" ] ], "layout": { "visibility": "visible", - "line-cap": "butt" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": { - "base": 1, - "stops": [ - [ - 11.9, - "@case_light" - ], - [ - 12, - "@case_dark" - ] - ] - }, - "line-width": { - "base": 1.25, - "stops": [ - [ - 11.95, - 0.5 - ], - [ - 12, - 3.5 - ], - [ - 18, - 11 - ] - ] - } + "line-color": "@road-major", + "line-width": "@road-width-minor" } }, { - "id": "bridge_secondary_case", + "id": "road-motorway_link", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", + "source": "mapbox", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ "in", - "type", - "secondary" - ], - [ - "==", "class", - "main" + "motorway_link" ] ], "layout": { "visibility": "visible", - "line-cap": "butt" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": { - "base": 1, - "stops": [ - [ - 11.2, - "@case_light" - ], - [ - 11.3, - "@case_dark" - ] - ] - }, - "line-width": "@secondary_case_width", - "line-opacity": 1 + "line-color": "@road-major", + "line-width": "@street-width" } }, { - "id": "bridge_primary_case", + "id": "road-street_limited", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", + "source": "mapbox", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ - "==", - "type", - "primary" + "in", + "class", + "street_limited", + "" ], [ "==", - "class", - "main" + "$type", + "LineString" ] ], "layout": { "visibility": "visible", - "line-cap": "butt" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": { - "base": 1, - "stops": [ - [ - 10.9, - "@case_light" - ], - [ - 11, - "@case_dark" - ] - ] - }, - "line-width": { - "base": 1.25, - "stops": [ - [ - 10.95, - 0.75 - ], - [ - 11, - 2.75 - ], - [ - 18, - 15 - ] - ] - } + "line-color": "@road-major", + "line-width": "@street-width" } }, { - "id": "bridge_trunk_case", + "id": "road-street", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", - "minzoom": 0, + "source": "mapbox", + "source-layer": "road", + "minzoom": 14, "maxzoom": 22, "filter": [ "all", + [ + "in", + "class", + "street" + ], [ "==", - "type", - "trunk" + "$type", + "LineString" ] ], "layout": { - "visibility": "visible", - "line-cap": "butt" + "line-cap": "round", + "line-join": "round", + "visibility": "visible" }, "paint": { - "line-color": "#dba866", - "line-width": { - "base": 1.25, - "stops": [ - [ - 9.9, - 1.5 - ], - [ - 10, - 2 - ], - [ - 18, - 16 - ] - ] - } + "line-color": "@road-major", + "line-width": "@number-2", + "line-opacity": 1 } }, { - "id": "construction_bridge", + "id": "road-main", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "road", "filter": [ "all", [ "==", - "type", - "construction" - ] - ], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-width": { - "base": 1, - "stops": [ - [ - 12.05, - 0 - ], - [ - 12.1, - 2 - ], - [ - 18, - 7 - ] - ] - }, - "line-opacity": 0.25, - "line-color": "#ccc", - "line-dasharray": [ - 1, - 0 - ] - } - }, - { - "id": "bridge_service", - "type": "line", - "source": "compositedsource", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", + "$type", + "LineString" + ], [ "in", "class", - "service" + "main" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "line-cap": "round", + "line-join": "round", + "visibility": "visible" }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.25, - "stops": [ - [ - 14.5, - 0 - ], - [ - 14.6, - 2 - ], - [ - 18, - 4.5 - ] - ] - } + "line-color": "@road-major", + "line-width": "@road-main-width", + "line-opacity": "@road-high-z-fadein" } }, { - "id": "bridge_street", + "id": "road-trunk", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "road", "filter": [ "all", [ "in", "class", - "street", - "street_limited" + "main" ], [ "==", - "$type", - "LineString" - ], - [ - "!=", "type", - "construction" + "trunk" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "line-cap": "round", + "line-join": "round", + "visibility": "visible" }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.75, - "stops": [ - [ - 14.05, - 0 - ], - [ - 14.1, - 2.75 - ], - [ - 18, - 6 - ] - ] - }, + "line-color": "@road-major", + "line-width": "@motorway-width", "line-opacity": 1 } }, { - "id": "bridge_tertiary_misc", + "id": "road-motorway", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", + "source": "mapbox", + "source-layer": "road", "minzoom": 0, - "maxzoom": 22, "filter": [ "all", [ - "!in", - "type", - "primary", - "secondary", - "trunk" - ], - [ - "==", + "in", "class", - "main" + "motorway" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "line-cap": "round", + "line-join": "round", + "visibility": "visible" }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.25, - "stops": [ - [ - 11.9, - 0 - ], - [ - 12, - 2.5 - ], - [ - 18, - 8 - ] - ] - } + "line-color": "@road-major", + "line-width": "@motorway-width", + "line-opacity": "@road-high-z-fadein" } }, { - "id": "bridge_secondary", + "id": "road-rail", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "road", + "minzoom": 13, "filter": [ "all", [ "in", - "type", - "secondary" - ], - [ - "==", "class", - "main" + "major_rail", + "minor_rail" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "line-cap": "round", + "line-join": "round", + "visibility": "visible" }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1, - "stops": [ - [ - 11.2, - 0 - ], - [ - 11.3, - 0.5 - ], - [ - 18, - 10.5 - ] - ] - }, + "line-color": "@road-major", + "line-width": "@rail-width", "line-opacity": 1 } }, { - "id": "bridge_primary", + "id": "road-rail-tracks", "type": "line", - "source": "compositedsource", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "road", + "minzoom": 13, "filter": [ "all", [ - "==", - "type", - "primary" - ], - [ - "==", + "in", "class", - "main" - ], - [ - "==", - "$type", - "LineString" + "major_rail", + "minor_rail" ] ], "layout": { - "visibility": "visible", - "line-cap": "round" + "line-cap": "butt", + "line-join": "miter", + "visibility": "visible" }, "paint": { - "line-color": "#fff", - "line-width": { - "base": 1.25, - "stops": [ - [ - 10.9, - 0 - ], - [ - 11, - 2 - ], - [ - 18, - 12 - ] - ] - } + "line-color": "@road-major", + "line-width": "@rail-track-width", + "line-opacity": 1 } }, { - "id": "bridge_trunk", + "id": "bridge_minor_case", "type": "line", - "source": "compositedsource", + "source": "mapbox", "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, "filter": [ "all", [ "==", - "type", - "trunk" + "$type", + "LineString" + ], + [ + "in", + "class", + "motorway_link", + "street", + "street_limited", + "service", + "driveway", + "path" ] ], - "layout": { - "visibility": "visible", - "line-cap": "round" - }, "paint": { - "line-color": "#fea", + "line-color": "@land", "line-width": { - "base": 1.25, + "base": 1.6, "stops": [ [ - 9.9, - 0 - ], - [ - 10, - 1.5 + 12, + 0.5 ], [ - 18, - 12 + 20, + 10 ] ] - } + }, + "line-gap-width": "@road-street-width" } }, { - "id": "bridge_motorway_link_case", + "id": "bridge-path", "type": "line", - "source": "compositedsource", + "source": "mapbox", "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, @@ -9993,192 +10993,248 @@ [ "==", "class", - "motorway_link" + "path" ] ], "layout": { "visibility": "visible", - "line-cap": "butt" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "@motorway_case", - "line-width": "@link_case_width" + "line-color": "@road-minor", + "line-width": "@path-width" } }, { - "id": "bridge_motorway_case", + "id": "bridge-street-low-zoom", "type": "line", - "source": "compositedsource", + "source": "mapbox", "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, + "minzoom": 11, + "maxzoom": 14.1, "filter": [ "all", [ - "==", + "in", "class", - "motorway" + "street", + "street_limited" + ], + [ + "==", + "$type", + "LineString" ] ], "layout": { "visibility": "visible", - "line-cap": "butt" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "@motorway_case", - "line-width": { - "base": 1.25, + "line-color": "@road-minor", + "line-width": "@street-width", + "line-opacity": { + "base": 1, "stops": [ [ - 5, - 1 + 11.5, + 0 ], [ - 9.95, + 12, 1 - ], - [ - 10, - 2.25 - ], - [ - 20, - 24 ] ] } } }, { - "id": "bridge_motorway_link", + "id": "bridge-motorway_link", "type": "line", - "source": "compositedsource", + "source": "mapbox", "source-layer": "bridge", - "minzoom": 0, + "minzoom": 10, "maxzoom": 22, "filter": [ "all", [ - "==", + "in", "class", "motorway_link" + ], + [ + "==", + "$type", + "LineString" ] ], "layout": { "visibility": "visible", - "line-cap": "round" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "#fc8", - "line-width": { - "base": 1.05, - "stops": [ - [ - 9.95, - 1 - ], - [ - 10, - 1 - ], - [ - 20, - 8.5 - ] - ] - } + "line-color": "@road-major", + "line-width": "@street-width", + "line-opacity": 1 } }, { - "id": "bridge_path", + "id": "bridge-street_limited", "type": "line", - "source": "compositedsource", + "source": "mapbox", "source-layer": "bridge", - "minzoom": 0, + "minzoom": 14, "maxzoom": 22, "filter": [ "all", [ "in", "class", - "path" + "street_limited" + ], + [ + "==", + "$type", + "LineString" ] ], "layout": { "visibility": "visible", - "line-cap": "round" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "#aaa", - "line-width": { - "base": 1.25, - "stops": [ - [ - 5, - 0.75 - ], - [ - 16, - 1.5 - ] - ] - }, - "line-dasharray": [ - 0.3, - 2.5 + "line-color": "@road-major", + "line-width": "@street-width", + "line-opacity": 1 + } + }, + { + "id": "bridge-street", + "type": "line", + "source": "mapbox", + "source-layer": "bridge", + "minzoom": 14, + "maxzoom": 22, + "filter": [ + "all", + [ + "in", + "class", + "street" + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-color": "@road-major", + "line-width": "@street-width", + "line-opacity": 1 + } + }, + { + "id": "bridge-main", + "type": "line", + "source": "mapbox", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", + [ + "in", + "class", + "main" ], - "line-opacity": 0.75 + [ + "!=", + "type", + "trunk" + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-color": "@road-major", + "line-width": "@road-main-width", + "line-opacity": "@road-high-z-fadein" } }, { - "id": "bridge_motorway", + "id": "bridge-trunk", "type": "line", - "source": "compositedsource", + "source": "mapbox", "source-layer": "bridge", "minzoom": 0, "maxzoom": 22, "filter": [ "all", + [ + "in", + "class", + "main" + ], [ "==", + "type", + "trunk" + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-color": "@road-major", + "line-width": "@road-motorway-width", + "line-opacity": 1 + } + }, + { + "id": "bridge-motorway", + "type": "line", + "source": "mapbox", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", + [ + "in", "class", "motorway" ] ], "layout": { "visibility": "visible", - "line-cap": "round" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "#fc8", - "line-width": { - "base": 1.25, - "stops": [ - [ - 9.95, - 0 - ], - [ - 10, - 1.5 - ], - [ - 20, - 18 - ] - ] - } + "line-color": "@road-major", + "line-width": "@road-motorway-width", + "line-opacity": 1 } }, { - "id": "bridge_railroad", + "id": "bridge-rail", "type": "line", - "source": "compositedsource", + "source": "mapbox", "source-layer": "bridge", - "minzoom": 0, + "minzoom": 13, "maxzoom": 22, "filter": [ - "any", + "all", [ "in", "class", @@ -10188,35 +11244,25 @@ ], "layout": { "visibility": "visible", - "line-cap": "round" + "line-cap": "butt", + "line-join": "miter", + "line-round-limit": 2 }, "paint": { - "line-color": "#bbb", - "line-width": { - "base": 1.25, - "stops": [ - [ - 5, - 0.75 - ], - [ - 16, - 1.5 - ] - ] - }, - "line-opacity": 0.75 + "line-color": "@road-major", + "line-width": "@rail-width", + "line-opacity": 1 } }, { - "id": "bridge_railroad_hashes", + "id": "bridge-rail-tracks", "type": "line", - "source": "compositedsource", + "source": "mapbox", "source-layer": "bridge", - "minzoom": 0, + "minzoom": 14, "maxzoom": 22, "filter": [ - "any", + "all", [ "in", "class", @@ -10226,1795 +11272,1534 @@ ], "layout": { "visibility": "visible", - "line-cap": "butt" + "line-cap": "butt", + "line-join": "miter", + "line-round-limit": 2 }, "paint": { - "line-color": "#bbb", - "line-width": { - "base": 1.49, - "stops": [ - [ - 5, - 0.5 - ], - [ - 16, - 8 - ] - ] - }, - "line-dasharray": [ - 0.15, - 1.95 - ], + "line-color": "@road-major", + "line-width": "@rail-track-width", "line-opacity": 1 } }, { - "id": "country_label", - "type": "symbol", - "source": "compositedsource", - "source-layer": "country_label", - "minzoom": 0, + "id": "bridge-rail-tracks_copy", + "type": "line", + "source": "mapbox", + "source-layer": "bridge", + "minzoom": 14, "maxzoom": 22, + "filter": [ + "all", + [ + "in", + "class", + "aerialway" + ] + ], "layout": { "visibility": "visible", - "text-field": "{name_en}", - "text-max-width": 4, - "text-transform": "none", - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "text-letter-spacing": 0.05, - "text-allow-overlap": false, - "text-ignore-placement": false + "line-cap": "butt", + "line-join": "miter", + "line-round-limit": 2 }, "paint": { - "text-opacity": 0.75, - "text-size": { - "base": 1, - "stops": [ - [ - 0, - 6 - ], - [ - 10, - 30 - ] - ] - }, - "text-halo-color": "#F8F4F0", - "text-halo-width": 2 + "line-color": "@road-major", + "line-width": "@rail-width", + "line-opacity": 1 } }, { - "id": "city_label_big", - "type": "symbol", - "source": "compositedsource", - "source-layer": "place_label", + "id": "admin-3-4-boundaries-bg", + "type": "line", + "source": "mapbox", + "source-layer": "admin", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ - "in", - "type", - "city" + ">=", + "admin_level", + 3 ], [ - "<=", - "scalerank", - 2 + "==", + "maritime", + 0 ] ], "layout": { - "text-line-height": { - "base": 1, - "stops": [ - [ - 8, - 1 - ], - [ - 20, - 1.3 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": { - "base": 1, - "stops": [ - [ - 0, - "dot" - ], - [ - 5, - "" - ] - ] - }, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 0, "visibility": "visible", - "text-offset": { + "line-join": "bevel" + }, + "paint": { + "line-width": { "base": 1, "stops": [ [ - 4.99, - [ - 0, - 0.25 - ] + 3, + 3.5 ], [ - 5, - [ - 0, - 0 - ] + 12, + 6 ] ] }, - "text-rotation-alignment": "viewport", - "text-anchor": { + "line-opacity": { "base": 1, "stops": [ [ - 0, - "top" + 2, + 0 ], [ 5, - "center" + 0.75 ] ] }, - "text-field": "{name}", - "text-letter-spacing": 0, - "text-max-width": 5 + "line-color": "#fff" + } + }, + { + "id": "admin-2-boundaries-bg", + "type": "line", + "source": "mapbox", + "source-layer": "admin", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", + [ + "==", + "admin_level", + 2 + ], + [ + "==", + "maritime", + 0 + ], + [ + "==", + "disputed", + 2 + ] + ], + "layout": { + "visibility": "visible", + "line-join": "miter" }, "paint": { - "text-color": "#444", - "text-halo-color": "#F8F4F0", - "text-halo-width": { + "line-color": "#fff", + "line-opacity": { "base": 1, "stops": [ [ - 6, - 1.75 + 3, + 0 ], [ - 18, - 2.75 + 4, + 0.75 ] ] }, - "text-size": { + "line-width": { "base": 1, "stops": [ [ - 4, - 12 + 2, + 3.5 ], [ - 18, - 35 + 10, + 10 ] ] } } }, { - "id": "city_label_medium", - "type": "symbol", - "source": "compositedsource", - "source-layer": "place_label", + "id": "admin-3-4-boundaries", + "type": "line", + "source": "mapbox", + "source-layer": "admin", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ - "in", - "type", - "city" + ">=", + "admin_level", + 3 ], [ - "in", - "scalerank", - 3, - 4, - 5, - 6, - 7, - 8, - 9 + "==", + "maritime", + 0 ] ], "layout": { - "text-line-height": { + "visibility": "visible", + "line-join": "miter" + }, + "paint": { + "line-color": "#b5b5b5", + "line-opacity": { "base": 1, "stops": [ [ - 8, - 1 + 2, + 0 ], [ - 20, - 1.75 + 3, + 1 ] ] }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": { + "line-width": { "base": 1, "stops": [ [ - 0, - "dot" + 3, + 0.5 ], [ - 5, - "" + 12, + 2 ] ] }, - "symbol-avoid-edges": true, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 2, - "visibility": "visible", - "text-offset": { + "line-dasharray": { "base": 1, "stops": [ [ - 4.99, + 4, [ - 0, - 0.3 + 2, + 0 ] ], [ 5, [ - 0, - 0 + 2, + 2, + 6, + 2 ] ] ] - }, - "text-rotation-alignment": "viewport", - "text-anchor": { - "base": 1, - "stops": [ - [ - 0, - "top" - ], - [ - 5, - "center" - ] - ] - }, - "text-field": "{name}", - "text-letter-spacing": 0.05, - "text-max-width": 5 - }, - "paint": { - "text-color": "#555", - "text-halo-color": "#F8F4F0", - "text-halo-width": { - "base": 1, - "stops": [ - [ - 6, - 1.25 - ], - [ - 18, - 2.75 - ] - ] - }, - "text-size": { - "base": 1, - "stops": [ - [ - 4, - 9 - ], - [ - 18, - 23 - ] - ] - }, - "icon-size": 0.75, - "icon-opacity": 0.8 + } } }, { - "id": "town_label", - "type": "symbol", - "source": "compositedsource", - "source-layer": "place_label", - "minzoom": 0, + "id": "admin-2-boundaries", + "type": "line", + "source": "mapbox", + "source-layer": "admin", + "minzoom": 1, "maxzoom": 22, "filter": [ "all", [ - "in", - "type", - "town" - ] - ], + "==", + "admin_level", + 2 + ], + [ + "==", + "maritime", + 0 + ], + [ + "==", + "disputed", + 0 + ] + ], "layout": { - "text-line-height": { - "base": 1, - "stops": [ - [ - 8, - 1 - ], - [ - 20, - 1.75 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 5, "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.05, - "text-max-width": 5 + "line-join": "round", + "line-cap": "round" }, "paint": { - "text-color": "#555", - "text-halo-color": "#F8F4F0", - "text-halo-width": { + "line-color": "#c0c0c0", + "line-opacity": 1, + "line-width": "@admin-2-boundary" + } + }, + { + "id": "country-label-lg", + "type": "symbol", + "source": "mapbox", + "source-layer": "country_label", + "maxzoom": 12, + "filter": [ + "all", + [ + "in", + "scalerank", + 1, + 2 + ] + ], + "layout": { + "text-field": "@name", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "text-max-size": 18, + "text-max-width": 6 + }, + "paint": { + "text-color": { "base": 1, "stops": [ [ - 16, - 2 + 0, + "#444" ], [ - 20, - 3.75 + 10, + "#888" ] ] }, + "text-halo-color": "@label-halo", + "text-halo-width": 1, + "text-halo-blur": 1, "text-size": { - "base": 1, "stops": [ [ - 10, - 10 + 1, + 9 ], [ - 18, - 22 + 5, + 18 ] - ] + ], + "base": 0.9 } } }, { - "id": "hamlet_village_label", + "id": "country-label-md", "type": "symbol", - "source": "compositedsource", - "source-layer": "place_label", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "country_label", + "minzoom": 1, + "maxzoom": 8, "filter": [ "all", [ "in", - "type", - "village", - "hamlet" + "scalerank", + 3, + 4 ] ], "layout": { - "text-line-height": { + "text-field": { "base": 1, "stops": [ [ - 8, - 1 + 0, + "{code}" ], [ - 20, - 1.75 + 2, + "{name_en}" ] ] }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 10, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "🔨", - "text-letter-spacing": 0.05, - "text-max-width": 5 + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "text-max-size": 18, + "text-max-width": 7 }, "paint": { - "text-color": "#555", - "text-halo-color": "#F8F4F0", - "text-halo-width": { + "text-color": { "base": 1, "stops": [ [ - 16, - 2 + 0, + "#444" ], [ - 20, - 3.75 + 10, + "#888" ] ] }, + "text-halo-color": "@label-halo", + "text-halo-width": 1, + "text-halo-blur": 1, "text-size": { - "base": 1, "stops": [ [ - 10, + 2, 8 ], [ - 18, - 20 + 7, + 18 ] - ] + ], + "base": 0.9 } } }, { - "id": "neighborhood_label", + "id": "country-label-sm", "type": "symbol", - "source": "compositedsource", - "source-layer": "place_label", - "minzoom": 0, - "maxzoom": 18, + "source": "mapbox", + "source-layer": "country_label", + "minzoom": 1, + "maxzoom": 10, "filter": [ "all", [ - "in", - "type", - "neighbourhood", - "suburb", - "Island" - ], - [ - "<=", - "localrank", - 3 + ">=", + "scalerank", + 5 ] ], "layout": { - "text-line-height": { - "base": 1, - "stops": [ - [ - 8, - 0.85 - ], - [ - 20, - 1.75 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 15, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.15, - "text-max-width": 5 + "text-field": "{name_en}", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "text-max-size": 18, + "text-max-width": 7 }, "paint": { - "text-color": "#633", - "text-halo-color": "#F8F4F0", - "text-halo-width": { + "text-color": { "base": 1, "stops": [ [ - 16, - 2.25 + 0, + "#444" ], [ - 20, - 3.75 + 10, + "#888" ] ] }, + "text-halo-color": "@label-halo", + "text-halo-width": 1, + "text-halo-blur": 1, "text-size": { - "base": 1, "stops": [ [ - 8, - 6 + 3, + 8 ], [ - 18, - 22 + 9, + 18 ] - ] + ], + "base": 0.9 } } }, { - "id": "transport_label", + "id": "state-label-lg", "type": "symbol", - "source": "compositedsource", - "source-layer": "poi_label", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "state_label", + "minzoom": 3, + "maxzoom": 7, "filter": [ "all", [ - "in", - "maki", - "airport", - "airfield" - ], - [ - "<=", - "scalerank", - 2 + ">=", + "area", + 80000 ] ], "layout": { - "text-line-height": { - "base": 1, + "text-transform": "uppercase", + "visibility": "visible", + "text-field": { + "base": 1, "stops": [ [ - 8, - 1.2 + 0, + "{abbr}" ], [ - 20, - 1.55 + 4, + "{name_en}" ] ] }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 5, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.1, + "text-font": "DIN Offc Pro Bold, Arial Unicode MS Regular", + "text-max-size": 10, + "text-letter-spacing": 0.15, "text-max-width": 7 }, "paint": { - "text-color": "#333", - "text-halo-color": "#fff", - "text-halo-width": 1.25, + "text-color": "@state-label", "text-size": { "base": 1, "stops": [ [ - 8, - 6 + 4, + 9 ], [ - 20, - 24 + 7, + 18 ] ] } } }, { - "id": "networked_rail_label", + "id": "marine_label_line_1", "type": "symbol", - "source": "compositedsource", - "source-layer": "poi_label", + "source": "mapbox", + "source-layer": "marine_label", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ - "in", - "maki", - "rail-light", - "rail-metro", - "rail" + "==", + "$type", + "LineString" ], [ - "in", - "network", - "rer", - "moscow-metro", - "london-overground", - "london-underground", - "dlr", - "national-rail", - "s-bahn", - "s-bahn.u-bahn", - "u-bahn", - "transilien", - "london-overground.london-underground", - "dlr.london-overground.london-underground.national-rail", - "dlr.london-underground", - "dlr.london-underground.national-rail", - "metro", - "london-overground.london-underground.national-rail", - "london-overground.national-rail", - "national-rail", - "wiener-linien", - "washington-metro", - "london-underground.national-rail", - "metro" + "==", + "labelrank", + 1 ] ], "layout": { - "text-optional": false, - "text-line-height": 1, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-offset": [ - 0, - 0 - ], - "icon-image": "{network}", - "symbol-avoid-edges": true, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-transform": "none", - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "icon-allow-overlap": false, - "symbol-placement": "point", - "text-justify": "center", - "text-padding": 0, + "text-max-width": 15, "visibility": "visible", - "text-offset": [ - 0, - 1 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": { + "symbol-placement": "line", + "text-field": "@name", + "text-max-size": 30, + "text-line-height": 1.2, + "text-letter-spacing": 0.4, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" + }, + "paint": { + "text-color": "@label", + "text-size": { "base": 1, "stops": [ [ - 0, - "" + 3, + 25 ], [ - 14, - "{name}" + 4, + 30 ] ] }, - "text-letter-spacing": 0.05, - "icon-padding": 0, - "text-max-width": 5.2, - "icon-ignore-placement": { - "base": 1, - "stops": [ - [ - 0, - true - ], - [ - 13, - false - ] - ] - } + "text-opacity": 0.25 + } + }, + { + "id": "marine_label_line_2", + "type": "symbol", + "source": "mapbox", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", + [ + "==", + "$type", + "LineString" + ], + [ + "==", + "labelrank", + 2 + ] + ], + "layout": { + "text-max-width": 15, + "visibility": "visible", + "symbol-placement": "line", + "text-field": "@name", + "text-max-size": 24, + "text-line-height": 1.2, + "text-letter-spacing": 0, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "text-color": "#333", - "text-halo-color": "@background", - "text-halo-width": { + "text-color": "@label", + "text-size": { "base": 1, "stops": [ [ - 16, - 2 + 3, + 14 ], [ - 20, - 3 + 5, + 24 ] ] }, + "text-opacity": 0.25 + } + }, + { + "id": "marine_label_line_3", + "type": "symbol", + "source": "mapbox", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", + [ + "==", + "$type", + "LineString" + ], + [ + "==", + "labelrank", + 3 + ] + ], + "layout": { + "text-max-width": 15, + "visibility": "visible", + "symbol-placement": "line", + "text-field": "@name", + "text-max-size": 18, + "text-line-height": 1.2, + "text-letter-spacing": 0, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" + }, + "paint": { + "text-color": "@label", "text-size": { "base": 1, "stops": [ [ - 8, - 10 + 3, + 13 ], [ - 20, - 12 + 5, + 18 ] ] }, - "icon-halo-width": 4, - "icon-halo-color": "#fff", - "text-opacity": 1, - "text-translate": [ - 0, - 0 - ] + "text-opacity": 0.25 } }, { - "id": "generic_metro_label", + "id": "marine_label_line_other", "type": "symbol", - "source": "compositedsource", - "source-layer": "poi_label", + "source": "mapbox", + "source-layer": "marine_label", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ - "in", - "maki", - "rail-light", - "rail-metro" + "==", + "$type", + "LineString" ], [ - "!in", - "network", - "rer", - "moscow-metro", - "london-overground", - "london-underground", - "dlr", - "national-rail", - "s-bahn", - "s-bahn.u-bahn", - "u-bahn", - "transilien", - "london-overground.london-underground", - "dlr.london-overground.london-underground.national-rail", - "dlr.london-underground", - "dlr.london-underground.national-rail", - "metro", - "london-overground.london-underground.national-rail", - "london-overground.national-rail", - "national-rail", - "wiener-linien", - "washington-metro", - "london-underground.national-rail", - "metro" + "in", + "labelrank", + 4, + 5, + 6 ] ], "layout": { - "text-optional": false, - "text-line-height": 1, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-offset": [ - 0, - 0 - ], - "icon-image": "generic-metro", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-transform": "none", - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "icon-allow-overlap": false, - "symbol-placement": "point", - "text-justify": "center", - "text-padding": 0, + "text-max-width": 15, "visibility": "visible", - "text-offset": [ - 0, - 1 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": { + "symbol-placement": "line", + "text-field": "@name", + "text-max-size": 16, + "text-line-height": 1.2, + "text-letter-spacing": 0, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" + }, + "paint": { + "text-color": "@label", + "text-size": { "base": 1, "stops": [ [ - 0, - "" + 4, + 12 ], [ - 14, - "{name_en}" + 6, + 16 ] ] }, - "text-letter-spacing": 0.05, - "icon-padding": 0, - "text-max-width": 5.2, - "icon-ignore-placement": { - "base": 1, - "stops": [ - [ - 0, - true - ], - [ - 13, - false - ] - ] - } + "text-opacity": 0.25 + } + }, + { + "id": "marine_label_point_1", + "type": "symbol", + "source": "mapbox", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", + [ + "==", + "$type", + "Point" + ], + [ + "==", + "labelrank", + 1 + ] + ], + "layout": { + "text-max-width": 4, + "visibility": "visible", + "symbol-placement": "point", + "text-field": "@name", + "text-max-size": 30, + "text-line-height": 1.5, + "text-letter-spacing": 0.25, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "text-color": "#464445", - "text-halo-color": "@background", - "text-halo-width": { + "text-color": "@label", + "text-size": { "base": 1, "stops": [ [ - 16, - 2 + 1, + 12 ], [ - 20, - 3 + 4, + 30 ] ] }, + "text-opacity": 0.25 + } + }, + { + "id": "marine_label_point_2", + "type": "symbol", + "source": "mapbox", + "source-layer": "marine_label", + "minzoom": 0, + "maxzoom": 22, + "filter": [ + "all", + [ + "==", + "$type", + "Point" + ], + [ + "==", + "labelrank", + 2 + ] + ], + "layout": { + "text-max-width": 8, + "visibility": "visible", + "symbol-placement": "point", + "text-field": "@name", + "text-max-size": 24, + "text-line-height": 1.2, + "text-letter-spacing": 0, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" + }, + "paint": { + "text-color": "@label", "text-size": { "base": 1, "stops": [ [ - 8, - 10 + 3, + 14 ], [ - 20, - 12 + 5, + 24 ] ] }, - "icon-halo-width": 4, - "icon-halo-color": "#fff", - "text-opacity": 1, - "text-translate": [ - 0, - 0 - ] + "text-opacity": 0.25 } }, { - "id": "generic_rail_label", + "id": "marine_label_point_3", "type": "symbol", - "source": "compositedsource", - "source-layer": "poi_label", + "source": "mapbox", + "source-layer": "marine_label", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ - "in", - "maki", - "rail" + "==", + "$type", + "Point" ], [ - "!in", - "network", - "rer", - "moscow-metro", - "london-overground", - "london-underground", - "dlr", - "national-rail", - "s-bahn", - "s-bahn.u-bahn", - "u-bahn", - "transilien", - "london-overground.london-underground", - "dlr.london-overground.london-underground.national-rail", - "dlr.london-underground", - "dlr.london-underground.national-rail", - "metro", - "london-overground.london-underground.national-rail", - "london-overground.national-rail", - "national-rail", - "wiener-linien", - "washington-metro", - "london-underground.national-rail", - "metro" + "==", + "labelrank", + 3 ] ], "layout": { - "text-optional": false, - "text-line-height": 1, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-offset": [ - 0, - 0 - ], - "icon-image": "generic-rail", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-transform": "none", - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "icon-allow-overlap": false, - "symbol-placement": "point", - "text-justify": "center", - "text-padding": 0, + "text-max-width": 8, "visibility": "visible", - "text-offset": [ - 0, - 1 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": { + "symbol-placement": "point", + "text-field": "@name", + "text-max-size": 18, + "text-line-height": 1.3, + "text-letter-spacing": 0.1, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" + }, + "paint": { + "text-color": "@label", + "text-size": { "base": 1, "stops": [ [ - 0, - "" + 3, + 13 ], [ - 14, - "{name_en}" + 5, + 18 ] ] }, - "text-letter-spacing": 0.05, - "icon-padding": 0, - "text-max-width": 5.2, - "icon-ignore-placement": { - "base": 1, - "stops": [ - [ - 0, - true - ], - [ - 13, - false - ] - ] - } - }, - "paint": { - "text-color": "#464445", - "text-halo-color": "@background", - "text-halo-width": { - "base": 1, - "stops": [ - [ - 16, - 2 - ], - [ - 20, - 3 - ] - ] - }, - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 10 - ], - [ - 20, - 12 - ] - ] - }, - "icon-halo-width": 4, - "icon-halo-color": "#fff", - "text-opacity": 1, - "text-translate": [ - 0, - 0 - ] + "text-opacity": 0.25 } }, { - "id": "road-label-large", + "id": "marine_label_point_other", "type": "symbol", - "source": "compositedsource", - "source-layer": "road_label", + "source": "mapbox", + "source-layer": "marine_label", "minzoom": 0, "maxzoom": 22, "filter": [ "all", + [ + "==", + "$type", + "Point" + ], [ "in", - "class", - "main", - "motorway_link" + "labelrank", + 4, + 5, + 6 ] ], "layout": { - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, + "text-max-width": 8, + "visibility": "none", + "symbol-placement": "point", + "text-field": "@name", "text-max-size": 16, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "symbol-placement": "line", - "text-padding": 0, - "visibility": "visible", - "text-rotation-alignment": "map", - "text-field": "{name}", - "text-letter-spacing": 0.05 + "text-line-height": 1.2, + "text-letter-spacing": 0.1, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular" }, "paint": { - "text-color": "#555", - "text-halo-color": "#fff", - "text-halo-width": { - "base": 1, - "stops": [ - [ - 16, - 2 - ], - [ - 20, - 3.75 - ] - ] - }, + "text-color": "@label", "text-size": { "base": 1, "stops": [ [ - 8, - 8 + 4, + 12 ], [ - 20, - 17 + 6, + 16 ] ] } } }, { - "id": "road-label-medium", + "id": "place_label_city_large_n", "type": "symbol", - "source": "compositedsource", - "source-layer": "road_label", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "place_label", + "maxzoom": 16, "filter": [ "all", + [ + "<=", + "scalerank", + 1 + ], [ "in", - "class", - "street" + "ldir", + "N", + "NE", + "NW", + "W" + ], + [ + "==", + "type", + "city" ] ], "layout": { - "visibility": "visible", - "text-field": "{name}", - "symbol-placement": "line", - "text-rotation-alignment": "map", - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-letter-spacing": 0.05, - "text-max-angle": 38, - "text-padding": 0 - }, - "paint": { - "text-color": "#666", - "text-halo-color": "#fff", - "text-halo-width": { + "text-field": "@name", + "text-font": "@sans_bd", + "text-max-width": 5, + "text-max-size": 20, + "text-transform": "none", + "text-anchor": { "base": 1, "stops": [ [ - 16, - 2 + 0, + "bottom" ], [ - 20, - 3.75 + 6, + "center" ] ] }, - "text-size": { + "text-offset": { "base": 1, "stops": [ [ - 8, - 8 + 0, + [ + 0, + -0.2 + ] ], [ - 20, - 16 + 6, + [ + 0, + 0 + ] ] ] + }, + "symbol-avoid-edges": false + }, + "paint": { + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, + "text-size": { + "stops": [ + [ + 4, + 11 + ], + [ + 10, + 20 + ] + ], + "base": 0.9 } } }, { - "id": "road-label-small", + "id": "place_label_city_large_s", "type": "symbol", - "source": "compositedsource", - "source-layer": "road_label", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "place_label", + "maxzoom": 16, "filter": [ "all", [ - "in", - "class", - "path", - "service", - "street_limited" + "==", + "type", + "city" ], [ - "==", - "$type", - "LineString" + "<=", + "scalerank", + 1 + ], + [ + "in", + "ldir", + "S", + "SE", + "SW", + "E" ] ], "layout": { - "visibility": "visible", - "text-field": "{name}", - "symbol-placement": "line", - "text-rotation-alignment": "map", - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-letter-spacing": 0.1, - "text-ignore-placement": false, - "text-padding": 0 - }, - "paint": { - "text-color": "#555", - "text-halo-color": "#fff", - "text-halo-width": { + "text-field": "@name", + "text-font": "@sans_bd", + "text-max-width": 15, + "text-max-size": 20, + "text-transform": "none", + "text-anchor": { "base": 1, "stops": [ [ - 16, - 2 + 0, + "top" ], [ - 20, - 3.75 + 6, + "center" ] ] }, - "text-size": { + "text-offset": { "base": 1, "stops": [ [ - 8, - 8 + 0, + [ + 0, + 0.1 + ] ], [ - 20, - 15 + 6, + [ + 0, + 0 + ] ] ] } + }, + "paint": { + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, + "text-size": { + "stops": [ + [ + 4, + 11 + ], + [ + 10, + 20 + ] + ], + "base": 0.9 + } } }, { - "id": "us_interstate_label", + "id": "place_label_city_medium_n", "type": "symbol", - "source": "compositedsource", - "source-layer": "road_label", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "place_label", + "maxzoom": 16, "filter": [ "all", [ - "in", - "shield", - "us-interstate", - "us-interstate-alternate", - "us-interstate-business", - "us-interstate-duplex" + "==", + "type", + "city" ], [ "<=", - "reflen", - 3 + "scalerank", + 4 + ], + [ + ">", + "scalerank", + 1 + ], + [ + "in", + "ldir", + "N", + "W", + "NW", + "NE" ] ], "layout": { - "text-line-height": 1.4, - "text-allow-overlap": false, - "symbol-min-distance": 2000, - "icon-offset": [ - 0, - -2.25 - ], - "icon-image": "interstate_{reflen}", - "icon-rotation-alignment": "viewport", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "icon-keep-upright": true, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "symbol-placement": "line", - "text-padding": 10, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-anchor": "center", - "text-field": "{ref}", - "text-letter-spacing": 0.05, - "icon-padding": 0 - }, - "paint": { - "text-size": { + "text-field": "@name", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-max-width": 10, + "text-max-size": 19, + "text-anchor": { "base": 1, "stops": [ [ - 6, - 8 + 0, + "bottom" ], [ - 20, - 15 + 6, + "center" ] ] }, - "text-color": "#fff", - "icon-halo-color": "white", - "icon-halo-width": 4, - "text-opacity": 1, - "text-halo-color": "#fff", - "icon-size": { + "text-offset": { "base": 1, "stops": [ [ - 6, - 0.3 + 0, + [ + 0, + -0.2 + ] ], [ - 20, - 0.9 + 6, + [ + 0, + 0 + ] ] ] - }, - "text-halo-width": 0 + } + }, + "paint": { + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, + "text-size": { + "stops": [ + [ + 5, + 11 + ], + [ + 12, + 19 + ] + ], + "base": 0.9 + } } }, { - "id": "us_highway_label", + "id": "place_label_city_medium_s", "type": "symbol", - "source": "compositedsource", - "source-layer": "road_label", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "place_label", + "maxzoom": 16, "filter": [ "all", [ - "in", - "shield", - "us-highway", - "us-highway-alternate", - "us-highway-business", - "us-highway-duplex" + "==", + "type", + "city" ], [ "<=", - "reflen", - 3 + "scalerank", + 4 + ], + [ + ">", + "scalerank", + 1 + ], + [ + "in", + "ldir", + "S", + "E", + "SE", + "SW" ] ], "layout": { - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "us_highway_{reflen}", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 10, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{ref}", - "text-letter-spacing": 0 - }, - "paint": { - "text-size": { + "text-field": "@name", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-max-width": 10, + "text-max-size": 19, + "text-anchor": { "base": 1, "stops": [ [ - 8, - 10 + 0, + "top" ], [ - 20, - 17 + 6, + "center" ] ] }, - "text-color": "#666", - "icon-halo-color": "rgba(0, 0, 0, 1)", - "icon-halo-width": 1, - "text-opacity": 1, - "icon-color": "white", - "text-halo-color": "#fff", - "icon-size": { + "text-offset": { "base": 1, "stops": [ [ - 8, - 0.6 + 0, + [ + 0, + 0.1 + ] ], [ - 20, - 1 + 6, + [ + 0, + 0 + ] ] ] - }, - "text-halo-width": 0 + } + }, + "paint": { + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, + "text-size": { + "stops": [ + [ + 5, + 11 + ], + [ + 12, + 19 + ] + ], + "base": 0.9 + } } }, { - "id": "us_stateroad_label", + "id": "place_label_city_small_n", "type": "symbol", - "source": "compositedsource", - "source-layer": "road_label", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "place_label", + "maxzoom": 16, "filter": [ "all", [ - "in", - "shield", - "us-state", - "us-state-loop", - "us-state-business", - "us-state-toll", - "us-state-truck" + "==", + "type", + "city" ], [ - "==", - "class", - "motorway" + ">", + "scalerank", + 4 ], [ - "<=", - "reflen", - 3 + "in", + "ldir", + "N", + "W", + "NW", + "NE" ] ], "layout": { - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "us_state_{reflen}", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 10, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{ref}", - "text-letter-spacing": 0 - }, - "paint": { - "text-size": { + "text-field": "@name", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-max-width": 10, + "text-max-size": 19, + "text-anchor": { "base": 1, "stops": [ [ - 8, - 10 + 0, + "bottom" ], [ - 20, - 15 + 6, + "center" ] ] }, - "text-color": "#666", - "icon-halo-color": "rgba(0, 0, 0, 1)", - "icon-halo-width": 1, - "text-opacity": 1, - "icon-color": "white", - "text-halo-color": "#fff", - "icon-size": { + "text-offset": { "base": 1, "stops": [ [ - 8, - 0.7 + 0, + [ + 0, + -0.2 + ] ], [ - 20, - 1 + 6, + [ + 0, + 0 + ] ] ] - }, - "text-halo-width": 0 - } - }, - { - "id": "oneway_arrows_large", - "type": "symbol", - "source": "compositedsource", - "source-layer": "road", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "oneway", - 1 - ], - [ - "in", - "class", - "main" - ] - ], - "layout": { - "text-line-height": 0, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "oneway_road", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "symbol-placement": "line", - "text-padding": 0, - "visibility": "visible", - "text-offset": [ - 0, - 0 - ], - "text-rotation-alignment": "map", - "text-keep-upright": false, - "text-field": "", - "text-letter-spacing": 0.5 + } }, "paint": { - "text-color": "#aaa", - "text-halo-color": "#aaa", - "text-halo-width": 0, + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, "text-size": { - "base": 1, "stops": [ [ - 8, - 8 + 6, + 11 ], [ - 20, - 12 + 14, + 19 ] ] - }, - "text-translate": [ - 0, - 0 - ] + } } }, { - "id": "oneway_arrows_small", + "id": "place_label_city_small_s", "type": "symbol", - "source": "compositedsource", - "source-layer": "road", - "minzoom": 18, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "place_label", + "maxzoom": 16, "filter": [ "all", [ - "in", - "oneway", - 1 + "==", + "type", + "city" + ], + [ + ">", + "scalerank", + 4 ], [ "in", - "class", - "street", - "street_limited" + "ldir", + "S", + "E", + "SE", + "SW" ] ], "layout": { - "text-line-height": 1, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "oneway_road", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "symbol-placement": "line", - "text-padding": 0, - "visibility": "visible", - "text-rotation-alignment": "map", - "text-keep-upright": false, - "text-field": "", - "text-letter-spacing": 0 - }, - "paint": { - "text-color": "#aaa", - "text-halo-color": "#aaa", - "text-halo-width": 0, - "text-size": { + "text-field": "@name", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-max-width": 10, + "text-max-size": 19, + "text-anchor": { "base": 1, "stops": [ [ - 8, - 8 + 0, + "top" ], [ - 20, - 12 + 6, + "center" ] ] }, - "text-translate": { + "text-offset": { "base": 1, "stops": [ [ - 16, + 0, [ 0, - -1 + 0.1 ] ], [ - 20, + 6, [ 0, - 1 + 0 ] ] ] - }, - "icon-size": 0.75 + } + }, + "paint": { + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1.5, + "text-halo-blur": 0, + "text-size": { + "stops": [ + [ + 6, + 11 + ], + [ + 14, + 19 + ] + ] + } } }, { - "id": "oneway_arrows_motorway", + "id": "place_label_other", "type": "symbol", - "source": "compositedsource", - "source-layer": "road", - "minzoom": 16, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "place_label", + "minzoom": 8, "filter": [ "all", [ - "in", - "oneway", - 1 + "==", + "$type", + "Point" ], [ "in", - "class", - "motorway" - ] + "type", + "town", + "village", + "hamlet" + ] ], "layout": { - "text-line-height": 0, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "oneway_motorway", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "symbol-placement": "line", - "text-padding": 0, - "visibility": "visible", - "text-rotation-alignment": "map", - "text-anchor": "top", - "text-keep-upright": false, - "text-field": "", - "text-letter-spacing": 0 + "text-field": "@name", + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Bold", + "text-max-width": 15, + "text-max-size": 18 }, "paint": { - "text-color": "@generic_poi", - "text-halo-color": "#aaa", - "text-halo-width": 0, + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1, + "text-halo-blur": 1, "text-size": { - "base": 1, "stops": [ [ - 8, - 8 + 6, + 10 ], [ - 20, - 18 + 12, + 13 ] ] - }, - "text-translate": [ - 0, - -2 - ] + } } }, { - "id": "generic_motorway_label", + "id": "place_label_neighborhood", "type": "symbol", - "source": "compositedsource", - "source-layer": "road_label", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "place_label", + "minzoom": 12, "filter": [ "all", - [ - "in", - "class", - "motorway", - "motorway_link" - ], [ "==", - "shield", - "default" + "$type", + "Point" ], [ - "<=", - "reflen", - 6 + "in", + "type", + "suburb", + "neighbourhood" ] ], "layout": { - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "default_{reflen}", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-transform": "uppercase", - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 10, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{ref}", - "text-letter-spacing": 0 + "text-field": "@name", + "text-font": "DIN Offc Pro Bold, Arial Unicode MS Bold", + "text-max-width": 7, + "text-max-size": 14, + "text-letter-spacing": 0.1, + "text-transform": "uppercase" }, "paint": { + "text-color": "@label", + "text-halo-color": "@label-halo", + "text-halo-width": 1, + "text-halo-blur": 1, "text-size": { - "base": 1, "stops": [ [ - 10, + 12, 10 ], [ - 20, - 12 + 16, + 14 ] ] }, - "text-color": "#666", - "icon-halo-color": "rgba(0, 0, 0, 1)", - "icon-halo-width": 1, - "text-opacity": 1, - "icon-color": "white", - "text-halo-color": "#fff", - "icon-size": { + "text-opacity": { "base": 1, "stops": [ [ - 10, - 1 + 0, + 0 ], [ - 20, - 1.25 + 12, + 0.66 + ], + [ + 13, + 1 ] ] - }, - "text-halo-width": 0 + } } }, { - "id": "park_big_label", + "id": "water-label", "type": "symbol", - "source": "compositedsource", - "source-layer": "poi_label", - "minzoom": 0, + "source": "mapbox", + "source-layer": "water_label", + "minzoom": 5, "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "maki", - "park", - "golf", - "zoo", - "Garden", - "cemetery" - ], - [ - "==", - "scalerank", - 1 - ] - ], "layout": { - "text-line-height": { - "base": 1, - "stops": [ - [ - 8, - 1.2 - ], - [ - 20, - 1.8 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-transform": "uppercase", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 2, + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular", "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.2, + "text-field": "{name_en}", "text-max-width": 7 }, "paint": { - "text-color": "#608275", - "text-halo-color": "#F8F4F0", - "text-halo-width": 0, + "text-color": "@state-label", "text-size": { "base": 1, "stops": [ [ - 8, + 13, 12 ], [ - 20, + 18, 16 ] ] @@ -12022,9 +12807,9 @@ } }, { - "id": "generic_big_label", + "id": "poi-scalerank1", "type": "symbol", - "source": "compositedsource", + "source": "mapbox", "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, @@ -12036,135 +12821,105 @@ "rail-light", "rail-metro", "rail", - "school", + "airport", + "airfield", + "heliport", + "rocket", "park", - "cemetery", - "college", "golf", - "hospital" + "cemetary", + "zoo", + "campsite", + "swimming", + "dog-park" ], [ "<=", "scalerank", - 2 - ], - [ - "!in", - "type", - "Island", - "Wetland" + 1 ] ], "layout": { - "text-line-height": { - "base": 1, - "stops": [ - [ - 8, - 1.2 - ], - [ - 20, - 1.8 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-transform": "uppercase", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 5, + "text-max-width": 8, "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.2, - "text-max-width": 3.5 + "text-field": "{name_en}", + "text-max-size": 14, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular" }, "paint": { - "text-color": "@generic_poi", - "text-halo-color": "#F8F4F0", - "text-halo-width": 1.5, + "text-color": "@label-secondary", "text-size": { "base": 1, "stops": [ [ - 8, - 12 + 10, + 10 ], [ - 20, - 16 + 18, + 14 ] ] - } + }, + "text-halo-color": "@label-halo", + "text-halo-width": 1 } }, { - "id": "park_small_label", + "id": "poi-parks-scalerank1", "type": "symbol", - "source": "compositedsource", + "source": "mapbox", "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, "filter": [ - "any", + "all", [ "in", "maki", "park", - "golf", - "zoo", - "cemetery" + "", + "", + "", + "", + "" ], [ - "==", - "type", - "Garden" + "<=", + "scalerank", + 1 ] ], "layout": { - "text-line-height": 1.3, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 0, + "text-max-width": 8, "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.05, - "text-max-width": 8 + "text-field": "{name_en}", + "text-max-size": 14, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular" }, "paint": { - "text-color": "#608275", - "text-halo-color": "#F8F4F0", - "text-halo-width": 1.5, + "text-color": "@label-park", "text-size": { "base": 1, "stops": [ [ - 8, + 10, 10 ], [ - 20, - 12 + 18, + 14 ] ] - } + }, + "text-halo-color": "@label-halo", + "text-halo-width": 1 } }, { - "id": "college_label", + "id": "airport-label", "type": "symbol", - "source": "compositedsource", + "source": "mapbox", "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, @@ -12173,586 +12928,487 @@ [ "in", "maki", - "college" + "airport", + "heliport", + "rocket" + ], + [ + "<=", + "scalerank", + 2 ] ], "layout": { - "text-line-height": { + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "visibility": "visible", + "text-field": { "base": 1, "stops": [ [ - 8, - 1 + 12, + "" ], [ - 20, - 1.3 + 13, + "{name_en}" ] ] }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 5, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.1, - "text-max-width": 7 + "text-max-size": 18, + "text-max-width": 9 }, "paint": { - "text-color": "#895fb1", - "text-halo-color": "#fff", - "text-halo-width": { + "text-color": "@label", + "text-size": { "base": 1, "stops": [ [ - 16, - 1 + 10, + 10 ], [ - 20, - 3.75 + 18, + 18 ] ] }, + "text-halo-color": "@label-halo", + "text-halo-width": 1, + "text-halo-blur": 0 + } + }, + { + "id": "road-label-large", + "type": "symbol", + "source": "mapbox", + "source-layer": "road_label", + "filter": [ + "all", + [ + "in", + "class", + "motorway", + "main" + ] + ], + "layout": { + "symbol-placement": "line", + "text-field": "{name_en}", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Bold", + "text-transform": "none", + "text-letter-spacing": 0, + "text-max-size": 16, + "text-padding": 0 + }, + "paint": { "text-size": { "base": 1, "stops": [ [ 8, - 10 + 8 ], [ 20, - 14 + 17 ] ] }, - "text-halo-blur": 0.75 + "text-halo-color": "@label-halo", + "text-halo-width": 2, + "text-color": "@label-road" } }, { - "id": "school_museum_label", + "id": "road-label-med", "type": "symbol", - "source": "compositedsource", - "source-layer": "poi_label", - "minzoom": 0, - "maxzoom": 22, + "source": "mapbox", + "source-layer": "road_label", "filter": [ - "any", + "all", [ "in", - "maki", - "school", - "museum", - "library" - ], - [ - "==", - "type", - "school" + "class", + "street", + "street_limited" ] ], "layout": { - "text-line-height": { + "symbol-placement": "line", + "text-field": "{name_en}", + "text-font": "@sans_md", + "text-transform": "none", + "text-letter-spacing": 0, + "text-max-size": 16, + "text-padding": 0 + }, + "paint": { + "text-size": { "base": 1, "stops": [ [ 8, - 0.95 + 8 ], [ 20, - 1.2 + 16 ] ] }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "symbol-avoid-edges": false, - "text-ignore-placement": false, - "text-max-angle": 38, + "text-halo-color": "@label-halo", + "text-halo-width": 2, + "text-color": "@label-road" + } + }, + { + "id": "road-label-sm", + "type": "symbol", + "source": "mapbox", + "source-layer": "road_label", + "minzoom": 12, + "filter": [ + "all", + [ + "!in", + "class", + "motorway", + "main", + "street_limited", + "street" + ], + [ + "==", + "$type", + "LineString" + ] + ], + "layout": { + "symbol-placement": "line", + "text-field": "{name_en}", + "text-font": "@sans_md", + "text-transform": "none", + "text-letter-spacing": 0, "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 10, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.05, - "text-max-width": 7 + "text-padding": 0 }, "paint": { - "text-color": "#6f59b1", - "text-halo-color": "@background", - "text-halo-width": { + "text-size": { "base": 1, "stops": [ [ - 16, - 1.25 + 8, + 8 ], [ 20, - 3.75 + 15 ] ] }, + "text-halo-color": "@label-halo", + "text-halo-width": 2, + "text-color": "@label-road" + } + }, + { + "id": "waterway-label", + "type": "symbol", + "source": "mapbox", + "source-layer": "waterway_label", + "minzoom": 12, + "maxzoom": 22, + "filter": [ + "all", + [ + "==", + "class", + "river" + ] + ], + "layout": { + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular", + "visibility": "visible", + "symbol-placement": "line", + "text-field": "{name_en}" + }, + "paint": { + "text-color": "@label-waterway", "text-size": { "base": 1, "stops": [ [ - 8, - 10 + 13, + 12 ], [ - 20, - 12 + 18, + 16 ] ] } } }, { - "id": "hospital_label", + "id": "interstate-motorway_shields", "type": "symbol", - "source": "compositedsource", - "source-layer": "poi_label", + "source": "mapbox", + "source-layer": "road_label", "minzoom": 0, "maxzoom": 22, "filter": [ "all", [ "in", - "maki", - "hospital" + "shield", + "us-interstate", + "us-interstate-business", + "us-interstate-duplex" + ], + [ + "<=", + "reflen", + 6 ] ], "layout": { - "text-line-height": { + "symbol-min-distance": { "base": 1, "stops": [ [ - 8, - 0.95 + 10, + 200 ], [ - 20, - 1.2 + 15, + 600 ] ] }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, + "icon-image": "default-4-small", "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 5, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.1, - "text-max-width": 7 + "text-max-size": 11, + "text-font": "DIN Offc Pro Bold, Arial Unicode MS Regular", + "symbol-placement": "line", + "visibility": "none", + "text-field": "{ref}", + "text-letter-spacing": 0.05 }, "paint": { - "text-color": "#c24246", - "text-halo-color": "#fff", - "text-halo-width": { - "base": 1, - "stops": [ - [ - 16, - 2 - ], - [ - 20, - 3.75 - ] - ] - }, + "text-color": "@label-road", "text-size": { "base": 1, "stops": [ [ - 8, - 10 - ], - [ - 20, - 12 - ] - ] - } - } - }, - { - "id": "religious_label", - "type": "symbol", - "source": "compositedsource", - "source-layer": "poi_label", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "maki", - "religious-christian", - "religious-jewish", - "religious-muslim" - ] - ], - "layout": { - "text-line-height": { - "base": 1, - "stops": [ - [ - 8, - 0.95 + 15.95, + 9 ], - [ - 20, - 1.2 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 5, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.05, - "text-max-width": 3.5 - }, - "paint": { - "text-color": "#46819b", - "text-halo-color": "#F8F4F0", - "text-halo-width": { - "base": 1, - "stops": [ [ 16, - 1.25 - ], - [ - 20, - 3.75 + 11 ] ] }, - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 10 - ], - [ - 20, - 12 - ] - ] - } + "text-halo-color": "@label-halo", + "icon-color": "white", + "icon-halo-width": 1, + "icon-halo-color": "rgba(0, 0, 0, 1)" } + } + ], + "owner": "andreasviglakis", + "modified": "2015-04-27T23:19:35.558Z", + "created": "2015-04-27T23:19:35.558Z", + "id": "andreasviglakis.3081d695" + }, + "mapbox-streets": { + "version": 7, + "name": "mapbox-streets-v7", + "constants": { + "@poi-scalerank3": { + "base": 1, + "stops": [ + [ + 16, + 11 + ], + [ + 20, + 13 + ] + ] }, - { - "id": "government_label", - "type": "symbol", - "source": "compositedsource", - "source-layer": "poi_label", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "any", + "@label-neighbourhood": "#805540", + "@hillshade-shadow": "#5a5517", + "@road-width-minor": { + "base": 1.5, + "stops": [ [ - "in", - "maki", - "police", - "embassy", - "fire-station", - "post", - "prison", - "monument" + 14, + 0.5 ], [ - "==", - "type", - "Military" + 18, + 12 ] - ], - "layout": { - "text-line-height": { - "base": 1, - "stops": [ - [ - 8, - 0.95 - ], - [ - 20, - 1.2 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 5, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.05, - "text-max-width": 3.5 - }, - "paint": { - "text-color": "#5c5a5b", - "text-halo-color": "#F8F4F0", - "text-halo-width": { - "base": 1, - "stops": [ - [ - 16, - 2 - ], - [ - 20, - 3.75 - ] - ] - }, - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 10 - ], - [ - 20, - 12 - ] - ] - } - } + ] }, - { - "id": "generic_small_labels", - "type": "symbol", - "source": "compositedsource", - "source-layer": "poi_label", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", + "@poi-scalerank4": { + "base": 1, + "stops": [ [ - "!in", - "maki", - "rail-light", - "rail-metro", - "rail", - "school", - "park", - "college", - "golf", - "station" + 16, + 11 ], [ - ">=", - "scalerank", - 3 + 20, + 13 + ] + ] + }, + "@wetlands": "#9DD3D8", + "@landuse-cemetery": "#dde6c2", + "@admin-2-boundary": { + "base": 1, + "stops": [ + [ + 3, + 0.5 ], [ - "!in", - "type", - "Apartments", - "Yes", - "Military" + 10, + 2 ] - ], - "layout": { - "text-line-height": { - "base": 1, - "stops": [ - [ - 8, - 0.95 - ], - [ - 20, - 1.2 - ] - ] - }, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 16, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 5, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{name}", - "text-letter-spacing": 0.05, - "text-max-width": 3.5 - }, - "paint": { - "text-color": "@generic_poi", - "text-halo-color": "#F8F4F0", - "text-halo-width": 1.5, - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 10 - ], - [ - 20, - 12 - ] - ] - } - } - } - ], - "owner": "peterqliu", - "modified": "2015-04-09T22:26:37.136Z", - "created": "2015-04-09T21:22:48.511Z", - "id": "peterqliu.bf9a8d40" - }, - "empty": { - "version": 7, - "name": "Empty", - "constants": {}, - "sources": {}, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/sprite", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [] - }, - "light": { - "version": 7, - "name": "light-v4-040915.json", - "constants": { - "@road-motorway-width": { + ] + }, + "@country-label-lg-size": { "base": 1, "stops": [ [ - 3, - 0.5 + 1, + 10 ], [ - 9, - 1.25 + 6, + 24 + ] + ] + }, + "@snow": "#fff", + "@path-opacity": { + "base": 1, + "stops": [ + [ + 15, + 0 ], [ - 20, - 10 + 15.25, + 1 ] ] }, - "@road-width-minor": { - "base": 1, + "@label-park": "#4c661f", + "@country-label-sm-size": { + "base": 0.9, "stops": [ [ - 14, - 0.5 + 5, + 14 + ], + [ + 9, + 22 + ] + ] + }, + "@landuse-school": "#f3ebb4", + "@label-water-dark": "#004087", + "@road-main": "#a2a2a2", + "@road-case-dark": "#d9d3c9", + "@path-bg-width": { + "base": 1.5, + "stops": [ + [ + 15, + 2 ], [ 18, - 12 + 7 ] ] }, - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@admin-2-boundary": { + "@road-trunk": "#f2cf60", + "@road-motorway": "#ffa159", + "@country-label-md-size": { "base": 1, "stops": [ [ 3, - 0.5 + 10 ], [ - 10, - 2 + 8, + 24 ] ] }, - "@snow": "#fff", - "@label-park": "#4f4f4f", - "@road-major-width": { - "base": 1.4, + "@road-minor": "#fff", + "@rail-track-width": { + "base": 1.5, "stops": [ [ - 6, - 0.5 + 14, + 4 ], [ 20, - 30 + 8 ] ] }, - "@color-1": { + "@label-primary": "#000000", + "@street-high-opacity": { "base": 1, "stops": [ [ - 0, - "#393939" + 13.99, + 0 ], [ - 20, - "#393939" + 14, + 1 ] ] }, - "@road-minor": "#efefef", - "@road-street-width": { - "base": 1.55, + "@label-city-lg-size": { + "base": 0.9, "stops": [ [ 4, - 0.25 + 12 ], [ - 20, - 20 + 10, + 22 ] ] }, - "@rail-track-width": { + "@landuse-industrial": "#e0dae0", + "@landcover-opacity": { "base": 1.5, "stops": [ [ - 14, - 4 + 2, + 0.3 ], [ - 20, - 8 + 14, + 0 ] ] }, - "@building-outline": "#c0c0c0", - "@park": "#e4e4e4", "@rail-width": { "base": 1.5, "stops": [ @@ -12766,46 +13422,74 @@ ] ] }, - "@land": "#eee", + "@landuse-hospital": "#f4dcdc", + "@land": "#ede9d9", "@name": "{name_en}", - "@road-major": "#fff", - "@wood": "#dcdcdc", - "@number-2": { - "base": 1.5, + "@landcover": "#ddecb1", + "@tunnel-case-dark": "#c4beb7", + "@aeroway": "#dbcedb", + "@label-city-md-size": { + "base": 0.9, "stops": [ [ - 12.5, - 0.3 + 5, + 12 ], [ - 14, - 2 + 12, + 22 + ] + ] + }, + "@tunnel-trunk": "#f2de9e", + "@landuse-pitch": "#c3e194", + "@admin": "#787680", + "@road-case-width-sm": { + "base": 1.5, + "stops": [ + [ + 12, + 0.75 ], [ - 18, - 18 + 20, + 2 ] ] }, - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@scrub": "#e3e3e3", - "@crop": "#ececec", - "@label-waterway": "#929292", + "@label-poi": "#65513d", "@main-width": { "base": 1.5, "stops": [ [ - 6, + 8.5, 0.5 ], + [ + 10, + 0.75 + ], [ 18, 26 ] ] }, + "@road-case-width-lg": { + "base": 1.5, + "stops": [ + [ + 5, + 0.75 + ], + [ + 16, + 2 + ] + ] + }, "@road-high-z-fadein": { - "base": 1, + "base": 1.2, "stops": [ [ 5, @@ -12817,7 +13501,9 @@ ] ] }, - "@sans": "Open Sans Regular, Arial Unicode MS Regular", + "@rail": "#b3ada6", + "@country-halo": "rgba(255,255,255,0.75)", + "@hillshade-highlight": "#fff", "@motorway-width": { "base": 1.5, "stops": [ @@ -12831,27 +13517,43 @@ ] ] }, - "@label": "#666", - "@label-halo": "#fff", - "@grass": "#e5e5e5", - "@water": "#d6d6d6", - "@state-label": { + "@country-label-color": { + "stops": [ + [ + 8, + "#000000" + ], + [ + 10, + "#888888" + ] + ], + "base": 1 + }, + "@building": "#e8e0cc", + "@landuse-sand": "#ededcf", + "@road-trunk-case": "#fff", + "@ramp-1": { "base": 1, "stops": [ [ 0, - "#929292" + [ + 1, + 2 + ] ], [ 20, - "#929292" + [ + 1, + 0.25 + ] ] ] }, - "@label-road": "#929292", - "@label-secondary": "#5a5a5a", - "@building-fill": "#cbcbcb", - "@street-width": { + "@road-motorway-case": "#fff", + "@street_limited-width": { "base": 1.5, "stops": [ [ @@ -12864,94 +13566,229 @@ ], [ 18, - 18 + 12 ] ] }, - "@path-width": { - "base": 1.5, + "@water": "#8ccbf7", + "@ramp-2": { + "base": 1, "stops": [ + [ + 14, + [ + 0.4, + 0.4 + ] + ], [ 15, - 1 + [ + 0.3, + 0.3 + ] ], [ - 18, - 4 + 16, + [ + 0.2, + 0.2 + ] + ], + [ + 18, + [ + 0.15, + 0.15 + ] + ], + [ + 19, + [ + 0.1, + 0.1 + ] ] ] }, - "@road-main-width": { - "base": 1.4, + "@label-state": "#242424", + "@landuse-parks": "#cde8a2", + "@street_limited-case-width": { + "base": 1.5, "stops": [ [ - 6, - 0.25 + 13, + 0 + ], + [ + 14, + 2 + ], + [ + 18, + 12 + ] + ] + }, + "@motorway_link-width": { + "base": 1.5, + "stops": [ + [ + 12, + 0.5 + ], + [ + 14, + 2 + ], + [ + 18, + 18 + ] + ] + }, + "@building-shadow": "#cbc6b7", + "@label-road": "#3a3836", + "@rail-low": "#ccc5bd", + "@label-transit": "#000000", + "@rail-lowhigh": { + "stops": [ + [ + 13, + "#d8d5c8" + ], + [ + 16, + "#b3b1a6" + ] + ] + }, + "@street-case-gap-width": { + "base": 1.5, + "stops": [ + [ + 13, + 0 + ], + [ + 14, + 2 + ], + [ + 18, + 18 + ] + ] + }, + "@halo": "#ffffff", + "@street-width": { + "base": 1.5, + "stops": [ + [ + 12.5, + 0.5 + ], + [ + 14, + 2 + ], + [ + 18, + 18 + ] + ] + }, + "@main-case-width": { + "base": 1.2, + "stops": [ + [ + 10, + 0.75 + ], + [ + 18, + 2 + ] + ] + }, + "@road-street-limited": "#EFEDEB", + "@landuse-glacier": "#dcedf9", + "@label-water": "#c8e5f9", + "@poi-scalerank1": { + "base": 1, + "stops": [ + [ + 10, + 11 + ], + [ + 18, + 14 + ] + ] + }, + "@path-width": { + "base": 1.5, + "stops": [ + [ + 15, + 1 + ], + [ + 18, + 4 + ] + ] + }, + "@tunnel-motorway": "#ffbe8c", + "@poi-scalerank2": { + "base": 1, + "stops": [ + [ + 14, + 11 ], [ 20, - 30 + 14 ] ] } }, "sources": { - "mapbox": { - "url": "mapbox://mapbox.mapbox-streets-v6", - "type": "vector" - }, - "mapbox://mapbox.mapbox-terrain-v2": { - "url": "mapbox://mapbox.mapbox-terrain-v2", + "composite": { + "url": "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6", "type": "vector" } }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/light", + "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/mapbox-streets", "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", "layers": [ { "id": "background", "type": "background", - "layout": { - "visibility": "visible" - }, - "paint": { - "background-color": "@land" - } - }, - { - "id": "landcover_snow", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "snow" - ] - ], + "interactive": true, "layout": { "visibility": "visible" }, "paint": { - "fill-color": "@snow", - "fill-opacity": 0.5 + "background-color": "@land" } }, { "id": "landcover_crop", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", + "source": "composite", "source-layer": "landcover", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 14, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", "crop" ] @@ -12960,21 +13797,23 @@ "visibility": "visible" }, "paint": { - "fill-color": "@crop", - "fill-opacity": 0.5 + "fill-color": "@landcover", + "fill-opacity": "@landcover-opacity", + "fill-antialias": false } }, { "id": "landcover_grass", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", + "source": "composite", "source-layer": "landcover", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 14, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", "grass" ] @@ -12983,21 +13822,23 @@ "visibility": "visible" }, "paint": { - "fill-color": "@grass", - "fill-opacity": 0.5 + "fill-color": "@landcover", + "fill-opacity": "@landcover-opacity", + "fill-antialias": false } }, { "id": "landcover_scrub", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", + "source": "composite", "source-layer": "landcover", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 14, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", "scrub" ] @@ -13006,21 +13847,23 @@ "visibility": "visible" }, "paint": { - "fill-color": "@scrub", - "fill-opacity": 0.5 + "fill-color": "@landcover", + "fill-opacity": "@landcover-opacity", + "fill-antialias": false } }, { "id": "landcover_wood", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", + "source": "composite", "source-layer": "landcover", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 14, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", "wood" ] @@ -13029,985 +13872,994 @@ "visibility": "visible" }, "paint": { - "fill-color": "@wood", - "fill-opacity": 0.5 + "fill-color": "@landcover", + "fill-opacity": "@landcover-opacity", + "fill-antialias": false } }, { - "id": "landuse_industrial", + "id": "landcover_snow", "type": "fill", - "source": "mapbox", - "source-layer": "landuse", + "source": "composite", + "source-layer": "landcover", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "industrial" - ], - [ - "==", - "$type", - "Polygon" + "snow" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#fff", - "fill-opacity": 0.5 + "fill-color": "@snow", + "fill-opacity": 0.2, + "fill-antialias": false } }, { - "id": "landuse_park", + "id": "scrub", "type": "fill", - "source": "mapbox", + "source": "composite", "source-layer": "landuse", + "minzoom": 9, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "park" + "scrub" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "@park" - } - }, - { - "id": "landuse_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "all", - [ - "==", - "class", - "wood" - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "#e0e0e0" + "fill-color": "@landcover", + "fill-opacity": { + "base": 1, + "stops": [ + [ + 9, + 0 + ], + [ + 16, + 0.2 + ] + ] + } } }, { - "id": "hillshade_highlight_bright", + "id": "grass", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", - "minzoom": 0, + "source": "composite", + "source-layer": "landuse", + "minzoom": 9, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 94 + "in", + "class", + "grass" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#fff", + "fill-color": "@landcover", "fill-opacity": { "base": 1, "stops": [ [ - 15, - 0.15 + 9, + 0 ], [ - 17, - 0.05 + 16, + 0.4 ] ] } } }, { - "id": "hillshade_highlight_med", + "id": "wood", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", - "minzoom": 0, + "source": "composite", + "source-layer": "landuse", + "minzoom": 6, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 90 + "in", + "class", + "wood" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#fff", + "fill-color": "@landcover", "fill-opacity": { "base": 1, "stops": [ [ - 15, - 0.15 + 6, + 0 ], [ - 17, - 0.05 + 16, + 0.5 ] ] } } }, { - "id": "hillshade_shadow_faint", + "id": "agriculture", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "source": "composite", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 89 + "in", + "class", + "agriculture" ] ], "layout": { - "visibility": "visible" + "visibility": "none" }, "paint": { - "fill-color": "#666", - "fill-opacity": { - "base": 1, - "stops": [ - [ - 14, - 0.06 - ], - [ - 17, - 0.01 - ] - ] - } + "fill-color": "rgba(221,85,85,1.000)", + "fill-opacity": 1 } }, { - "id": "hillshade_shadow_med", + "id": "hospital", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "source": "composite", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 78 + "in", + "class", + "hospital" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#666", - "fill-opacity": { - "base": 1, - "stops": [ - [ - 14, - 0.06 - ], - [ - 17, - 0.01 - ] - ] - } + "fill-color": "@landuse-hospital" } }, { - "id": "hillshade_shadow_dark", + "id": "school", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "source": "composite", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 67 + "in", + "class", + "school" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#888888", - "fill-opacity": { - "base": 1, - "stops": [ - [ - 14, - 0.06 - ], - [ - 17, - 0.01 - ] - ] - } + "fill-color": "@landuse-school" } }, { - "id": "hillshade_shadow_extreme", + "id": "parks", "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "source": "composite", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 56 + "in", + "class", + "park" ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "#999", + "fill-color": "@landuse-parks", "fill-opacity": { "base": 1, "stops": [ [ - 14, - 0.06 + 5, + 0 ], [ - 17, - 0.01 + 6, + 1 ] ] } } }, { - "id": "building", + "id": "glaciers", "type": "fill", - "source": "mapbox", - "source-layer": "building", - "minzoom": 15, + "source": "composite", + "source-layer": "landuse", + "minzoom": 9, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "class", + "glacier" + ] + ], + "layout": { + "visibility": "visible" + }, "paint": { - "fill-outline-color": "@building-outline", + "fill-color": "@landuse-glacier", "fill-opacity": { "base": 1, "stops": [ [ - 15, + 9, 0 ], [ - 16.5, - 1 + 10, + 0.25 ] ] - }, - "fill-antialias": true, - "fill-color": "@building-fill" + } } }, { - "id": "waterway", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", + "id": "pitch", + "type": "fill", + "source": "composite", + "source-layer": "landuse", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], [ "in", "class", - "river", - "canal" + "pitch" ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@water", - "line-width": { - "base": 1, - "stops": [ - [ - 6, - 0.25 - ], - [ - 20, - 6 - ] - ] - } + "fill-color": "@landuse-pitch" } }, { - "id": "waterway_stream", + "id": "pitch-line", "type": "line", - "source": "mapbox", - "source-layer": "waterway", + "source": "composite", + "source-layer": "landuse", + "minzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], [ "in", "class", - "stream" + "pitch" ] ], + "layout": {}, "paint": { - "line-color": "@water", - "line-width": { - "base": 1, - "stops": [ - [ - 13, - 0.75 - ], - [ - 20, - 4 - ] - ] - } + "line-color": "#e1f2c6" } }, { - "id": "water", + "id": "cemetery", "type": "fill", - "source": "mapbox", - "source-layer": "water", - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@water" - } - }, - { - "id": "aeroway_runway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", + "source": "composite", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" - ], - [ - "==", - "type", - "runway" + "in", + "class", + "cemetery" ] ], "layout": { - "line-join": "miter", "visibility": "visible" }, "paint": { - "line-width": { - "base": 1.15, - "stops": [ - [ - 11, - 3 - ], - [ - 20, - 32 - ] - ] - }, - "line-color": "#fff", - "line-opacity": { - "base": 1, - "stops": [ - [ - 9, - 0.5 - ], - [ - 11, - 1 - ] - ] - } + "fill-color": "@landuse-cemetery" } }, { - "id": "aeroway_taxiway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", + "id": "industrial", + "type": "fill", + "source": "composite", + "source-layer": "landuse", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" - ], - [ - "==", - "type", - "taxiway" + "in", + "class", + "industrial" ] ], "layout": { - "line-join": "miter" + "visibility": "visible" }, "paint": { - "line-width": { - "base": 1.15, - "stops": [ - [ - 10, - 0.25 - ], - [ - 11, - 1 - ], - [ - 20, - 8 - ] - ] - }, - "line-color": "#fff" + "fill-color": "@landuse-industrial" } }, { - "id": "tunnel_minor", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", + "id": "sand", + "type": "fill", + "source": "composite", + "source-layer": "landuse", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], [ "in", "class", - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" + "sand" ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@road-minor", - "line-width": "@road-street-width", - "line-dasharray": [ - 0.36, - 0.18 - ] + "fill-color": "@landuse-sand" } }, { - "id": "tunnel_major", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", + "id": "hillshade_highlight_bright", + "type": "fill", + "source": "composite", + "source-layer": "hillshade", + "maxzoom": 18, + "interactive": true, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], [ "in", - "class", - "motorway", - "main" + "level", + 94 ] ], + "layout": { + "visibility": "visible" + }, "paint": { - "line-color": "@road-major", - "line-width": "@road-major-width", - "line-dasharray": [ - 0.28, - 0.14 - ] + "fill-color": "@hillshade-highlight", + "fill-opacity": { + "stops": [ + [ + 15, + 0.12 + ], + [ + 18, + 0 + ] + ] + }, + "fill-antialias": false } }, { - "id": "road-path", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 0, + "id": "hillshade_highlight_med", + "type": "fill", + "source": "composite", + "source-layer": "hillshade", "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "path" + "in", + "level", + 90 ] ], "layout": { "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": { - "base": 1, + "fill-color": "@hillshade-highlight", + "fill-opacity": { "stops": [ [ 15, - 1 + 0.12 ], [ 18, - 4 + 0 ] ] - } + }, + "fill-antialias": false } }, { - "id": "road-street-low-zoom", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, + "id": "hillshade_shadow_faint", + "type": "fill", + "source": "composite", + "source-layer": "hillshade", + "maxzoom": 17, + "interactive": true, "filter": [ "all", [ "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" + "level", + 89 ] ], "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width", - "line-opacity": { - "base": 1, + "fill-color": "@hillshade-shadow", + "fill-opacity": { "stops": [ [ - 11.5, - 0 + 15, + 0.05 ], [ - 12, - 1 + 17, + 0 ] ] - } + }, + "fill-antialias": false } }, { - "id": "road-service-driveway", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 0, + "id": "hillshade_shadow_med", + "type": "fill", + "source": "composite", + "source-layer": "hillshade", "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "service", - "driveway" + "level", + 78 ] ], "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@road-width-minor" + "fill-color": "@hillshade-shadow", + "fill-opacity": { + "stops": [ + [ + 15, + 0.05 + ], + [ + 17, + 0 + ] + ] + }, + "fill-antialias": false } }, { - "id": "road-motorway_link", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 0, + "id": "hillshade_shadow_dark", + "type": "fill", + "source": "composite", + "source-layer": "hillshade", "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "motorway_link" + "level", + 67 ] ], "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width" + "fill-color": "@hillshade-shadow", + "fill-opacity": { + "stops": [ + [ + 15, + 0.06 + ], + [ + 17, + 0 + ] + ] + }, + "fill-antialias": false } }, { - "id": "road-street_limited", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, + "id": "hillshade_shadow_extreme", + "type": "fill", + "source": "composite", + "source-layer": "hillshade", + "maxzoom": 17, + "interactive": true, "filter": [ "all", [ "in", - "class", - "street_limited", - "" - ], - [ - "==", - "$type", - "LineString" + "level", + 56 ] ], "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width" + "fill-color": "@hillshade-shadow", + "fill-opacity": { + "stops": [ + [ + 15, + 0.06 + ], + [ + 17, + 0 + ] + ] + }, + "fill-antialias": false } }, { - "id": "road-street", + "id": "waterway-river", "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 14, + "source": "composite", + "source-layer": "waterway", + "minzoom": 8, "maxzoom": 22, + "interactive": true, "filter": [ - "all", + "any", [ "in", "class", - "street" + "river" ], [ - "==", - "$type", - "LineString" + "in", + "class", + "canal" ] ], "layout": { - "line-cap": "round", - "line-join": "round", - "visibility": "visible" + "visibility": "visible", + "line-cap": { + "base": 1, + "stops": [ + [ + 0, + "butt" + ], + [ + 11, + "round" + ] + ] + }, + "line-join": "round" }, "paint": { - "line-color": "@road-major", - "line-width": "@number-2", - "line-opacity": 1 + "line-color": "@water", + "line-width": { + "base": 1.3, + "stops": [ + [ + 8.5, + 0.1 + ], + [ + 20, + 8 + ] + ] + }, + "line-opacity": { + "base": 1, + "stops": [ + [ + 8, + 0 + ], + [ + 8.5, + 1 + ] + ] + } } }, { - "id": "road-main", + "id": "waterway-other", "type": "line", - "source": "mapbox", - "source-layer": "road", + "source": "composite", + "source-layer": "waterway", + "minzoom": 13, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" + "!=", + "class", + "river" ], [ - "in", + "!=", "class", - "main" + "canal" ] ], "layout": { - "line-cap": "round", + "visibility": "visible", "line-join": "round", - "visibility": "visible" + "line-cap": "round" }, "paint": { - "line-color": "@road-major", - "line-width": "@main-width", - "line-opacity": "@road-high-z-fadein" + "line-color": "@water", + "line-width": { + "base": 1.35, + "stops": [ + [ + 13.5, + 0.1 + ], + [ + 20, + 3 + ] + ] + }, + "line-opacity": { + "base": 1, + "stops": [ + [ + 13, + 0 + ], + [ + 13.5, + 1 + ] + ] + } } }, { - "id": "road-trunk", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "all", - [ - "in", - "class", - "main" - ], - [ - "==", - "type", - "trunk" - ] - ], + "id": "water", + "type": "fill", + "source": "composite", + "source-layer": "water", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "layout": { - "line-cap": "round", - "line-join": "round", "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@motorway-width", - "line-opacity": 1 + "fill-color": "@water" } }, { - "id": "road-motorway", - "type": "line", - "source": "mapbox", - "source-layer": "road", + "id": "landuse-overlay", + "type": "fill", + "source": "composite", + "source-layer": "landuse_overlay", "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ - "all", - [ - "in", - "class", - "motorway" - ] + "all" ], "layout": { - "line-cap": "round", - "line-join": "round", "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@motorway-width", - "line-opacity": "@road-high-z-fadein" - } - }, - { - "id": "road-rail", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 13, - "filter": [ - "all", - [ - "in", - "class", - "major_rail", - "minor_rail" - ] - ], - "layout": { - "line-cap": "round", - "line-join": "round", - "visibility": "visible" - }, + "fill-color": "@wetlands", + "fill-opacity": { + "base": 1, + "stops": [ + [ + 10, + 0.25 + ], + [ + 10.5, + 0.15 + ] + ] + } + } + }, + { + "id": "landuse-overlay-pattern", + "ref": "landuse-overlay", + "interactive": true, "paint": { - "line-color": "@road-major", - "line-width": "@rail-width", - "line-opacity": 1 + "fill-color": "@wetlands", + "fill-opacity": { + "base": 1, + "stops": [ + [ + 10, + 0 + ], + [ + 10.5, + 1 + ] + ] + }, + "fill-image": { + "base": 1, + "stops": [ + [ + 13, + "marsh-16" + ], + [ + 14, + "marsh-32" + ] + ] + } } }, { - "id": "road-rail-tracks", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 13, + "id": "barrier_line-land-polygon", + "type": "fill", + "source": "composite", + "source-layer": "barrier_line", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "major_rail", - "minor_rail" + "land" + ], + [ + "in", + "$type", + "Polygon" ] ], - "layout": { - "line-cap": "butt", - "line-join": "miter", - "visibility": "visible" - }, + "layout": {}, "paint": { - "line-color": "@road-major", - "line-width": "@rail-track-width", - "line-opacity": 1 + "fill-color": "@land" } }, { - "id": "bridge_minor_case", + "id": "barrier_line-land-line", "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "source": "composite", + "source-layer": "barrier_line", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" + "in", + "class", + "land" ], [ "in", - "class", - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" + "$type", + "LineString" ] ], + "layout": { + "line-cap": "round" + }, "paint": { - "line-color": "@land", "line-width": { - "base": 1.6, + "base": 1.99, "stops": [ [ - 12, - 0.5 + 14, + 0.75 ], [ 20, - 10 + 40 ] ] }, - "line-gap-width": "@road-street-width" + "line-color": "@land" } }, { - "id": "bridge-path", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 0, + "id": "building-bottom", + "type": "fill", + "source": "composite", + "source-layer": "building", + "minzoom": 15, "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "path" - ] - ], + "interactive": true, "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-minor", - "line-width": "@path-width" + "fill-color": "@building-shadow", + "fill-opacity": { + "base": 1, + "stops": [ + [ + 15.5, + 0 + ], + [ + 16, + 1 + ] + ] + } } }, { - "id": "bridge-street-low-zoom", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "id": "building-top", + "ref": "building-bottom", + "interactive": true, + "paint": { + "fill-color": { + "base": 1, + "stops": [ + [ + 15, + "@land" + ], + [ + 16, + "@building" + ] + ] + }, + "fill-opacity": { + "base": 1, + "stops": [ + [ + 15, + 0 + ], + [ + 15.5, + 1 + ] + ] + }, + "fill-outline-color": "#d0cbbb", + "fill-translate": { + "base": 1, + "stops": [ + [ + 15, + [ + 0, + 0 + ] + ], + [ + 20, + [ + -5, + -5 + ] + ] + ] + } + } + }, + { + "id": "aeroway-polygon", + "type": "fill", + "source": "composite", + "source-layer": "aeroway", "minzoom": 11, - "maxzoom": 14.1, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "street", - "street_limited" + "$type", + "Polygon" ], [ - "==", - "$type", - "LineString" + "!=", + "type", + "apron" ] ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, + "layout": {}, "paint": { - "line-color": "@road-minor", - "line-width": "@street-width", - "line-opacity": { + "fill-color": "@aeroway", + "fill-opacity": { "base": 1, "stops": [ [ - 11.5, + 11, 0 ], [ - 12, + 11.5, 1 ] ] @@ -14015,168 +14867,264 @@ } }, { - "id": "bridge-motorway_link", + "id": "aeroway-runway", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 10, + "source": "composite", + "source-layer": "aeroway", + "minzoom": 9, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "motorway_link" + "type", + "runway" ], [ - "==", + "in", "$type", "LineString" ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width", - "line-opacity": 1 + "line-color": "@aeroway", + "line-width": { + "base": 1.5, + "stops": [ + [ + 9, + 1 + ], + [ + 18, + 80 + ] + ] + } } }, { - "id": "bridge-street_limited", + "id": "aeroway-taxiway", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, + "source": "composite", + "source-layer": "aeroway", + "minzoom": 9, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "street_limited" + "type", + "taxiway" ], [ - "==", + "in", "$type", "LineString" ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "line-cap": "butt" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width", - "line-opacity": 1 + "line-color": "@aeroway", + "line-width": { + "base": 1.5, + "stops": [ + [ + 10, + 0.5 + ], + [ + 18, + 20 + ] + ] + } } }, { - "id": "bridge-street", + "id": "admin-3-4-boundaries-bg", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, + "source": "composite", + "source-layer": "admin", + "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", + [ + ">=", + "admin_level", + 3 + ], [ "in", - "class", - "street" + "maritime", + 0 ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "line-join": "bevel" }, "paint": { - "line-color": "@road-major", - "line-width": "@street-width", - "line-opacity": 1 + "line-color": { + "base": 1, + "stops": [ + [ + 8, + "@land" + ], + [ + 16, + "#f6e8e1" + ] + ] + }, + "line-width": { + "base": 1, + "stops": [ + [ + 3, + 3.5 + ], + [ + 10, + 8 + ] + ] + }, + "line-opacity": { + "base": 1, + "stops": [ + [ + 7, + 0 + ], + [ + 8, + 0.75 + ] + ] + }, + "line-dasharray": [ + 1, + 0 + ], + "line-translate": [ + 0, + 0 + ], + "line-blur": { + "base": 1, + "stops": [ + [ + 3, + 0 + ], + [ + 8, + 3 + ] + ] + } } }, { - "id": "bridge-main", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "id": "tunnel-street_limited-polygon", + "type": "fill", + "source": "composite", + "source-layer": "tunnel", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "main" + "street_limited" ], [ - "!=", - "type", - "trunk" + "in", + "$type", + "Polygon" ] ], "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "visibility": "visible" }, "paint": { - "line-color": "@road-major", - "line-width": "@main-width", - "line-opacity": "@road-high-z-fadein" + "fill-color": "#EEE8E3", + "fill-opacity": 0.75 } }, { - "id": "bridge-trunk", + "id": "tunnel-path-bg", "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "source": "composite", + "source-layer": "tunnel", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "main" - ], - [ - "==", - "type", - "trunk" + "path" ] ], "layout": { - "visibility": "visible", + "visibility": "none", "line-cap": "round", "line-join": "round" }, "paint": { - "line-color": "@road-major", - "line-width": "@road-motorway-width", - "line-opacity": 1 + "line-width": "@path-bg-width", + "line-dasharray": [ + 1, + 0 + ], + "line-color": "@road-case-dark", + "line-blur": 0, + "line-opacity": { + "base": 1, + "stops": [ + [ + 15, + 0 + ], + [ + 15.25, + 0.5 + ] + ] + } } }, { - "id": "bridge-motorway", + "id": "tunnel-path", "type": "line", - "source": "mapbox", - "source-layer": "bridge", + "source": "composite", + "source-layer": "tunnel", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "motorway" + "path" ] ], "layout": { @@ -14185,15673 +15133,5955 @@ "line-join": "round" }, "paint": { - "line-color": "@road-major", - "line-width": "@road-motorway-width", - "line-opacity": 1 + "line-width": "@path-width", + "line-dasharray": { + "base": 1, + "stops": [ + [ + 15, + [ + 0.1, + 1.25 + ] + ], + [ + 16, + [ + 0.1, + 1.6 + ] + ], + [ + 17, + [ + 0.1, + 1.45 + ] + ], + [ + 18, + [ + 0.1, + 1.3 + ] + ] + ] + }, + "line-color": "#f5f2ee", + "line-opacity": "@path-opacity" } }, { - "id": "bridge-rail", + "id": "tunnel-street-low", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 13, + "source": "composite", + "source-layer": "tunnel", + "minzoom": 11, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "major_rail", - "minor_rail" + "street" + ], + [ + "in", + "$type", + "LineString" ] ], "layout": { "visibility": "visible", - "line-cap": "butt", - "line-join": "miter", - "line-round-limit": 2 + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "@road-major", - "line-width": "@rail-width", - "line-opacity": 1 + "line-width": "@street-width", + "line-color": "@road-minor", + "line-opacity": { + "stops": [ + [ + 11.5, + 0 + ], + [ + 12, + 1 + ], + [ + 14, + 1 + ], + [ + 14.01, + 0 + ] + ] + } } }, { - "id": "bridge-rail-tracks", + "id": "tunnel-street_limited-low", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, + "source": "composite", + "source-layer": "tunnel", + "minzoom": 11, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "major_rail", - "minor_rail" + "street_limited" + ], + [ + "in", + "$type", + "LineString" ] ], "layout": { "visibility": "visible", - "line-cap": "butt", - "line-join": "miter", - "line-round-limit": 2 + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "@road-major", - "line-width": "@rail-track-width", - "line-opacity": 1 + "line-width": "@street-width", + "line-color": "@road-minor", + "line-opacity": { + "stops": [ + [ + 11.5, + 0 + ], + [ + 12, + 1 + ], + [ + 14, + 1 + ], + [ + 14.01, + 0 + ] + ] + } } }, { - "id": "bridge-rail-tracks_copy", + "id": "tunnel-motorway_link-case", "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, + "source": "composite", + "source-layer": "tunnel", + "minzoom": 11, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "aerialway" + "motorway_link" ] ], "layout": { "visibility": "visible", - "line-cap": "butt", - "line-join": "miter", - "line-round-limit": 2 + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "@road-major", - "line-width": "@rail-width", - "line-opacity": 1 + "line-width": "@road-case-width-sm", + "line-color": "@road-motorway-case", + "line-gap-width": "@motorway_link-width", + "line-dasharray": [ + 3, + 3 + ] } }, { - "id": "admin-3-4-boundaries-bg", + "id": "tunnel-service-driveway-case", "type": "line", - "source": "mapbox", - "source-layer": "admin", - "minzoom": 0, + "source": "composite", + "source-layer": "tunnel", + "minzoom": 15, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - ">=", - "admin_level", - 3 - ], - [ - "==", - "maritime", - 0 + "in", + "class", + "service", + "driveway" ] ], "layout": { "visibility": "visible", - "line-join": "bevel" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-width": { - "base": 1, - "stops": [ - [ - 3, - 3.5 - ], - [ - 12, - 6 - ] - ] - }, - "line-opacity": { - "base": 1, - "stops": [ - [ - 2, - 0 - ], - [ - 5, - 0.75 - ] - ] - }, - "line-color": "#fff" + "line-width": "@road-case-width-sm", + "line-color": "@tunnel-case-dark", + "line-gap-width": "@road-width-minor", + "line-dasharray": [ + 3, + 3 + ] } }, { - "id": "admin-2-boundaries-bg", + "id": "tunnel-street_limited-case", "type": "line", - "source": "mapbox", - "source-layer": "admin", - "minzoom": 0, + "source": "composite", + "source-layer": "tunnel", + "minzoom": 11, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "admin_level", - 2 + "in", + "class", + "street_limited" ], [ - "==", - "maritime", - 0 + "in", + "$type", + "LineString" ], [ - "==", - "disputed", - 2 + "!=", + "type", + "construction" ] ], "layout": { "visibility": "visible", - "line-join": "miter" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "#fff", - "line-opacity": { - "base": 1, - "stops": [ - [ - 3, - 0 - ], - [ - 4, - 0.75 - ] - ] - }, - "line-width": { - "base": 1, - "stops": [ - [ - 2, - 3.5 - ], - [ - 10, - 10 - ] - ] - } + "line-width": "@road-case-width-sm", + "line-color": "@tunnel-case-dark", + "line-gap-width": "@street_limited-case-width", + "line-dasharray": [ + 3, + 3 + ], + "line-opacity": "@street-high-opacity" } }, { - "id": "admin-3-4-boundaries", + "id": "tunnel-street-case", "type": "line", - "source": "mapbox", - "source-layer": "admin", - "minzoom": 0, + "source": "composite", + "source-layer": "tunnel", + "minzoom": 11, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - ">=", - "admin_level", - 3 - ], - [ - "==", - "maritime", - 0 + "in", + "class", + "street" ] ], "layout": { "visibility": "visible", - "line-join": "miter" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "#b5b5b5", - "line-opacity": { - "base": 1, - "stops": [ - [ - 2, - 0 - ], - [ - 3, - 1 - ] - ] - }, - "line-width": { - "base": 1, - "stops": [ - [ - 3, - 0.5 - ], - [ - 12, - 2 - ] - ] - }, - "line-dasharray": { - "base": 1, - "stops": [ - [ - 4, - [ - 2, - 0 - ] - ], - [ - 5, - [ - 2, - 2, - 6, - 2 - ] - ] - ] - } + "line-width": "@road-case-width-sm", + "line-color": "@tunnel-case-dark", + "line-gap-width": "@street-case-gap-width", + "line-dasharray": [ + 3, + 3 + ], + "line-opacity": "@street-high-opacity" } }, { - "id": "admin-2-boundaries", + "id": "tunnel-main-case", "type": "line", - "source": "mapbox", - "source-layer": "admin", - "minzoom": 1, + "source": "composite", + "source-layer": "tunnel", + "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "admin_level", - 2 + "in", + "class", + "main" ], [ - "==", - "maritime", - 0 + "!=", + "type", + "trunk" + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-width": "@main-case-width", + "line-dasharray": [ + 3, + 3 ], + "line-gap-width": "@main-width", + "line-color": "@tunnel-case-dark" + } + }, + { + "id": "tunnel-trunk-case", + "type": "line", + "source": "composite", + "source-layer": "tunnel", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - "==", - "disputed", - 0 + "in", + "class", + "main" + ], + [ + "in", + "type", + "trunk" ] ], "layout": { "visibility": "visible", - "line-join": "round", - "line-cap": "round" + "line-cap": "round", + "line-join": "round" }, "paint": { - "line-color": "#c0c0c0", + "line-width": "@road-case-width-lg", + "line-color": "@road-motorway-case", + "line-gap-width": "@motorway-width", "line-opacity": 1, - "line-width": "@admin-2-boundary" + "line-dasharray": [ + 3, + 3 + ] } }, { - "id": "country-label-lg", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "maxzoom": 12, + "id": "tunnel-motorway-case", + "type": "line", + "source": "composite", + "source-layer": "tunnel", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "scalerank", - 1, - 2 + "class", + "motorway" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "text-max-size": 18, - "text-max-width": 6 + "visibility": "visible", + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": { - "base": 1, - "stops": [ - [ - 0, - "#444" - ], - [ - 10, - "#888" - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [ - [ - 1, - 9 - ], - [ - 5, - 18 - ] - ], - "base": 0.9 - } + "line-width": "@road-case-width-lg", + "line-color": "@road-motorway-case", + "line-gap-width": "@motorway-width", + "line-opacity": 1, + "line-dasharray": [ + 3, + 3 + ] } }, { - "id": "country-label-md", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "minzoom": 1, - "maxzoom": 8, + "id": "tunnel-motorway_link", + "ref": "tunnel-motorway_link-case", + "interactive": true, + "paint": { + "line-width": "@motorway_link-width", + "line-color": "@tunnel-motorway", + "line-opacity": 1, + "line-dasharray": [ + 1, + 0 + ] + } + }, + { + "id": "tunnel-service-driveway", + "ref": "tunnel-service-driveway-case", + "interactive": true, + "paint": { + "line-width": "@road-width-minor", + "line-color": "@road-minor", + "line-dasharray": [ + 1, + 0 + ] + } + }, + { + "id": "tunnel-construction", + "type": "line", + "source": "composite", + "source-layer": "tunnel", + "minzoom": 14, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "scalerank", - 3, - 4 + "class", + "street_limited" + ], + [ + "in", + "$type", + "LineString" + ], + [ + "in", + "type", + "construction" ] ], "layout": { - "text-field": { - "base": 1, - "stops": [ - [ - 0, - "{code}" - ], - [ - 2, - "{name_en}" - ] - ] - }, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "text-max-size": 18, - "text-max-width": 7 + "visibility": "visible", + "line-cap": "butt", + "line-join": "miter" }, "paint": { - "text-color": { + "line-width": "@street_limited-width", + "line-color": "@road-case-dark", + "line-opacity": "@street-high-opacity", + "line-dasharray": { "base": 1, "stops": [ [ - 0, - "#444" + 14, + [ + 0.4, + 0.8 + ] ], [ - 10, - "#888" - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [ + 15, + [ + 0.3, + 0.6 + ] + ], [ - 2, - 8 + 16, + [ + 0.2, + 0.3 + ] ], [ - 7, - 18 - ] - ], - "base": 0.9 + 17, + [ + 0.2, + 0.25 + ] + ], + [ + 18, + [ + 0.15, + 0.15 + ] + ] + ] } } }, { - "id": "country-label-sm", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "minzoom": 1, - "maxzoom": 10, + "id": "tunnel-street_limited", + "ref": "tunnel-street_limited-case", + "interactive": true, + "paint": { + "line-width": "@street_limited-width", + "line-color": "@road-street-limited", + "line-opacity": "@street-high-opacity" + } + }, + { + "id": "tunnel-street", + "ref": "tunnel-street-case", + "interactive": true, + "paint": { + "line-width": "@street-width", + "line-color": "@road-minor", + "line-opacity": "@street-high-opacity" + } + }, + { + "id": "tunnel-main", + "ref": "tunnel-main-case", + "interactive": true, + "paint": { + "line-width": "@main-width", + "line-color": "@road-minor", + "line-opacity": 1, + "line-dasharray": [ + 1, + 0 + ], + "line-blur": 0 + } + }, + { + "id": "tunnel-trunk", + "ref": "tunnel-trunk-case", + "interactive": true, + "paint": { + "line-width": "@motorway-width", + "line-color": "@tunnel-trunk" + } + }, + { + "id": "tunnel-motorway", + "ref": "tunnel-motorway-case", + "interactive": true, + "paint": { + "line-width": "@motorway-width", + "line-dasharray": [ + 1, + 0 + ], + "line-opacity": 1, + "line-color": "@tunnel-motorway", + "line-blur": 0 + } + }, + { + "id": "tunnel-rail", + "type": "line", + "source": "composite", + "source-layer": "tunnel", + "minzoom": 13, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - ">=", - "scalerank", - 5 + "in", + "class", + "major_rail", + "minor_rail" ] ], "layout": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Regular", - "text-max-size": 18, - "text-max-width": 7 + "visibility": "visible", + "line-cap": "butt" }, "paint": { - "text-color": { - "base": 1, + "line-color": { "stops": [ [ - 0, - "#444" + 13, + "#d8d5c8" ], [ - 10, - "#888" + 16, + "#c0beb2" ] ] }, - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { + "line-width": "@rail-width" + } + }, + { + "id": "tunnel-rail-tracks", + "ref": "tunnel-rail", + "interactive": true, + "paint": { + "line-color": { "stops": [ [ - 3, - 8 + 13, + "#d8d5c8" ], [ - 9, - 18 + 16, + "#c0beb2" ] - ], - "base": 0.9 + ] + }, + "line-width": "@rail-track-width", + "line-dasharray": [ + 0.1, + 15 + ], + "line-opacity": { + "base": 1, + "stops": [ + [ + 13.75, + 0 + ], + [ + 20, + 1 + ] + ] } } }, { - "id": "state-label-lg", - "type": "symbol", - "source": "mapbox", - "source-layer": "state_label", - "minzoom": 3, - "maxzoom": 7, + "id": "road-path-bg", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - ">=", - "area", - 80000 + "in", + "class", + "path" ] ], "layout": { - "text-transform": "uppercase", "visibility": "visible", - "text-field": { + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-width": "@path-bg-width", + "line-dasharray": [ + 1, + 0 + ], + "line-color": "@road-case-dark", + "line-blur": 0, + "line-opacity": { "base": 1, "stops": [ [ - 0, - "{abbr}" + 15, + 0 ], [ - 4, - "{name_en}" + 15.25, + 0.5 ] ] - }, - "text-font": "Open Sans Bold, Arial Unicode MS Regular", - "text-max-size": 10, - "text-letter-spacing": 0.15, - "text-max-width": 7 - }, + } + } + }, + { + "id": "road-path", + "ref": "road-path-bg", + "interactive": true, "paint": { - "text-color": "@state-label", - "text-size": { + "line-width": "@path-width", + "line-color": "@road-minor", + "line-dasharray": { "base": 1, "stops": [ [ - 4, - 9 + 15, + [ + 0.1, + 1.25 + ] ], [ - 7, - 18 + 16, + [ + 0.1, + 1.6 + ] + ], + [ + 17, + [ + 0.1, + 1.45 + ] + ], + [ + 18, + [ + 0.1, + 1.3 + ] ] ] - } + }, + "line-opacity": "@path-opacity" } }, { - "id": "marine_label_line_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "minzoom": 0, + "id": "road-street_limited-polygon-outline", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 12, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" + "in", + "class", + "street_limited" ], [ - "==", - "labelrank", - 1 + "in", + "$type", + "Polygon" ] ], "layout": { - "text-max-width": 15, - "visibility": "visible", - "symbol-placement": "line", - "text-field": "@name", - "text-max-size": 30, - "text-line-height": 1.2, - "text-letter-spacing": 0.4, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "visibility": "none" }, "paint": { - "text-color": "@label", - "text-size": { - "base": 1, + "line-color": "@road-case-dark", + "line-width": { + "base": 1.5, "stops": [ [ - 3, - 25 + 12, + 1.5 ], [ - 4, - 30 + 20, + 4 ] ] }, - "text-opacity": 0.25 + "line-opacity": 1 } }, { - "id": "marine_label_line_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "minzoom": 0, + "id": "road-street-low", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 11, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" + "in", + "class", + "street" ], [ - "==", - "labelrank", - 2 + "in", + "$type", + "LineString" ] ], "layout": { - "text-max-width": 15, "visibility": "visible", - "symbol-placement": "line", - "text-field": "@name", - "text-max-size": 24, - "text-line-height": 1.2, - "text-letter-spacing": 0, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-size": { - "base": 1, + "line-width": "@street-width", + "line-color": "@road-minor", + "line-opacity": { "stops": [ [ - 3, - 14 + 11, + 0 ], [ - 5, - 24 + 11.25, + 1 + ], + [ + 14, + 1 + ], + [ + 14.01, + 0 ] ] - }, - "text-opacity": 0.25 + } } }, { - "id": "marine_label_line_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "minzoom": 0, + "id": "road-street_limited-low", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 11, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" + "in", + "class", + "street_limited" ], [ - "==", - "labelrank", - 3 + "in", + "$type", + "LineString" ] ], "layout": { - "text-max-width": 15, "visibility": "visible", - "symbol-placement": "line", - "text-field": "@name", - "text-max-size": 18, - "text-line-height": 1.2, - "text-letter-spacing": 0, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-size": { - "base": 1, + "line-width": "@street-width", + "line-color": "@road-minor", + "line-opacity": { "stops": [ [ - 3, - 13 + 11, + 0 ], [ - 5, - 18 + 11.25, + 1 + ], + [ + 14, + 1 + ], + [ + 14.01, + 0 ] ] - }, - "text-opacity": 0.25 + } } }, { - "id": "marine_label_line_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "minzoom": 0, + "id": "road-motorway_link-case", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 10, "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "$type", - "LineString" - ], [ "in", - "labelrank", - 4, - 5, - 6 + "class", + "motorway_link" ] ], "layout": { - "text-max-width": 15, "visibility": "visible", - "symbol-placement": "line", - "text-field": "@name", - "text-max-size": 16, - "text-line-height": 1.2, - "text-letter-spacing": 0, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-size": { + "line-width": "@road-case-width-sm", + "line-color": "@road-motorway-case", + "line-gap-width": "@motorway_link-width", + "line-opacity": { "base": 1, "stops": [ [ - 4, - 12 + 10.99, + 0 ], [ - 6, - 16 + 11, + 1 ] ] - }, - "text-opacity": 0.25 + } } }, { - "id": "marine_label_point_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "minzoom": 0, + "id": "road-service-driveway-case", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 15, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" - ], - [ - "==", - "labelrank", - 1 + "in", + "class", + "service", + "driveway" ] ], "layout": { - "text-max-width": 4, "visibility": "visible", - "symbol-placement": "point", - "text-field": "@name", - "text-max-size": 30, - "text-line-height": 1.5, - "text-letter-spacing": 0.25, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-size": { - "base": 1, - "stops": [ - [ - 1, - 12 - ], - [ - 4, - 30 - ] - ] - }, - "text-opacity": 0.25 + "line-width": "@road-case-width-sm", + "line-color": "@road-case-dark", + "line-gap-width": "@road-width-minor" } }, { - "id": "marine_label_point_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "minzoom": 0, + "id": "road-street_limited-case", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 11, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", + "class", + "street_limited" + ], + [ + "in", "$type", - "Point" + "LineString" ], [ - "==", - "labelrank", - 2 + "!=", + "type", + "construction" ] ], "layout": { - "text-max-width": 8, "visibility": "visible", - "symbol-placement": "point", - "text-field": "@name", - "text-max-size": 24, - "text-line-height": 1.2, - "text-letter-spacing": 0, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-size": { - "base": 1, - "stops": [ - [ - 3, - 14 - ], - [ - 5, - 24 - ] - ] - }, - "text-opacity": 0.25 + "line-width": "@road-case-width-sm", + "line-color": "@road-case-dark", + "line-gap-width": "@street_limited-case-width", + "line-opacity": "@street-high-opacity" } }, { - "id": "marine_label_point_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "minzoom": 0, + "id": "road-street-case", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 11, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" - ], - [ - "==", - "labelrank", - 3 + "in", + "class", + "street" ] ], "layout": { - "text-max-width": 8, "visibility": "visible", - "symbol-placement": "point", - "text-field": "@name", - "text-max-size": 18, - "text-line-height": 1.3, - "text-letter-spacing": 0.1, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-size": { - "base": 1, - "stops": [ - [ - 3, - 13 - ], - [ - 5, - 18 - ] - ] - }, - "text-opacity": 0.25 + "line-width": "@road-case-width-sm", + "line-color": "@road-case-dark", + "line-gap-width": "@street-case-gap-width", + "line-opacity": "@street-high-opacity" } }, { - "id": "marine_label_point_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "id": "road-main-case", + "type": "line", + "source": "composite", + "source-layer": "road", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "in", + "class", + "main" ], [ - "in", - "labelrank", - 4, - 5, - 6 + "!=", + "type", + "trunk" ] ], "layout": { - "text-max-width": 8, - "visibility": "none", - "symbol-placement": "point", - "text-field": "@name", - "text-max-size": 16, - "text-line-height": 1.2, - "text-letter-spacing": 0.1 + "visibility": "visible", + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-size": { + "line-width": "@main-case-width", + "line-color": "@road-case-dark", + "line-gap-width": "@main-width", + "line-opacity": { "base": 1, "stops": [ [ - 4, - 12 + 9.99, + 0 ], [ - 6, - 16 + 10, + 1 ] ] } } }, { - "id": "place_label_city_large_n", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "id": "road-trunk-case", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 5, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "<=", - "scalerank", - 1 - ], [ "in", - "ldir", - "N", - "NE", - "NW", - "W" + "class", + "main" ], [ - "==", + "in", "type", - "city" + "trunk" ] ], "layout": { - "text-field": "@name", - "text-font": "@sans_bd", - "text-max-width": 5, - "text-max-size": 20, - "text-transform": "none", - "text-anchor": { - "base": 1, - "stops": [ - [ - 0, - "bottom" - ], - [ - 6, - "center" - ] - ] - }, - "text-offset": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-width": "@road-case-width-lg", + "line-color": "@road-trunk-case", + "line-gap-width": "@motorway-width", + "line-opacity": { "base": 1, "stops": [ [ - 0, - [ - 0, - -0.2 - ] + 5.9, + 0 ], [ 6, - [ - 0, - 0 - ] + 1 ] ] - }, - "symbol-avoid-edges": false + } + } + }, + { + "id": "road-motorway-case", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "class", + "motorway" + ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, - "text-size": { + "line-width": "@road-case-width-lg", + "line-color": "@road-motorway-case", + "line-gap-width": "@motorway-width", + "line-opacity": { + "base": 1.2, "stops": [ [ - 4, - 11 + 5.9, + 0 ], [ - 10, - 20 + 6, + 1 ] - ], - "base": 0.9 + ] } } }, { - "id": "place_label_city_large_s", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "id": "road-street_limited-polygon", + "type": "fill", + "source": "composite", + "source-layer": "road", + "minzoom": 12, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "type", - "city" - ], - [ - "<=", - "scalerank", - 1 + "in", + "class", + "street_limited" ], [ "in", - "ldir", - "S", - "SE", - "SW", - "E" + "$type", + "Polygon" ] ], "layout": { - "text-field": "@name", - "text-font": "@sans_bd", - "text-max-width": 15, - "text-max-size": 20, - "text-transform": "none", - "text-anchor": { - "base": 1, - "stops": [ - [ - 0, - "top" - ], - [ - 6, - "center" - ] - ] - }, - "text-offset": { - "base": 1, - "stops": [ - [ - 0, - [ - 0, - 0.1 - ] - ], - [ - 6, - [ - 0, - 0 - ] - ] - ] - } + "visibility": "none" }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, - "text-size": { - "stops": [ - [ - 4, - 11 - ], - [ - 10, - 20 - ] - ], - "base": 0.9 - } + "fill-color": "@road-street-limited", + "fill-opacity": 1 } }, { - "id": "place_label_city_medium_n", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "id": "road-service-driveway", + "ref": "road-service-driveway-case", + "interactive": true, + "paint": { + "line-width": "@road-width-minor", + "line-color": "@road-minor" + } + }, + { + "id": "road-motorway_link", + "ref": "road-motorway_link-case", + "interactive": true, + "paint": { + "line-width": "@motorway_link-width", + "line-color": "@road-motorway", + "line-opacity": 1 + } + }, + { + "id": "road-construction", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 14, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "type", - "city" - ], - [ - "<=", - "scalerank", - 4 + "in", + "class", + "street_limited" ], [ - ">", - "scalerank", - 1 + "in", + "$type", + "LineString" ], [ "in", - "ldir", - "N", - "W", - "NW", - "NE" + "type", + "construction" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-width": 10, - "text-max-size": 19, - "text-anchor": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "miter" + }, + "paint": { + "line-width": "@street_limited-width", + "line-color": "@road-case-dark", + "line-opacity": "@street-high-opacity", + "line-dasharray": { "base": 1, "stops": [ [ - 0, - "bottom" + 14, + [ + 0.4, + 0.8 + ] ], [ - 6, - "center" - ] - ] - }, - "text-offset": { - "base": 1, - "stops": [ - [ - 0, + 15, [ - 0, - -0.2 + 0.3, + 0.6 ] ], [ - 6, + 16, [ - 0, - 0 + 0.2, + 0.3 ] - ] - ] - } - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, - "text-size": { - "stops": [ + ], [ - 5, - 11 + 17, + [ + 0.2, + 0.25 + ] ], [ - 12, - 19 + 18, + [ + 0.15, + 0.15 + ] ] - ], - "base": 0.9 + ] } } }, { - "id": "place_label_city_medium_s", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, - "filter": [ - "all", - [ - "==", - "type", - "city" - ], - [ - "<=", - "scalerank", - 4 - ], - [ - ">", - "scalerank", - 1 - ], - [ - "in", - "ldir", - "S", - "E", - "SE", - "SW" - ] - ], - "layout": { - "text-field": "@name", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-width": 10, - "text-max-size": 19, - "text-anchor": { + "id": "road-street_limited", + "ref": "road-street_limited-case", + "interactive": true, + "paint": { + "line-width": "@street_limited-width", + "line-color": "@road-street-limited", + "line-opacity": "@street-high-opacity" + } + }, + { + "id": "road-street", + "ref": "road-street-case", + "interactive": true, + "paint": { + "line-width": "@street-width", + "line-color": "@road-minor", + "line-opacity": "@street-high-opacity" + } + }, + { + "id": "road-main", + "ref": "road-main-case", + "interactive": true, + "paint": { + "line-width": "@main-width", + "line-color": { "base": 1, "stops": [ [ - 0, - "top" + 5, + "@land" ], [ - 6, - "center" + 8, + "@road-minor" ] ] }, - "text-offset": { + "line-opacity": "@road-high-z-fadein" + } + }, + { + "id": "road-trunk", + "ref": "road-trunk-case", + "interactive": true, + "paint": { + "line-width": "@motorway-width", + "line-color": "@road-trunk" + } + }, + { + "id": "road-motorway", + "ref": "road-motorway-case", + "interactive": true, + "paint": { + "line-width": "@motorway-width", + "line-color": { "base": 1, "stops": [ [ - 0, - [ - 0, - 0.1 - ] + 5.9, + "#fff" ], [ 6, - [ - 0, - 0 - ] + "#ffa159" ] ] - } - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, - "text-size": { - "stops": [ - [ - 5, - 11 - ], - [ - 12, - 19 - ] - ], - "base": 0.9 - } + }, + "line-opacity": "@road-high-z-fadein" } }, { - "id": "place_label_city_small_n", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "id": "road-rail", + "type": "line", + "source": "composite", + "source-layer": "road", + "minzoom": 13, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "type", - "city" - ], - [ - ">", - "scalerank", - 4 - ], [ "in", - "ldir", - "N", - "W", - "NW", - "NE" + "class", + "major_rail", + "minor_rail" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-width": 10, - "text-max-size": 19, - "text-anchor": { - "base": 1, - "stops": [ - [ - 0, - "bottom" - ], - [ - 6, - "center" - ] - ] - }, - "text-offset": { - "base": 1, - "stops": [ - [ - 0, - [ - 0, - -0.2 - ] - ], - [ - 6, - [ - 0, - 0 - ] - ] - ] - } + "visibility": "visible", + "line-cap": "butt" }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, - "text-size": { + "line-color": "@rail-lowhigh", + "line-width": "@rail-width" + } + }, + { + "id": "road-rail-tracks", + "ref": "road-rail", + "interactive": true, + "paint": { + "line-color": "@rail-lowhigh", + "line-width": "@rail-track-width", + "line-dasharray": [ + 0.1, + 15 + ], + "line-opacity": { + "base": 1, "stops": [ [ - 6, - 11 + 13.75, + 0 ], [ 14, - 19 + 1 ] ] } } }, { - "id": "place_label_city_small_s", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, + "id": "bridge-street_limited-polygon", + "type": "fill", + "source": "composite", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "type", - "city" + "in", + "class", + "street_limited" ], [ - ">", - "scalerank", - 4 - ], + "in", + "$type", + "Polygon" + ] + ], + "layout": { + "visibility": "visible" + }, + "paint": { + "fill-color": "#EEE8E3", + "fill-opacity": 0.75 + } + }, + { + "id": "bridge-path-bg", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ "in", - "ldir", - "S", - "E", - "SE", - "SW" + "class", + "path" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-width": 10, - "text-max-size": 19, - "text-anchor": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-width": "@path-bg-width", + "line-dasharray": [ + 1, + 0 + ], + "line-color": "@road-case-dark", + "line-blur": 0, + "line-opacity": { "base": 1, "stops": [ [ - 0, - "top" + 15, + 0 ], [ - 6, - "center" + 15.25, + 0.75 ] ] - }, - "text-offset": { + } + } + }, + { + "id": "bridge-path", + "ref": "bridge-path-bg", + "interactive": true, + "paint": { + "line-width": "@path-width", + "line-color": "@road-minor", + "line-dasharray": { "base": 1, "stops": [ [ - 0, + 14, [ - 0, - 0.1 + 0.1, + 1.25 ] ], [ - 6, + 16, [ - 0, - 0 + 0.1, + 1.6 ] - ] - ] - } - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1.5, - "text-halo-blur": 0, - "text-size": { - "stops": [ + ], [ - 6, - 11 + 17, + [ + 0.1, + 1.45 + ] ], [ - 14, - 19 + 18, + [ + 0.1, + 1.3 + ] ] ] - } + }, + "line-opacity": "@path-opacity" } }, { - "id": "place_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "minzoom": 8, + "id": "bridge-street-low", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 11, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "in", + "class", + "street" ], [ "in", - "type", - "town", - "village", - "hamlet" + "$type", + "LineString" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Regular, Arial Unicode MS Bold", - "text-max-width": 15, - "text-max-size": 18 + "visibility": "visible", + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { + "line-width": "@street-width", + "line-color": "@road-minor", + "line-opacity": { "stops": [ [ - 6, - 10 + 11.5, + 0 ], [ 12, - 13 + 1 + ], + [ + 14, + 1 + ], + [ + 14.01, + 0 ] ] } } }, { - "id": "place_label_neighborhood", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "minzoom": 12, - "filter": [ + "id": "bridge-street_limited-low", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 11, + "maxzoom": 22, + "interactive": true, + "filter": [ "all", [ - "==", - "$type", - "Point" + "in", + "class", + "street_limited" ], [ "in", - "type", - "suburb", - "neighbourhood" + "$type", + "LineString" ] ], "layout": { - "text-field": "@name", - "text-font": "Open Sans Bold, Arial Unicode MS Bold", - "text-max-width": 7, - "text-max-size": 14, - "text-letter-spacing": 0.1, - "text-transform": "uppercase" + "visibility": "visible", + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [ - [ - 12, - 10 - ], - [ - 16, - 14 - ] - ] - }, - "text-opacity": { - "base": 1, + "line-width": "@street-width", + "line-color": "@road-minor", + "line-opacity": { "stops": [ [ - 0, + 11.5, 0 ], [ 12, - 0.66 + 1 ], [ - 13, + 14, 1 + ], + [ + 14.01, + 0 ] ] } } }, { - "id": "water-label", - "type": "symbol", - "source": "mapbox", - "source-layer": "water_label", - "minzoom": 5, + "id": "bridge-motorway_link-case", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 12, "maxzoom": 22, + "interactive": true, + "filter": [ + "all", + [ + "in", + "class", + "motorway_link" + ] + ], "layout": { - "text-font": "Open Sans Italic, Arial Unicode MS Regular", "visibility": "visible", - "text-field": "{name_en}", - "text-max-width": 7 + "line-cap": "butt", + "line-join": "round" }, "paint": { - "text-color": "@state-label", - "text-size": { - "base": 1, - "stops": [ - [ - 13, - 12 - ], - [ - 18, - 16 - ] - ] - } + "line-width": "@road-case-width-sm", + "line-color": "@road-motorway-case", + "line-gap-width": "@motorway_link-width", + "line-opacity": 1 } }, { - "id": "poi-scalerank1", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 0, + "id": "bridge-service-driveway-case", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 15, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "!in", - "maki", - "rail-light", - "rail-metro", - "rail", - "airport", - "airfield", - "heliport", - "rocket", - "park", - "golf", - "cemetary", - "zoo", - "campsite", - "swimming", - "dog-park" - ], - [ - "<=", - "scalerank", - 1 + "in", + "class", + "service", + "driveway" ] ], "layout": { - "text-max-width": 8, "visibility": "visible", - "text-field": "{name_en}", - "text-max-size": 14, - "icon-image": { - "base": 1, - "stops": [ - [ - 13, - "{maki}-11" - ], - [ - 14, - "{maki}-17" - ] - ] - } + "line-cap": "butt", + "line-join": "round" }, "paint": { - "text-color": "@label-secondary", - "text-size": { - "base": 1, - "stops": [ - [ - 10, - 10 - ], - [ - 18, - 14 - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 1 + "line-width": "@road-case-width-sm", + "line-color": "@road-case-dark", + "line-gap-width": "@road-width-minor" } }, { - "id": "poi-parks-scalerank1", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 0, + "id": "bridge-street_limited-case", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 14, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "!in", - "maki", - "park", - "golf", - "cemetary", - "zoo", - "campsite", - "heliport", - "rocket", - "park", - "golf", - "cemetary", - "zoo", - "campsite", - "swimming", - "dog-park" + "in", + "class", + "street_limited" ], [ - "<=", - "scalerank", - 1 + "in", + "$type", + "LineString" + ], + [ + "!=", + "type", + "construction" ] ], "layout": { - "text-max-width": 8, "visibility": "visible", - "text-field": "{name_en}", - "text-max-size": 14, - "icon-image": { - "base": 1, - "stops": [ - [ - 13, - "{maki}-11" - ], - [ - 14, - "{maki}-17" - ] - ] - } + "line-cap": "butt", + "line-join": "round" }, "paint": { - "text-color": "@label-park", - "text-size": { - "base": 1, - "stops": [ - [ - 10, - 10 - ], - [ - 18, - 14 - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 1 + "line-width": "@road-case-width-sm", + "line-color": "@road-case-dark", + "line-gap-width": "@street_limited-case-width" } }, { - "id": "airport-label", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 0, + "id": "bridge-street-case", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 14, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "maki", - "airport", - "heliport", - "rocket" - ], - [ - "<=", - "scalerank", - 2 + "class", + "street" ] ], "layout": { - "icon-image": { - "base": 1, - "stops": [ - [ - 12, - "{maki-11}" - ], - [ - 13, - "{maki-17}" - ] - ] - }, "visibility": "visible", - "text-field": { - "base": 1, - "stops": [ - [ - 12, - "{ref}" - ], - [ - 13, - "{name_en}" - ] - ] - }, - "text-max-size": 18, - "text-max-width": 9, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular" + "line-cap": "butt", + "line-join": "round" }, "paint": { - "text-color": "@label", - "text-size": { - "base": 1, - "stops": [ - [ - 10, - 10 - ], - [ - 18, - 18 - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 0 + "line-width": "@road-case-width-sm", + "line-color": "@road-case-dark", + "line-gap-width": "@street-case-gap-width" } }, { - "id": "road-label-large", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", + "id": "bridge-main-case", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 8, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", - "motorway", "main" + ], + [ + "!=", + "type", + "trunk" ] ], "layout": { - "symbol-placement": "line", - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-transform": "none", - "text-letter-spacing": 0, - "text-max-size": 16, - "text-padding": 0 + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" }, "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 8 - ], - [ - 20, - 17 - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-color": "@label-road" + "line-width": "@main-case-width", + "line-color": "@road-case-dark", + "line-gap-width": "@main-width", + "line-translate": [ + 0, + 0 + ] } }, { - "id": "road-label-med", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", + "id": "bridge-motorway-trunk-case", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ - "all", + "any", [ "in", "class", - "street", - "street_limited" + "motorway" + ], + [ + "in", + "type", + "trunk" ] ], "layout": { - "symbol-placement": "line", - "text-field": "{name_en}", - "text-font": "@sans_md", - "text-transform": "none", - "text-letter-spacing": 0, - "text-max-size": 16, - "text-padding": 0 + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" }, "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 8 - ], - [ - 20, - 16 - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-color": "@label-road" + "line-width": "@road-case-width-lg", + "line-color": "@road-motorway-case", + "line-gap-width": "@motorway-width" } }, { - "id": "road-label-sm", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "minzoom": 12, + "id": "bridge-motorway_link", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 10, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "!in", + "in", "class", - "motorway", - "main", - "street_limited", - "street" - ], - [ - "==", - "$type", - "LineString" + "motorway_link" ] ], "layout": { - "symbol-placement": "line", - "text-field": "{name_en}", - "text-font": "@sans_md", - "text-transform": "none", - "text-letter-spacing": 0, - "text-max-size": 16, - "text-padding": 0 + "visibility": "visible", + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 8 - ], - [ - 20, - 15 - ] - ] - }, - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-color": "@label-road" + "line-width": "@motorway_link-width", + "line-color": "@road-motorway" } }, { - "id": "waterway-label", - "type": "symbol", - "source": "mapbox", - "source-layer": "waterway_label", - "minzoom": 12, + "id": "bridge-service-driveway", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 15, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", + "in", "class", - "river" + "service", + "driveway" ] ], "layout": { - "text-font": "Open Sans Italic, Arial Unicode MS Regular", "visibility": "visible", - "symbol-placement": "line", - "text-field": "{name_en}" + "line-cap": "round", + "line-join": "round" }, "paint": { - "text-color": "@label-waterway", - "text-size": { - "base": 1, - "stops": [ - [ - 13, - 12 - ], - [ - 18, - 16 - ] - ] - } + "line-width": "@road-width-minor", + "line-color": "@road-minor" } }, { - "id": "interstate-motorway_shields", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "minzoom": 0, + "id": "bridge-construction", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 14, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "shield", - "us-interstate", - "us-interstate-business", - "us-interstate-duplex" + "class", + "street_limited" ], [ - "<=", - "reflen", - 6 + "in", + "$type", + "LineString" + ], + [ + "in", + "type", + "construction" ] ], "layout": { - "symbol-min-distance": { + "visibility": "visible", + "line-cap": "butt", + "line-join": "miter" + }, + "paint": { + "line-width": "@street_limited-width", + "line-color": "@road-case-dark", + "line-opacity": "@street-high-opacity", + "line-dasharray": { "base": 1, "stops": [ [ - 10, - 200 + 14, + [ + 0.4, + 0.8 + ] ], [ 15, - 600 - ] - ] - }, - "icon-image": "default-4-small", - "text-max-angle": 38, - "text-max-size": 11, - "text-font": "Open Sans Bold, Arial Unicode MS Regular", - "symbol-placement": "line", - "visibility": "none", - "text-field": "{ref}", - "text-letter-spacing": 0.05 - }, - "paint": { - "text-color": "@label-road", - "text-size": { - "base": 1, - "stops": [ - [ - 15.95, - 9 + [ + 0.3, + 0.6 + ] ], [ 16, - 11 + [ + 0.2, + 0.3 + ] + ], + [ + 17, + [ + 0.2, + 0.25 + ] + ], + [ + 18, + [ + 0.15, + 0.15 + ] ] ] - }, - "text-halo-color": "@label-halo", - "icon-color": "white", - "icon-halo-width": 1, - "icon-halo-color": "rgba(0, 0, 0, 1)" + } } - } - ], - "owner": "andreasviglakis", - "modified": "2015-04-10T21:22:55.274Z", - "created": "2015-04-10T00:53:04.196Z", - "id": "andreasviglakis.e1a9590a" - }, - "mapbox-streets": { - "version": 7, - "name": "mapbox-streets-0409.json", - "constants": { - "@label-neighbourhood": "#755434", - "@hillshade-shadow": "#8f9100", - "@road-width-minor": { - "base": 1.5, - "stops": [ - [ - 14, - 0.5 - ], - [ - 18, - 12 - ] - ] }, - "@wetlands": "#A7CECB", - "@landuse-cemetery": "#cad89e", - "@admin-2-boundary": { - "base": 1, - "stops": [ + { + "id": "bridge-street_limited", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 11, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 3, - 0.5 + "in", + "class", + "street_limited" ], [ - 10, - 2 - ] - ] - }, - "@snow": "#fff", - "@path-opacity": { - "base": 1, - "stops": [ - [ - 15, - 0 + "in", + "$type", + "LineString" ], [ - 15.25, - 1 + "!=", + "type", + "construction" ] - ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-width": "@street_limited-width", + "line-color": "@road-street-limited", + "line-opacity": "@street-high-opacity" + } }, - "@label-park": "#1e4c00", - "@landuse-school": "#eee7b9", - "@label-water-dark": "#004087", - "@road-main": "#a2a2a2", - "@road-case-dark": "#d1cac2", - "@path-bg-width": { - "base": 1.5, - "stops": [ - [ - 15, - 2 - ], + { + "id": "bridge-street", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 11, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 18, - 7 + "in", + "class", + "street" ] - ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-width": "@street-width", + "line-color": "@road-minor", + "line-opacity": "@street-high-opacity" + } }, - "@road-trunk": "#f2d26c", - "@road-motorway": "#ff9340", - "@road-minor": "#fff", - "@rail-track-width": { - "base": 1.5, - "stops": [ + { + "id": "bridge-main", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 14, - 4 + "in", + "class", + "main" ], [ - 20, - 8 + "!=", + "type", + "trunk" ] - ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-width": "@main-width", + "line-color": "@road-minor", + "line-opacity": "@road-high-z-fadein" + } }, - "@label-primary": "#000000", - "@label-city-lg-size": { - "base": 0.9, - "stops": [ + { + "id": "bridge-trunk", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 4, - 11 + "in", + "class", + "main" ], [ - 10, - 20 + "in", + "type", + "trunk" ] - ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-width": "@motorway-width", + "line-color": "@road-trunk" + } }, - "@landuse-industrial": "#e7d8e7", - "@landcover-opacity": { - "base": 1, - "stops": [ - [ - 2, - 0.25 - ], + { + "id": "bridge-motorway", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 14, - 0 + "in", + "class", + "motorway" ] - ] + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-width": "@motorway-width", + "line-color": "@road-motorway" + } }, - "@rail-width": { - "base": 1.5, - "stops": [ - [ - 14, - 0.5 - ], + { + "id": "bridge-rail", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 13, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 20, - 1 + "in", + "class", + "major_rail", + "minor_rail" ] - ] + ], + "layout": { + "visibility": "visible", + "line-cap": "butt" + }, + "paint": { + "line-color": "@rail-lowhigh", + "line-width": "@rail-width" + } }, - "@landuse-hospital": "#f0d2d2", - "@land": "#e8e0d8", - "@name": "{name_en}", - "@landcover": "#cfe18f", - "@tunnel-case-dark": "#c4beb7", - "@aeroway": "#dacada", - "@label-city-md-size": { - "base": 0.9, - "stops": [ - [ - 5, - 11 + { + "id": "bridge-rail-tracks", + "ref": "bridge-rail", + "interactive": true, + "paint": { + "line-color": "@rail-lowhigh", + "line-width": "@rail-track-width", + "line-dasharray": [ + 0.1, + 15 ], - [ - 12, - 20 - ] - ] + "line-opacity": { + "base": 1, + "stops": [ + [ + 13.75, + 0 + ], + [ + 20, + 1 + ] + ] + } + } }, - "@landuse-pitch": "#d7e9b9", - "@admin": "#7f75a6", - "@road-case-width-sm": { - "base": 1.5, - "stops": [ - [ - 12, - 0.75 - ], + { + "id": "bridge-aerialway", + "type": "line", + "source": "composite", + "source-layer": "bridge", + "minzoom": 13, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 20, - 2 + "in", + "class", + "aerialway" ] - ] + ], + "layout": { + "visibility": "visible", + "line-cap": "butt" + }, + "paint": { + "line-color": "@rail", + "line-width": "@rail-width" + } }, - "@label-poi": "#65513d", - "@main-width": { - "base": 1.5, - "stops": [ - [ - 8.5, - 0.5 - ], - [ - 9.5, - 1 - ], + { + "id": "hedges", + "type": "line", + "source": "composite", + "source-layer": "barrier_line", + "minzoom": 16, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 18, - 26 + "in", + "class", + "hedge" ] - ] - }, - "@road-case-width-lg": { - "base": 1.5, - "stops": [ - [ + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-color": "#e2f4c2", + "line-width": { + "base": 1, + "stops": [ + [ + 16, + 1 + ], + [ + 20, + 3 + ] + ] + }, + "line-opacity": 1, + "line-dasharray": [ + 1, + 2, 5, - 0.75 - ], - [ - 16, + 2, + 1, 2 ] - ] + } }, - "@road-high-z-fadein": { - "base": 1.2, - "stops": [ - [ - 5, - 0 - ], + { + "id": "fences", + "type": "line", + "source": "composite", + "source-layer": "barrier_line", + "minzoom": 16, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 5.5, - 1 + "in", + "class", + "fence" ] - ] - }, - "@rail": "#99948e", - "@country-halo": "rgba(255,255,255,0.75)", - "@hillshade-highlight": "#ffffed", - "@motorway-width": { - "base": 1.5, - "stops": [ - [ + ], + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-color": "@building-shadow", + "line-width": { + "base": 1, + "stops": [ + [ + 16, + 1 + ], + [ + 20, + 3 + ] + ] + }, + "line-opacity": 1, + "line-dasharray": [ + 1, + 2, 5, - 0.75 - ], - [ - 18, - 32 + 2, + 1, + 2 ] - ] + } }, - "@country-label-color": { - "stops": [ - [ - 8, - "#000000" - ], + { + "id": "gates", + "type": "line", + "source": "composite", + "source-layer": "barrier_line", + "minzoom": 17, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 10, - "#888888" + "in", + "class", + "gate" ] ], - "base": 1 - }, - "@building": "#dfd8d0", - "@landuse-sand": "#f0dfaf", - "@road-trunk-case": "#fff", - "@ramp-1": { - "base": 1, - "stops": [ - [ - 0, - [ - 1, - 2 - ] - ], - [ - 20, - [ - 1, - 0.25 - ] - ] - ] - }, - "@road-motorway-case": "#fff", - "@street_limited-width": { - "base": 1.5, - "stops": [ - [ - 12.5, - 0.5 - ], - [ - 14, - 2 - ], - [ - 18, - 12 - ] - ] - }, - "@water": "#95c4e5", - "@label-state": "#242424", - "@landuse-parks": "#c7e09d", - "@street_limited-case-width": { - "base": 1.5, - "stops": [ - [ - 13, - 0 - ], - [ - 14, + "layout": { + "visibility": "visible", + "line-cap": "round", + "line-join": "round" + }, + "paint": { + "line-color": "@building-shadow", + "line-width": { + "base": 1, + "stops": [ + [ + 16, + 1 + ], + [ + 20, + 3 + ] + ] + }, + "line-opacity": 0.5, + "line-dasharray": [ + 1, + 2, + 5, + 2, + 1, 2 - ], - [ - 18, - 12 ] - ] + } }, - "@motorway_link-width": { - "base": 1.5, - "stops": [ - [ - 12, - 0.5 - ], + { + "id": "admin-2-boundaries-bg", + "type": "line", + "source": "composite", + "source-layer": "admin", + "minzoom": 1, + "maxzoom": 22, + "interactive": true, + "filter": [ + "all", [ - 14, + "in", + "admin_level", 2 ], [ - 18, - 18 - ] - ] - }, - "@building-shadow": "#c8c1b9", - "@label-road": "#3a3836", - "@label-transit": "#000000", - "@street-case-gap-width": { - "base": 1.5, - "stops": [ - [ - 13, + "in", + "maritime", 0 - ], - [ - 14, - 2 - ], - [ - 18, - 18 - ] - ] - }, - "@halo": "#ffffff", - "@street-width": { - "base": 1.5, - "stops": [ - [ - 12.5, - 0.5 - ], - [ - 14, - 2 - ], - [ - 18, - 18 - ] - ] - }, - "@main-case-width": { - "base": 1.2, - "stops": [ - [ - 10, - 0.75 - ], - [ - 18, - 2 - ] - ] - }, - "@road-street-limited": "#EFEDEB", - "@landuse-glacier": "#dcedf9", - "@label-water": "#c8e5f9", - "@path-width": { - "base": 1.5, - "stops": [ - [ - 15, - 1 - ], - [ - 18, - 4 ] - ] - }, - "@tunnel-motorway": "#ffb57d" - }, - "sources": { - "mapbox://mapbox.mapbox-streets-v6": { - "url": "mapbox://mapbox.mapbox-streets-v6", - "type": "vector" - }, - "mapbox://mapbox.mapbox-terrain-v2": { - "url": "mapbox://mapbox.mapbox-terrain-v2", - "type": "vector" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/mapbox-streets", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [ - { - "id": "background", - "type": "background", - "minzoom": 0, - "maxzoom": 22, + ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-join": "miter", + "line-cap": "butt" }, "paint": { - "background-color": "@land" + "line-width": { + "base": 1, + "stops": [ + [ + 3, + 3.5 + ], + [ + 10, + 10 + ] + ] + }, + "line-color": { + "base": 1, + "stops": [ + [ + 6, + "@land" + ], + [ + 8, + "#f6e8e1" + ] + ] + }, + "line-opacity": { + "base": 1, + "stops": [ + [ + 3, + 0 + ], + [ + 4, + 0.5 + ] + ] + }, + "line-translate": [ + 0, + 0 + ], + "line-blur": { + "base": 1, + "stops": [ + [ + 3, + 0 + ], + [ + 10, + 2 + ] + ] + } } }, { - "id": "landcover_crop", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "landcover", + "id": "admin-3-4-boundaries", + "type": "line", + "source": "composite", + "source-layer": "admin", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "crop" + ">=", + "admin_level", + 3 + ], + [ + "in", + "maritime", + 0 ] ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-join": "round", + "line-cap": "round" }, "paint": { - "fill-color": "@landcover", - "fill-opacity": "@landcover-opacity", - "fill-antialias": false + "line-dasharray": { + "base": 1, + "stops": [ + [ + 6, + [ + 2, + 0 + ] + ], + [ + 7, + [ + 2, + 2, + 6, + 2 + ] + ] + ] + }, + "line-width": { + "base": 1, + "stops": [ + [ + 7, + 0.75 + ], + [ + 12, + 1.5 + ] + ] + }, + "line-opacity": { + "base": 1, + "stops": [ + [ + 2, + 0 + ], + [ + 3, + 1 + ] + ] + }, + "line-color": { + "base": 1, + "stops": [ + [ + 3, + "#c3bfcc" + ], + [ + 7, + "#aba8b3" + ] + ] + } } }, { - "id": "landcover_grass", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "landcover", - "minzoom": 0, + "id": "admin-2-boundaries", + "type": "line", + "source": "composite", + "source-layer": "admin", + "minzoom": 1, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "grass" + "in", + "admin_level", + 2 + ], + [ + "in", + "maritime", + 0 + ], + [ + "in", + "disputed", + 0 ] ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-join": "round", + "line-cap": "round" }, "paint": { - "fill-color": "@landcover", - "fill-opacity": "@landcover-opacity", - "fill-antialias": false + "line-color": "@admin", + "line-width": "@admin-2-boundary" } }, { - "id": "landcover_scrub", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "landcover", - "minzoom": 0, + "id": "admin-2-boundaries-dispute", + "type": "line", + "source": "composite", + "source-layer": "admin", + "minzoom": 1, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "scrub" + "in", + "admin_level", + 2 + ], + [ + "in", + "maritime", + 0 + ], + [ + "in", + "disputed", + 1 ] ], "layout": { - "visibility": "visible" + "visibility": "visible", + "line-cap": "butt", + "line-join": "round" }, "paint": { - "fill-color": "@landcover", - "fill-opacity": "@landcover-opacity", - "fill-antialias": false + "line-dasharray": [ + 1.5, + 1.5 + ], + "line-color": "@admin", + "line-width": "@admin-2-boundary" } }, { - "id": "landcover_wood", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "landcover", - "minzoom": 0, + "id": "contour", + "type": "line", + "source": "composite", + "source-layer": "contour", + "minzoom": 14, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "wood" + "!=", + "index", + 5 ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "@landcover", - "fill-opacity": "@landcover-opacity", - "fill-antialias": false + "line-opacity": 0.07, + "line-color": "#66601a" } }, { - "id": "landcover_snow", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "landcover", - "minzoom": 0, + "id": "contour-index", + "type": "line", + "source": "composite", + "source-layer": "contour", + "minzoom": 14, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "snow" + "in", + "index", + 5 ] ], "layout": { "visibility": "visible" }, "paint": { - "fill-color": "@snow", - "fill-opacity": 0.2, - "fill-antialias": false + "line-opacity": 0.12, + "line-color": "#66601a" } }, { - "id": "parks", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 0, - "maxzoom": 22, + "id": "country-label-lg", + "type": "symbol", + "source": "composite", + "source-layer": "country_label", + "minzoom": 1, + "maxzoom": 7, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "park" + "in", + "scalerank", + 1, + 2 ] ], "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@landuse-parks", - "fill-opacity": { + "text-field": "{name_en}", + "visibility": "visible", + "text-max-size": "@country-label-lg-size", + "text-max-width": { "base": 1, "stops": [ [ - 5, - 0 + 0, + 5 ], [ - 6, - 1 + 3, + 6 ] ] - } - } - }, - { - "id": "scrub", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 9, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "scrub" - ] - ], - "layout": { - "visibility": "visible" + }, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "fill-color": "@landuse-parks", - "fill-opacity": { + "text-size": "@country-label-lg-size", + "text-color": "@label-primary", + "text-halo-color": { "base": 1, "stops": [ [ - 9, - 0 + 2, + "@country-halo" ], [ - 16, - 0.2 + 3, + "@halo" ] ] - } + }, + "text-halo-width": 1.25 } }, { - "id": "grass", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 9, - "maxzoom": 22, + "id": "country-label-md", + "type": "symbol", + "source": "composite", + "source-layer": "country_label", + "minzoom": 1, + "maxzoom": 8, + "interactive": true, "filter": [ "all", [ "in", - "class", - "grass" + "scalerank", + 3, + 4 ] ], "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@landuse-parks", - "fill-opacity": { + "text-field": { "base": 1, "stops": [ [ - 9, - 0 + 0, + "{code}" ], [ - 16, - 0.4 + 2, + "{name_en}" ] ] - } - } - }, - { - "id": "wood", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 6, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "wood" - ] - ], - "layout": { - "visibility": "visible" + }, + "visibility": "visible", + "text-max-size": "@country-label-md-size", + "text-max-width": 6, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "fill-color": "@landcover", - "fill-opacity": { + "text-size": "@country-label-md-size", + "text-color": "@label-primary", + "text-halo-color": { "base": 1, "stops": [ [ - 6, - 0 + 2, + "@country-halo" ], [ - 16, - 0.5 + 3, + "@halo" ] ] - } + }, + "text-halo-width": 1.25 } }, { - "id": "hospital", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 0, - "maxzoom": 22, + "id": "country-label-sm", + "type": "symbol", + "source": "composite", + "source-layer": "country_label", + "minzoom": 1, + "maxzoom": 10, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "hospital" + ">=", + "scalerank", + 5 ] ], "layout": { - "visibility": "visible" + "text-field": "{name_en}", + "visibility": "visible", + "text-max-size": "@country-label-sm-size", + "text-max-width": 6, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular" }, "paint": { - "fill-color": "@landuse-hospital" + "text-size": "@country-label-sm-size", + "text-color": "@label-primary", + "text-halo-color": { + "base": 1, + "stops": [ + [ + 2, + "@country-halo" + ], + [ + 3, + "@halo" + ] + ] + }, + "text-halo-width": 1.25 } }, { - "id": "glaciers", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 9, - "maxzoom": 22, + "id": "state-label-lg", + "type": "symbol", + "source": "composite", + "source-layer": "state_label", + "minzoom": 3, + "maxzoom": 7, + "interactive": true, "filter": [ "all", [ - "in", - "class", - "glacier" + ">=", + "area", + 80000 ] ], "layout": { - "visibility": "visible" + "text-allow-overlap": false, + "text-ignore-placement": false, + "text-max-size": { + "base": 1, + "stops": [ + [ + 4, + 10 + ], + [ + 7, + 18 + ] + ] + }, + "text-transform": "uppercase", + "text-font": "DIN Offc Pro Bold, Arial Unicode MS Bold", + "text-padding": 1, + "visibility": "visible", + "text-field": { + "base": 1, + "stops": [ + [ + 0, + "{abbr}" + ], + [ + 4, + "{name_en}" + ] + ] + }, + "text-letter-spacing": 0.15, + "text-max-width": 6 }, "paint": { - "fill-color": "@landuse-glacier", - "fill-opacity": { + "text-size": { "base": 1, "stops": [ [ - 9, - 0 + 4, + 10 ], [ - 10, - 0.25 + 7, + 18 ] ] - } + }, + "text-opacity": 1, + "text-color": "@label-state", + "text-halo-color": "@halo", + "text-halo-width": 1 } }, { - "id": "pitch", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 0, - "maxzoom": 22, + "id": "state-label-md", + "type": "symbol", + "source": "composite", + "source-layer": "state_label", + "minzoom": 3, + "maxzoom": 8, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "pitch" + "<", + "area", + 80000 + ], + [ + ">=", + "area", + 20000 ] ], "layout": { - "visibility": "visible" + "text-allow-overlap": false, + "text-ignore-placement": false, + "text-max-size": { + "base": 1, + "stops": [ + [ + 5, + 10 + ], + [ + 8, + 16 + ] + ] + }, + "text-transform": "uppercase", + "text-font": "DIN Offc Pro Bold, Arial Unicode MS Bold", + "visibility": "visible", + "text-field": { + "base": 1, + "stops": [ + [ + 0, + "{abbr}" + ], + [ + 5, + "{name_en}" + ] + ] + }, + "text-letter-spacing": 0.15, + "text-max-width": 6 }, "paint": { - "fill-color": "@landuse-pitch" - } - }, - { - "id": "pitch-line", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "pitch" - ] - ], - "layout": {}, - "paint": { - "line-color": "#e4edd5" + "text-size": { + "base": 1, + "stops": [ + [ + 5, + 10 + ], + [ + 8, + 16 + ] + ] + }, + "text-opacity": 1, + "text-color": "@label-state", + "text-halo-color": "@halo", + "text-halo-width": 1 } }, { - "id": "school", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 0, - "maxzoom": 22, + "id": "state-label-sm", + "type": "symbol", + "source": "composite", + "source-layer": "state_label", + "minzoom": 3, + "maxzoom": 9, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "school" + "<", + "area", + 20000 ] ], "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@landuse-school" - } - }, - { - "id": "cemetery", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "cemetery" - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@landuse-cemetery" - } - }, - { - "id": "industrial", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "industrial" - ] - ], - "layout": { - "visibility": "visible" + "text-allow-overlap": false, + "text-ignore-placement": false, + "text-max-size": { + "base": 1, + "stops": [ + [ + 6, + 10 + ], + [ + 9, + 14 + ] + ] + }, + "text-transform": "uppercase", + "text-font": "DIN Offc Pro Bold, Arial Unicode MS Bold", + "visibility": "visible", + "text-field": { + "base": 1, + "stops": [ + [ + 0, + "{abbr}" + ], + [ + 6, + "{name_en}" + ] + ] + }, + "text-letter-spacing": 0.15, + "text-max-width": 5 }, "paint": { - "fill-color": "@landuse-industrial" + "text-size": { + "base": 1, + "stops": [ + [ + 6, + 10 + ], + [ + 9, + 14 + ] + ] + }, + "text-opacity": 1, + "text-color": "@label-state", + "text-halo-color": "@halo", + "text-halo-width": 1 } }, { - "id": "sand", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse", - "minzoom": 0, - "maxzoom": 22, + "id": "marine-label-lg-pt", + "type": "symbol", + "source": "composite", + "source-layer": "marine_label", + "minzoom": 1, + "maxzoom": 4, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "sand" - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@landuse-sand" - } - }, - { - "id": "hillshade_highlight_bright", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", - "filter": [ - "all", + "in", + "labelrank", + 1 + ], [ - "==", - "level", - 94 + "in", + "$type", + "Point" ] ], "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@hillshade-highlight", - "fill-opacity": { + "visibility": "visible", + "text-field": "{name_en}", + "text-max-width": 4, + "text-letter-spacing": 0.25, + "text-line-height": 1.5, + "text-max-size": { + "base": 1, "stops": [ [ - 15, - 0.05 + 1, + 14 ], [ - 18, - 0 + 4, + 30 ] ] }, - "fill-antialias": false - } - }, - { - "id": "hillshade_highlight_med", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", - "filter": [ - "all", - [ - "==", - "level", - 90 - ] - ], - "layout": { - "visibility": "visible" + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular" }, "paint": { - "fill-color": "@hillshade-highlight", - "fill-opacity": { + "text-color": "@label-water", + "text-size": { + "base": 1, "stops": [ [ - 15, - 0.05 + 1, + 14 ], [ - 18, - 0 + 4, + 30 ] ] - }, - "fill-antialias": false + } } }, { - "id": "hillshade_shadow_faint", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "id": "marine-label-lg-ln", + "type": "symbol", + "source": "composite", + "source-layer": "marine_label", + "minzoom": 1, + "maxzoom": 4, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 89 + "in", + "labelrank", + 1 + ], + [ + "in", + "$type", + "LineString" ] ], "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@hillshade-shadow", - "fill-opacity": { + "visibility": "visible", + "text-field": "{name_en}", + "text-max-width": 4, + "text-letter-spacing": 0.25, + "text-line-height": 1.1, + "text-max-size": { + "base": 1, "stops": [ [ - 15, - 0.03 + 1, + 14 ], [ - 17, - 0 + 4, + 30 ] ] }, - "fill-antialias": false - } - }, - { - "id": "hillshade_shadow_med", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", - "filter": [ - "all", - [ - "==", - "level", - 78 - ] - ], - "layout": { - "visibility": "visible" + "symbol-placement": "line", + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular" }, "paint": { - "fill-color": "@hillshade-shadow", - "fill-opacity": { + "text-color": "@label-water", + "text-size": { + "base": 1, "stops": [ [ - 15, - 0.04 + 1, + 14 ], [ - 17, - 0 + 4, + 30 ] ] - }, - "fill-antialias": false + } } }, { - "id": "hillshade_shadow_dark", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "id": "marine-label-md-pt", + "type": "symbol", + "source": "composite", + "source-layer": "marine_label", + "minzoom": 2, + "maxzoom": 8, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 67 + "in", + "labelrank", + 2, + 3 + ], + [ + "in", + "$type", + "Point" ] ], "layout": { - "visibility": "visible" + "visibility": "visible", + "text-field": "{name_en}", + "text-max-width": 5, + "text-letter-spacing": 0.15, + "text-line-height": 1.5, + "text-max-size": { + "base": 1.1, + "stops": [ + [ + 2, + 14 + ], + [ + 5, + 20 + ] + ] + }, + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular" }, "paint": { - "fill-color": "@hillshade-shadow", - "fill-opacity": { + "text-color": "@label-water", + "text-size": { + "base": 1.1, "stops": [ [ - 15, - 0.05 + 2, + 14 ], [ - 17, - 0 + 5, + 20 ] ] - }, - "fill-antialias": false + } } }, { - "id": "hillshade_shadow_extreme", - "type": "fill", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "hillshade", + "id": "marine-label-md-ln", + "type": "symbol", + "source": "composite", + "source-layer": "marine_label", + "minzoom": 2, + "maxzoom": 8, + "interactive": true, "filter": [ "all", [ - "==", - "level", - 56 + "in", + "labelrank", + 2, + 3 + ], + [ + "in", + "$type", + "LineString" ] ], "layout": { - "visibility": "visible" + "text-line-height": 1.1, + "symbol-min-distance": 250, + "text-max-size": 20, + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular", + "symbol-placement": "line", + "visibility": "visible", + "text-field": "{name_en}", + "text-letter-spacing": 0.15, + "text-max-width": 5 }, "paint": { - "fill-color": "@hillshade-shadow", - "fill-opacity": { + "text-color": "@label-water", + "text-size": { + "base": 1.1, "stops": [ [ - 15, - 0.05 + 2, + 12 ], [ - 17, - 0 + 5, + 20 ] ] - }, - "fill-antialias": false + } } }, { - "id": "waterway-river", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "waterway", - "minzoom": 8, - "maxzoom": 22, + "id": "marine-label-sm-pt", + "type": "symbol", + "source": "composite", + "source-layer": "marine_label", + "minzoom": 3, + "maxzoom": 10, + "interactive": true, "filter": [ - "any", + "all", [ - "==", - "class", - "river" + ">=", + "labelrank", + 4 ], [ - "==", - "class", - "canal" + "in", + "$type", + "Point" ] ], "layout": { "visibility": "visible", - "line-cap": { + "text-field": "{name_en}", + "text-max-width": 5, + "text-letter-spacing": 0.1, + "text-line-height": 1.5, + "text-max-size": 20, + "symbol-placement": "point", + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular" + }, + "paint": { + "text-color": "@label-water", + "text-size": { "base": 1, "stops": [ [ - 0, - "butt" + 3, + 12 ], [ - 11, - "round" + 6, + 16 ] ] - }, - "line-join": "round" - }, - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.3, + } + } + }, + { + "id": "marine-label-sm-ln", + "type": "symbol", + "source": "composite", + "source-layer": "marine_label", + "minzoom": 3, + "maxzoom": 10, + "interactive": true, + "filter": [ + "all", + [ + ">=", + "labelrank", + 4 + ], + [ + "in", + "$type", + "LineString" + ] + ], + "layout": { + "text-line-height": 1.1, + "symbol-min-distance": { + "base": 1, "stops": [ [ - 8.5, - 0.1 + 4, + 100 ], [ - 20, - 8 + 6, + 400 ] ] }, - "line-opacity": { + "text-max-size": 16, + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular", + "symbol-placement": "line", + "visibility": "visible", + "text-field": "{name_en}", + "text-letter-spacing": 0.1, + "text-max-width": 5 + }, + "paint": { + "text-color": "@label-water", + "text-size": { "base": 1, "stops": [ [ - 8, - 0 + 3, + 12 ], [ - 8.5, - 1 + 6, + 16 ] ] } } }, { - "id": "waterway-other", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "waterway", - "minzoom": 13, - "maxzoom": 22, + "id": "place-city-lg-n", + "type": "symbol", + "source": "composite", + "source-layer": "place_label", + "minzoom": 1, + "maxzoom": 14, + "interactive": true, "filter": [ "all", [ - "!=", - "class", - "river" + "<=", + "scalerank", + 2 ], [ - "!=", - "class", - "canal" + "in", + "type", + "city" + ], + [ + "in", + "ldir", + "N", + "NE", + "NW", + "W" ] ], "layout": { - "visibility": "visible", - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.35, + "icon-image": "circle.sdf", + "text-max-size": "@label-city-lg-size", + "text-font": { + "base": 1, "stops": [ [ - 13.5, - 0.1 + 7, + "DIN Offc Pro Regular, Arial Unicode MS Regular" ], [ - 20, - 3 + 8, + "DIN Offc Pro Medium, Arial Unicode MS Regular" ] ] }, - "line-opacity": { + "visibility": "visible", + "text-offset": { "base": 1, "stops": [ [ - 13, - 0 + 7.99, + [ + 0, + -0.25 + ] ], [ - 13.5, - 1 + 8, + [ + 0, + 0 + ] ] ] - } - } - }, - { - "id": "water", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "water", - "minzoom": 0, - "maxzoom": 22, - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@water" - } - }, - { - "id": "landuse-overlay", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "landuse_overlay", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all" - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "@wetlands", - "fill-opacity": 0.25 - } - }, - { - "id": "barrier_line-land-polygon", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "barrier_line", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "land" - ], - [ - "==", - "$type", - "Polygon" - ] - ], - "layout": {}, - "paint": { - "fill-color": "@land" - } - }, - { - "id": "barrier_line-land-line", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "barrier_line", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "land" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-width": { - "base": 1.99, + }, + "text-anchor": { + "base": 1, "stops": [ [ - 14, - 0.75 + 7, + "bottom" ], [ - 20, - 40 + 8, + "center" ] ] }, - "line-color": "@land" - } - }, - { - "id": "building-bottom", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "building", - "minzoom": 15, - "maxzoom": 22, - "layout": { - "visibility": "visible" + "text-field": "{name_en}", + "text-max-width": 7, + "icon-max-size": 0.4 }, "paint": { - "fill-color": "@building-shadow", - "fill-opacity": { + "text-size": "@label-city-lg-size", + "text-color": "@label-primary", + "icon-halo-blur": 1, + "icon-halo-color": "@halo", + "icon-halo-width": 1, + "text-opacity": 1, + "icon-color": "@label-primary", + "text-halo-color": "@halo", + "icon-size": 0.4, + "text-halo-width": 1, + "icon-opacity": { "base": 1, "stops": [ [ - 16, - 0 + 7.99, + 1 ], [ - 16.5, - 1 + 8, + 0 ] ] - } + }, + "text-halo-blur": 1 } }, { - "id": "building-top", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "building", - "minzoom": 15, - "maxzoom": 22, + "id": "place-city-lg-s", + "type": "symbol", + "source": "composite", + "source-layer": "place_label", + "minzoom": 1, + "maxzoom": 14, + "interactive": true, + "filter": [ + "all", + [ + "<=", + "scalerank", + 2 + ], + [ + "in", + "type", + "city" + ], + [ + "in", + "ldir", + "S", + "SE", + "SW", + "E" + ] + ], "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": { - "base": 1, - "stops": [ - [ - 15, - "@land" - ], - [ - 16, - "@building" - ] - ] - }, - "fill-opacity": { + "icon-image": "circle.sdf", + "text-max-size": "@label-city-lg-size", + "text-font": { "base": 1, "stops": [ [ - 15, - 0 + 7, + "DIN Offc Pro Regular, Arial Unicode MS Regular" ], [ - 16.5, - 1 + 8, + "DIN Offc Pro Medium, Arial Unicode MS Regular" ] ] }, - "fill-outline-color": "#d1cac1", - "fill-translate": { + "visibility": "visible", + "text-offset": { "base": 1, "stops": [ [ - 16, + 7.99, [ 0, - 0 + 0.15 ] ], [ - 20, + 8, [ - -6, - -6 + 0, + 0 ] ] ] - } - } - }, - { - "id": "building-top-fill-style", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "building", - "minzoom": 15, - "maxzoom": 22, - "layout": { - "visibility": "none" - }, - "paint": { - "fill-color": "@building", - "fill-opacity": { + }, + "text-anchor": { "base": 1, "stops": [ [ - 15.25, - 0 + 7, + "top" ], [ - 16, - 1 + 8, + "center" ] ] }, - "fill-outline-color": "@building-shadow", - "fill-translate": { + "text-field": "{name_en}", + "text-max-width": 7, + "icon-max-size": 0.4 + }, + "paint": { + "text-size": "@label-city-lg-size", + "text-color": "@label-primary", + "icon-halo-blur": 1, + "icon-halo-color": "@halo", + "icon-halo-width": 1, + "icon-color": "@label-primary", + "text-halo-color": "@halo", + "icon-size": 0.4, + "text-halo-width": 1, + "icon-opacity": { "base": 1, "stops": [ [ - 15.5, - [ - 0, - 0 - ] + 7.99, + 1 ], [ - 18, - [ - -4, - -4 - ] + 8, + 0 ] ] - } - } - }, - { - "id": "building-fill-style", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "building", - "minzoom": 14, - "maxzoom": 22, - "layout": { - "visibility": "none" - }, - "paint": { - "fill-color": { - "base": 1, - "stops": [ - [ - 15, - "@land" - ], - [ - 15.25, - "@building" - ], - [ - 16, - "@building-shadow" - ] - ] - } + }, + "text-halo-blur": 1 } }, { - "id": "aeroway-polygon", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "aeroway", - "minzoom": 9, - "maxzoom": 22, + "id": "place-city-md-n", + "type": "symbol", + "source": "composite", + "source-layer": "place_label", + "minzoom": 0, + "maxzoom": 14, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Polygon" + "in", + "scalerank", + 3, + 4, + 5 ], [ - "!=", - "type", - "apron" - ] - ], - "layout": {}, - "paint": { - "fill-color": "@aeroway" - } - }, - { - "id": "aeroway-runway", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "aeroway", - "minzoom": 9, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", + "in", "type", - "runway" + "city" ], [ - "==", - "$type", - "LineString" + "in", + "ldir", + "N", + "NE", + "NW", + "W" ] ], "layout": { - "visibility": "visible", - "line-cap": "butt" - }, - "paint": { - "line-color": "@aeroway", - "line-width": { - "base": 1.5, + "icon-image": "circle.sdf", + "text-max-size": "@label-city-md-size", + "text-font": { + "base": 1, "stops": [ [ - 9, - 1 + 7, + "DIN Offc Pro Regular, Arial Unicode MS Regular" ], [ - 18, - 80 + 8, + "DIN Offc Pro Medium, Arial Unicode MS Regular" ] ] - } - } - }, - { - "id": "aeroway-taxiway", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "aeroway", - "minzoom": 9, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "type", - "taxiway" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { + }, "visibility": "visible", - "line-cap": "butt" + "text-offset": { + "base": 1, + "stops": [ + [ + 7.99, + [ + 0, + -0.25 + ] + ], + [ + 8, + [ + 0, + 0 + ] + ] + ] + }, + "text-anchor": { + "base": 1, + "stops": [ + [ + 7, + "bottom" + ], + [ + 8, + "center" + ] + ] + }, + "text-field": "{name_en}", + "text-max-width": 7, + "icon-max-size": 0.35 }, "paint": { - "line-color": "@aeroway", - "line-width": { - "base": 1.5, + "text-size": "@label-city-md-size", + "text-color": "@label-primary", + "icon-halo-blur": 1, + "icon-halo-color": "@halo", + "icon-halo-width": 1, + "icon-color": "@label-primary", + "text-halo-color": "@halo", + "icon-size": 0.35, + "text-halo-width": 1, + "icon-opacity": { + "base": 1, "stops": [ [ - 10, - 0.5 + 7.99, + 1 ], [ - 18, - 20 + 8, + 0 ] ] - } + }, + "text-halo-blur": 1 } }, { - "id": "admin-3-4-boundaries-bg", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "admin", + "id": "place-city-md-s", + "type": "symbol", + "source": "composite", + "source-layer": "place_label", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 14, + "interactive": true, "filter": [ "all", [ - ">=", - "admin_level", - 3 + "in", + "scalerank", + 3, + 4, + 5 ], [ - "==", - "maritime", - 0 + "in", + "type", + "city" + ], + [ + "in", + "ldir", + "S", + "SE", + "SW", + "E" ] ], "layout": { "visibility": "visible", - "line-join": "bevel" - }, - "paint": { - "line-color": { + "text-field": "{name_en}", + "icon-image": "circle.sdf", + "text-anchor": { "base": 1, "stops": [ [ - 8, - "@land" + 7, + "top" ], [ - 16, - "#fadfd4" + 8, + "center" ] ] }, - "line-width": { + "text-offset": { "base": 1, "stops": [ [ - 3, - 3.5 + 7.99, + [ + 0, + 0.1 + ] ], [ - 10, - 8 + 8, + [ + 0, + 0 + ] ] ] }, - "line-opacity": { + "icon-max-size": 0.35, + "text-max-size": "@label-city-md-size", + "text-font": { "base": 1, "stops": [ [ 7, - 0 + "DIN Offc Pro Regular, Arial Unicode MS Regular" ], [ 8, - 0.75 + "DIN Offc Pro Medium, Arial Unicode MS Regular" ] ] - }, - "line-dasharray": [ - 1, - 0 - ], - "line-translate": [ - 0, - 0 - ] - } - }, - { - "id": "tunnel-street_limited-polygon", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street_limited" - ], - [ - "==", - "$type", - "Polygon" - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "#EEE8E3", - "fill-opacity": 0.75 - } - }, - { - "id": "tunnel-path-bg", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "path" - ] - ], - "layout": { - "visibility": "none", - "line-cap": "round", - "line-join": "round" + } }, "paint": { - "line-width": "@path-bg-width", - "line-dasharray": [ - 1, - 0 - ], - "line-color": "@road-case-dark", - "line-blur": 0, - "line-opacity": { + "icon-size": 0.35, + "text-size": "@label-city-md-size", + "text-halo-width": 1, + "text-halo-color": "@halo", + "text-color": "@label-primary", + "text-halo-blur": 1, + "icon-color": "@label-primary", + "icon-opacity": { "base": 1, "stops": [ [ - 15, - 0 + 7.99, + 1 ], [ - 15.25, - 0.5 + 8, + 0 ] ] } } }, { - "id": "tunnel-path", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", + "id": "place-city-sm", + "type": "symbol", + "source": "composite", + "source-layer": "place_label", "minzoom": 0, - "maxzoom": 22, + "maxzoom": 14, + "interactive": true, "filter": [ "all", + [ + "!in", + "scalerank", + 0, + 1, + 2, + 3, + 4, + 5 + ], [ "in", - "class", - "path" + "type", + "city" ] ], "layout": { + "icon-image": "circle.sdf", + "text-max-size": { + "base": 1, + "stops": [ + [ + 6, + 12 + ], + [ + 14, + 22 + ] + ] + }, + "text-transform": "none", + "text-font": { + "base": 1, + "stops": [ + [ + 7, + "DIN Offc Pro Regular, Arial Unicode MS Regular" + ], + [ + 8, + "DIN Offc Pro Medium, Arial Unicode MS Regular" + ] + ] + }, "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@path-width", - "line-dasharray": { + "text-offset": { "base": 1, "stops": [ [ - 15, + 7.99, [ - 0.1, - 1.25 + 0, + -0.2 ] ], [ - 16, + 8, [ - 0.1, - 1.6 + 0, + 0 ] + ] + ] + }, + "text-anchor": { + "base": 1, + "stops": [ + [ + 7, + "bottom" ], [ - 17, - [ - 0.1, - 1.45 - ] + 8, + "center" + ] + ] + }, + "text-field": "{name_en}", + "text-max-width": 7, + "icon-max-size": 0.3 + }, + "paint": { + "text-size": { + "base": 1, + "stops": [ + [ + 6, + 12 ], [ - 18, - [ - 0.1, - 1.3 - ] + 14, + 22 ] ] }, - "line-color": "#f5f2ee", - "line-opacity": "@path-opacity" + "text-color": "@label-primary", + "icon-halo-blur": 1, + "icon-halo-color": "@halo", + "icon-halo-width": 1, + "icon-color": "@label-primary", + "text-halo-color": "@halo", + "icon-size": 0.3, + "text-halo-width": 1.25, + "icon-opacity": { + "base": 1, + "stops": [ + [ + 7.99, + 1 + ], + [ + 8, + 0 + ] + ] + } } }, { - "id": "tunnel-street-low-zoom", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 11, - "maxzoom": 14.1, + "id": "poi-islands", + "type": "symbol", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" + "type", + "Island" ] ], "layout": { + "text-line-height": 1.2, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 14, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 2, "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "text-offset": [ + 0, + 0 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "center", + "text-field": "{name_en}", + "text-letter-spacing": 0.02, + "text-max-width": 7 }, "paint": { - "line-width": "@street-width", - "line-color": "@road-minor", - "line-opacity": { + "text-color": "@label-poi", + "text-halo-color": "@halo", + "text-halo-width": 1, + "text-size": { + "base": 1, "stops": [ [ - 11.5, - 0 + 10, + 11 ], [ - 12, - 1 + 18, + 16 ] ] } } }, { - "id": "tunnel-motorway_link-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 11, - "maxzoom": 22, + "id": "place-town", + "type": "symbol", + "source": "composite", + "source-layer": "place_label", + "minzoom": 6, + "maxzoom": 15, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "motorway_link" + "in", + "type", + "town" ] ], "layout": { + "icon-image": "circle.sdf", + "text-max-size": { + "base": 1, + "stops": [ + [ + 7, + 11.5 + ], + [ + 15, + 20 + ] + ] + }, + "text-font": { + "base": 1, + "stops": [ + [ + 11, + "DIN Offc Pro Regular, Arial Unicode MS Regular" + ], + [ + 12, + "DIN Offc Pro Medium, Arial Unicode MS Regular" + ] + ] + }, "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "text-offset": { + "base": 1, + "stops": [ + [ + 7, + [ + 0, + -0.15 + ] + ], + [ + 8, + [ + 0, + 0 + ] + ] + ] + }, + "text-anchor": { + "base": 1, + "stops": [ + [ + 7, + "bottom" + ], + [ + 8, + "center" + ] + ] + }, + "text-field": "{name_en}", + "text-max-width": 7, + "icon-max-size": 0.3 }, "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@road-motorway-case", - "line-gap-width": "@motorway_link-width", - "line-dasharray": [ - 3, - 3 - ] + "text-size": { + "base": 1, + "stops": [ + [ + 7, + 11.5 + ], + [ + 15, + 20 + ] + ] + }, + "text-color": "@label-primary", + "icon-halo-blur": 1, + "icon-halo-color": "@halo", + "icon-halo-width": 1, + "icon-color": "@label-primary", + "text-halo-color": "@halo", + "icon-size": 0.3, + "text-halo-width": 1.25, + "icon-opacity": { + "base": 1, + "stops": [ + [ + 7.99, + 1 + ], + [ + 8, + 0 + ] + ] + } } }, { - "id": "tunnel-service-driveway-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 15, - "maxzoom": 22, + "id": "place-village", + "type": "symbol", + "source": "composite", + "source-layer": "place_label", + "minzoom": 8, + "maxzoom": 15, + "interactive": true, "filter": [ "all", [ "in", - "class", - "service", - "driveway" + "type", + "village" ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "text-field": "{name_en}", + "text-max-size": { + "base": 1, + "stops": [ + [ + 10, + 11.5 + ], + [ + 16, + 18 + ] + ] + }, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "text-max-width": 7 }, "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@tunnel-case-dark", - "line-gap-width": "@road-width-minor" + "text-size": { + "base": 1, + "stops": [ + [ + 10, + 11.5 + ], + [ + 16, + 18 + ] + ] + }, + "text-halo-color": "@halo", + "text-halo-width": 1.25, + "text-color": "@label-primary" } }, { - "id": "tunnel-street_limited-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 14, - "maxzoom": 22, + "id": "place-hamlet", + "type": "symbol", + "source": "composite", + "source-layer": "place_label", + "minzoom": 10, + "maxzoom": 16, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "street_limited" - ], - [ - "==", - "$type", - "LineString" + "in", + "type", + "hamlet" ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "text-field": "{name_en}", + "text-max-size": { + "base": 1, + "stops": [ + [ + 12, + 11.5 + ], + [ + 15, + 16 + ] + ] + }, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular" }, "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@tunnel-case-dark", - "line-gap-width": "@street_limited-case-width", - "line-dasharray": [ - 3, - 3 - ] + "text-size": { + "base": 1, + "stops": [ + [ + 12, + 11.5 + ], + [ + 15, + 16 + ] + ] + }, + "text-halo-color": "@halo", + "text-halo-width": 1.25, + "text-color": "@label-primary" } }, { - "id": "tunnel-street-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 14, - "maxzoom": 22, + "id": "place-suburb", + "type": "symbol", + "source": "composite", + "source-layer": "place_label", + "minzoom": 10, + "maxzoom": 16, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "street" + "in", + "type", + "suburb" ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "text-field": "{name_en}", + "text-transform": "uppercase", + "text-max-size": { + "base": 1, + "stops": [ + [ + 11, + 11 + ], + [ + 15, + 18 + ] + ] + }, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "text-letter-spacing": 0.15, + "text-max-width": 7, + "text-padding": 3 }, "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@tunnel-case-dark", - "line-gap-width": "@street-case-gap-width", - "line-dasharray": [ - 3, - 3 - ] - } - }, - { - "id": "tunnel-main-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 8, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "main" - ], - [ - "!=", - "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@main-case-width", - "line-dasharray": [ - 3, - 3 - ], - "line-gap-width": "@main-width", - "line-color": "@tunnel-case-dark" + "text-size": { + "base": 1, + "stops": [ + [ + 11, + 11 + ], + [ + 15, + 18 + ] + ] + }, + "text-halo-color": "rgba(255,255,255, 0.5)", + "text-halo-width": 1.75, + "text-color": "@label-neighbourhood" } }, { - "id": "tunel-motorway-trunk-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 5, - "maxzoom": 22, + "id": "place-neighbourhood", + "type": "symbol", + "source": "composite", + "source-layer": "place_label", + "minzoom": 10, + "maxzoom": 16, + "interactive": true, "filter": [ - "any", + "all", [ "in", - "class", - "motorway" - ], - [ - "==", "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-lg", - "line-color": "@road-motorway-case", - "line-gap-width": "@motorway-width", - "line-opacity": 1, - "line-dasharray": [ - 3, - 3 - ] - } - }, - { - "id": "tunnel-motorway_link", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 11, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "motorway_link" + "neighbourhood" ] ], "layout": { "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "text-field": "{name_en}", + "text-max-size": { + "base": 1, + "stops": [ + [ + 12, + 11 + ], + [ + 16, + 16 + ] + ] + }, + "text-transform": "uppercase", + "text-letter-spacing": 0.1, + "text-max-width": 7, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "text-padding": 3 }, "paint": { - "line-width": "@motorway_link-width", - "line-color": "@tunnel-motorway", - "line-opacity": 1, - "line-dasharray": [ - 1, - 0 - ] + "text-size": { + "base": 1, + "stops": [ + [ + 12, + 11 + ], + [ + 16, + 16 + ] + ] + }, + "text-halo-color": "rgba(255,255,255, 0.5)", + "text-halo-width": 1.75, + "text-color": "@label-neighbourhood", + "text-halo-blur": 0 } }, { - "id": "tunnel-service-driveway", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 15, + "id": "poi-islets", + "type": "symbol", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "class", - "service", - "driveway" + "type", + "Islet" ] ], "layout": { + "text-line-height": 1.2, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": { + "base": 1, + "stops": [ + [ + 10, + 11 + ], + [ + 14, + 16 + ] + ] + }, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 2, "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@road-width-minor", - "line-color": "@road-minor" - } - }, - { - "id": "tunnel-street_limited", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street_limited" + "text-offset": [ + 0, + 0 ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "center", + "text-field": "{name_en}", + "text-letter-spacing": 0.02, + "text-max-width": 8 }, "paint": { - "line-width": "@street_limited-width", - "line-color": "@road-street-limited", - "line-opacity": { + "text-color": "@label-poi", + "text-halo-color": "@halo", + "text-halo-width": 1, + "text-size": { + "base": 1, "stops": [ [ - 11.5, - 0 + 10, + 11 ], [ - 12, - 1 + 14, + 16 ] ] } } }, { - "id": "tunnel-street", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 14, + "id": "airport-label", + "type": "symbol", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 9, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "street" + "in", + "maki", + "airport", + "heliport", + "rocket" + ], + [ + "<=", + "scalerank", + 2 ] ], "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@street-width", - "line-color": "@road-minor", - "line-opacity": { + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": { "stops": [ [ - 11.5, - 0 + 12, + "{maki}-11" ], [ - 12, - 1 - ] + 13, + "{maki}-15" + ] ] - } - } - }, - { - "id": "tunnel-main", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "main" - ], - [ - "!=", - "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@main-width", - "line-color": "@road-minor", - "line-opacity": 1, - "line-dasharray": [ - 1, - 0 - ], - "line-blur": 0 - } - }, - { - "id": "tunnel-trunk", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "main" - ], - [ - "==", - "type", - "trunk" - ] - ], - "layout": { + }, + "text-ignore-placement": false, + "text-max-size": { + "base": 1, + "stops": [ + [ + 10, + 12 + ], + [ + 18, + 18 + ] + ] + }, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 2, "visibility": "visible", - "line-cap": "round", - "line-join": "round" + "text-offset": { + "base": 1, + "stops": [ + [ + 12, + [ + 0, + 1 + ] + ], + [ + 13, + [ + 0, + 1.25 + ] + ] + ] + }, + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": { + "stops": [ + [ + 12, + "{ref}" + ], + [ + 13, + "{name_en}" + ] + ] + }, + "text-letter-spacing": 0.02, + "text-max-width": 9 }, "paint": { - "line-width": "@motorway-width", - "line-color": "#f2dc92" + "text-color": "@label-transit", + "text-halo-color": "@halo", + "text-halo-width": 1.25, + "text-size": { + "base": 1, + "stops": [ + [ + 10, + 12 + ], + [ + 18, + 18 + ] + ] + } } }, { - "id": "tunnel-motorway", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", + "id": "poi-scalerank1", + "type": "symbol", + "source": "composite", + "source-layer": "poi_label", "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "motorway" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt", - "line-join": "round" - }, - "paint": { - "line-width": "@motorway-width", - "line-dasharray": [ - 1, - 0 + "!in", + "maki", + "rail-light", + "rail-metro", + "rail", + "airport", + "airfield", + "heliport", + "rocket", + "park", + "golf", + "cemetery", + "zoo", + "campsite", + "swimming", + "dog-park" ], - "line-opacity": 1, - "line-color": "@tunnel-motorway", - "line-blur": 0 - } - }, - { - "id": "tunnel-oneway-arrows-white", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", [ - "in", - "oneway", + "<=", + "scalerank", 1 ], [ - "any", - [ - "in", - "class", - "motorway", - "motorway_link" - ], - [ - "in", - "type", - "trunk" - ] + "!=", + "type", + "Island" ] ], "layout": { + "text-line-height": 1.2, + "text-allow-overlap": false, "symbol-min-distance": 250, - "symbol-placement": "line", "icon-image": { - "base": 1, "stops": [ [ - 16, - "oneway-spaced-white-small" + 13, + "{maki}-11" ], [ - 17, - "oneway-spaced-white-large" + 14, + "{maki}-15" ] ] }, - "icon-ignore-placement": true + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@poi-scalerank1", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 2, + "visibility": "visible", + "text-offset": [ + 0, + 1 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": "{name_en}", + "text-letter-spacing": 0.02, + "text-max-width": 8 }, - "paint": {} + "paint": { + "text-color": "@label-poi", + "text-halo-color": "@halo", + "text-halo-width": 1, + "text-size": "@poi-scalerank1" + } }, { - "id": "tunnel-oneway-arrows-color", + "id": "poi-parks-scalerank1", "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 15, + "source": "composite", + "source-layer": "poi_label", + "minzoom": 0, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "oneway", - 1 - ], - [ - "in", - "class", - "main", - "street", - "street_limited" - ], - [ - "!=", - "type", - "trunk" - ] - ], - "layout": { - "symbol-min-distance": 250, - "symbol-placement": "line", - "icon-image": { - "base": 1, - "stops": [ - [ - 16, - "oneway-spaced-small" - ], - [ - 17, - "oneway-spaced-large" - ] - ] - }, - "icon-ignore-placement": true - }, - "paint": {} - }, - { - "id": "tunnel-rail", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 13, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "major_rail", - "minor_rail" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt" - }, - "paint": { - "line-color": "#a49f98", - "line-width": "@rail-width" - } - }, - { - "id": "tunnel-rail-tracks", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "tunnel", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "major_rail", - "minor_rail" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt" - }, - "paint": { - "line-color": "@rail", - "line-width": "@rail-track-width", - "line-dasharray": [ - 0.1, - 15 - ] - } - }, - { - "id": "road-path-bg", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "path" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@path-bg-width", - "line-dasharray": [ - 1, - 0 - ], - "line-color": "@road-case-dark", - "line-blur": 0, - "line-opacity": { - "base": 1, - "stops": [ - [ - 15, - 0 - ], - [ - 15.25, - 0.5 - ] - ] - } - } - }, - { - "id": "road-path", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "path" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@path-width", - "line-color": "@road-minor", - "line-dasharray": { - "base": 1, - "stops": [ - [ - 15, - [ - 0.1, - 1.25 - ] - ], - [ - 16, - [ - 0.1, - 1.6 - ] - ], - [ - 17, - [ - 0.1, - 1.45 - ] - ], - [ - 18, - [ - 0.1, - 1.3 - ] - ] - ] - }, - "line-opacity": "@path-opacity" - } - }, - { - "id": "road-street_limited-polygon-outline", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 12, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street_limited" - ], - [ - "==", - "$type", - "Polygon" - ] - ], - "layout": { - "visibility": "none" - }, - "paint": { - "line-color": "@road-case-dark", - "line-width": { - "base": 1.5, - "stops": [ - [ - 12, - 1.5 - ], - [ - 20, - 4 - ] - ] - }, - "line-opacity": 1 - } - }, - { - "id": "road-street-low-zoom", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 11, - "maxzoom": 14.1, - "filter": [ - "all", - [ - "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@street-width", - "line-color": "@road-minor", - "line-opacity": { - "stops": [ - [ - 11, - 0 - ], - [ - 11.25, - 1 - ] - ] - } - } - }, - { - "id": "road-motorway_link-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 11, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "motorway_link" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@road-motorway-case", - "line-gap-width": "@motorway_link-width" - } - }, - { - "id": "road-service-driveway-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "service", - "driveway" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@road-case-dark", - "line-gap-width": "@road-width-minor" - } - }, - { - "id": "road-street_limited-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@road-case-dark", - "line-gap-width": "@street_limited-case-width" - } - }, - { - "id": "road-street-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@road-case-dark", - "line-gap-width": "@street-case-gap-width" - } - }, - { - "id": "road-main-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 10, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "main" - ], - [ - "!=", - "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@main-case-width", - "line-color": "@road-case-dark", - "line-gap-width": "@main-width" - } - }, - { - "id": "road-trunk-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 5, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "main" - ], - [ - "in", - "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-lg", - "line-color": "@road-trunk-case", - "line-gap-width": "@motorway-width", - "line-opacity": "@road-high-z-fadein" - } - }, - { - "id": "road-motorway-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 5, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "motorway" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-lg", - "line-color": "@road-motorway-case", - "line-gap-width": "@motorway-width", - "line-opacity": { - "base": 1.2, - "stops": [ - [ - 5.9, - 0 - ], - [ - 6, - 1 - ] - ] - } - } - }, - { - "id": "road-street_limited-polygon", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 12, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street_limited" - ], - [ - "==", - "$type", - "Polygon" - ] - ], - "layout": { - "visibility": "none" - }, - "paint": { - "fill-color": "@road-street-limited", - "fill-opacity": 1 - } - }, - { - "id": "road-service-driveway", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "service", - "driveway" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@road-width-minor", - "line-color": "@road-minor" - } - }, - { - "id": "road-motorway_link", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 10, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "motorway_link" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@motorway_link-width", - "line-color": "@road-motorway", - "line-opacity": 1 - } - }, - { - "id": "road-street_limited", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@street_limited-width", - "line-color": "@road-street-limited" - } - }, - { - "id": "road-street", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@street-width", - "line-color": "@road-minor" - } - }, - { - "id": "road-main", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "main" - ], - [ - "!=", - "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@main-width", - "line-color": { - "base": 1, - "stops": [ - [ - 5, - "@land" - ], - [ - 8, - "@road-minor" - ] - ] - }, - "line-opacity": "@road-high-z-fadein" - } - }, - { - "id": "road-trunk", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "main" - ], - [ - "==", - "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@motorway-width", - "line-color": "@road-trunk" - } - }, - { - "id": "road-motorway", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "motorway" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@motorway-width", - "line-color": { - "base": 1, - "stops": [ - [ - 5.9, - "#fff" - ], - [ - 6, - "#ff9340" - ] - ] - }, - "line-opacity": "@road-high-z-fadein" - } - }, - { - "id": "road-oneway-arrows-white", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "oneway", - 1 - ], - [ - "any", - [ - "in", - "class", - "motorway", - "motorway_link" - ], - [ - "in", - "type", - "trunk" - ] - ] - ], - "layout": { - "symbol-min-distance": 250, - "symbol-placement": "line", - "icon-image": { - "base": 1, - "stops": [ - [ - 16, - "oneway-spaced-white-small" - ], - [ - 17, - "oneway-spaced-white-large" - ] - ] - }, - "icon-ignore-placement": true - }, - "paint": {} - }, - { - "id": "road-oneway-arrows-color", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "oneway", - 1 - ], - [ - "in", - "class", - "main", - "street", - "street_limited" - ], - [ - "!=", - "type", - "trunk" - ] - ], - "layout": { - "symbol-min-distance": 250, - "symbol-placement": "line", - "icon-image": { - "base": 1, - "stops": [ - [ - 16, - "oneway-spaced-small" - ], - [ - 17, - "oneway-spaced-large" - ] - ] - }, - "icon-ignore-placement": true, - "icon-rotation-alignment": "map" - }, - "paint": {} - }, - { - "id": "road-rail", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 13, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "major_rail", - "minor_rail" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt" - }, - "paint": { - "line-color": "@rail", - "line-width": "@rail-width" - } - }, - { - "id": "road-rail-tracks", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "major_rail", - "minor_rail" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt" - }, - "paint": { - "line-color": "@rail", - "line-width": "@rail-track-width", - "line-dasharray": [ - 0.1, - 15 - ] - } - }, - { - "id": "bridge-street_limited-polygon", - "type": "fill", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street_limited" - ], - [ - "==", - "$type", - "Polygon" - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "fill-color": "#EEE8E3", - "fill-opacity": 0.75 - } - }, - { - "id": "bridge-path-bg", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "path" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@path-bg-width", - "line-dasharray": [ - 1, - 0 - ], - "line-color": "@road-case-dark", - "line-blur": 0, - "line-opacity": { - "base": 1, - "stops": [ - [ - 15, - 0 - ], - [ - 15.25, - 0.75 - ] - ] - } - } - }, - { - "id": "bridge-path", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "path" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@path-width", - "line-color": "@road-minor", - "line-dasharray": { - "base": 1, - "stops": [ - [ - 14, - [ - 0.1, - 1.25 - ] - ], - [ - 16, - [ - 0.1, - 1.6 - ] - ], - [ - 17, - [ - 0.1, - 1.45 - ] - ], - [ - 18, - [ - 0.1, - 1.3 - ] - ] - ] - }, - "line-opacity": "@path-opacity" - } - }, - { - "id": "bridge-street-low-zoom", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 11, - "maxzoom": 14.1, - "filter": [ - "all", - [ - "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@street-width", - "line-color": "@road-minor", - "line-opacity": { - "stops": [ - [ - 11.5, - 0 - ], - [ - 12, - 1 - ] - ] - } - } - }, - { - "id": "bridge-motorway_link-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 12, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "motorway_link" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@road-motorway-case", - "line-gap-width": "@motorway_link-width", - "line-opacity": 1 - } - }, - { - "id": "bridge-service-driveway-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "service", - "driveway" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@road-case-dark", - "line-gap-width": "@road-width-minor" - } - }, - { - "id": "bridge-street_limited-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@road-case-dark", - "line-gap-width": "@street_limited-case-width" - } - }, - { - "id": "bridge-street-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-sm", - "line-color": "@road-case-dark", - "line-gap-width": "@street-case-gap-width" - } - }, - { - "id": "bridge-main-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 8, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "main" - ], - [ - "!=", - "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt", - "line-join": "round" - }, - "paint": { - "line-width": "@main-case-width", - "line-color": "@road-case-dark", - "line-gap-width": "@main-width", - "line-translate": [ - 0, - 0 - ] - } - }, - { - "id": "bridge-motorway-trunk-case", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "any", - [ - "in", - "class", - "motorway" - ], - [ - "==", - "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt", - "line-join": "round" - }, - "paint": { - "line-width": "@road-case-width-lg", - "line-color": "@road-motorway-case", - "line-gap-width": "@motorway-width" - } - }, - { - "id": "bridge-motorway_link", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 10, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "motorway_link" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@motorway_link-width", - "line-color": "@road-motorway" - } - }, - { - "id": "bridge-service-driveway", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "service", - "driveway" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@road-width-minor", - "line-color": "@road-minor" - } - }, - { - "id": "bridge-street_limited", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@street_limited-width", - "line-color": "@road-street-limited" - } - }, - { - "id": "bridge-street", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "street" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@street-width", - "line-color": "@road-minor" - } - }, - { - "id": "bridge-main", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "main" - ], - [ - "!=", - "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@main-width", - "line-color": "@road-minor", - "line-opacity": "@road-high-z-fadein" - } - }, - { - "id": "bridge-trunk", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "main" - ], - [ - "==", - "type", - "trunk" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@motorway-width", - "line-color": "@road-trunk" - } - }, - { - "id": "bridge-motorway", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "motorway" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-width": "@motorway-width", - "line-color": "@road-motorway" - } - }, - { - "id": "bridge-oneway-arrows-white", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "oneway", - 1 - ], - [ - "any", - [ - "in", - "class", - "motorway", - "motorway_link" - ], - [ - "in", - "type", - "trunk" - ] - ] - ], - "layout": { - "symbol-min-distance": 250, - "symbol-placement": "line", - "icon-image": { - "base": 1, - "stops": [ - [ - 16, - "oneway-spaced-white-small" - ], - [ - 17, - "oneway-spaced-white-large" - ] - ] - }, - "icon-ignore-placement": true - }, - "paint": {} - }, - { - "id": "bridge-oneway-arrows-color", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "oneway", - 1 - ], - [ - "in", - "class", - "main", - "street", - "street_limited" - ], - [ - "!=", - "type", - "trunk" - ] - ], - "layout": { - "symbol-min-distance": 250, - "symbol-placement": "line", - "icon-image": { - "base": 1, - "stops": [ - [ - 16, - "oneway-spaced-small" - ], - [ - 17, - "oneway-spaced-large" - ] - ] - }, - "icon-ignore-placement": true - }, - "paint": {} - }, - { - "id": "bridge-rail", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 13, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "major_rail", - "minor_rail" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt" - }, - "paint": { - "line-color": "@rail", - "line-width": "@rail-width" - } - }, - { - "id": "bridge-rail-tracks", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 14, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "major_rail", - "minor_rail" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt" - }, - "paint": { - "line-color": "@rail", - "line-width": "@rail-track-width", - "line-dasharray": [ - 0.1, - 15 - ] - } - }, - { - "id": "bridge-aerialway", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "bridge", - "minzoom": 13, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "aerialway" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt" - }, - "paint": { - "line-color": "@rail", - "line-width": "@rail-width" - } - }, - { - "id": "hedges", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "barrier_line", - "minzoom": 16, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "hedge" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "#e2f4c2", - "line-width": { - "base": 1, - "stops": [ - [ - 16, - 1 - ], - [ - 20, - 3 - ] - ] - }, - "line-opacity": 1, - "line-dasharray": [ - 1, - 2, - 5, - 2, - 1, - 2 - ] - } - }, - { - "id": "fences", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "barrier_line", - "minzoom": 16, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "fence" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@building-shadow", - "line-width": { - "base": 1, - "stops": [ - [ - 16, - 1 - ], - [ - 20, - 3 - ] - ] - }, - "line-opacity": 1, - "line-dasharray": [ - 1, - 2, - 5, - 2, - 1, - 2 - ] - } - }, - { - "id": "gates", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "barrier_line", - "minzoom": 17, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "gate" - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@building-shadow", - "line-width": { - "base": 1, - "stops": [ - [ - 16, - 1 - ], - [ - 20, - 3 - ] - ] - }, - "line-opacity": 0.5, - "line-dasharray": [ - 1, - 2, - 5, - 2, - 1, - 2 - ] - } - }, - { - "id": "admin-2-boundaries-bg", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "admin", - "minzoom": 1, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "admin_level", - 2 - ], - [ - "==", - "maritime", - 0 - ] - ], - "layout": { - "visibility": "visible", - "line-join": "miter", - "line-cap": "butt" - }, - "paint": { - "line-width": { - "base": 1, - "stops": [ - [ - 2, - 3.5 - ], - [ - 10, - 10 - ] - ] - }, - "line-color": { - "base": 1, - "stops": [ - [ - 4, - "@land" - ], - [ - 6, - "#fadfd4" - ] - ] - }, - "line-opacity": { - "base": 1, - "stops": [ - [ - 3, - 0 - ], - [ - 4, - 0.5 - ] - ] - }, - "line-translate": [ - 0, - 0 - ] - } - }, - { - "id": "admin-3-4-boundaries", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "admin", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - ">=", - "admin_level", - 3 - ], - [ - "==", - "maritime", - 0 - ] - ], - "layout": { - "visibility": "visible", - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-dasharray": { - "base": 1, - "stops": [ - [ - 6, - [ - 2, - 0 - ] - ], - [ - 7, - [ - 2, - 2, - 6, - 2 - ] - ] - ] - }, - "line-width": { - "base": 1, - "stops": [ - [ - 7, - 0.75 - ], - [ - 12, - 1.5 - ] - ] - }, - "line-opacity": { - "base": 1, - "stops": [ - [ - 2, - 0 - ], - [ - 3, - 1 - ] - ] - }, - "line-color": "#a7a1be" - } - }, - { - "id": "admin-2-boundaries", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "admin", - "minzoom": 1, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "admin_level", - 2 - ], - [ - "==", - "maritime", - 0 - ], - [ - "==", - "disputed", - 0 - ] - ], - "layout": { - "visibility": "visible", - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@admin", - "line-width": "@admin-2-boundary" - } - }, - { - "id": "admin-2-boundaries-dispute", - "type": "line", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "admin", - "minzoom": 1, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "admin_level", - 2 - ], - [ - "==", - "maritime", - 0 - ], - [ - "==", - "disputed", - 1 - ] - ], - "layout": { - "visibility": "visible", - "line-cap": "butt", - "line-join": "round" - }, - "paint": { - "line-dasharray": [ - 1.5, - 1.5 - ], - "line-color": "@admin", - "line-width": "@admin-2-boundary" - } - }, - { - "id": "contour", - "type": "line", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "contour", - "minzoom": 13, - "maxzoom": 22, - "filter": [ - "all", - [ - "!=", - "index", - 5 - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "line-opacity": 0.06, - "line-color": "#5b5c00" - } - }, - { - "id": "contour-index", - "type": "line", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "contour", - "minzoom": 13, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "index", - 5 - ] - ], - "layout": { - "visibility": "visible" - }, - "paint": { - "line-opacity": 0.12, - "line-color": "#5b5c00" - } - }, - { - "id": "country-label-lg", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "country_label", - "minzoom": 1, - "maxzoom": 6, - "filter": [ - "all", - [ - "in", - "scalerank", - 1, - 2 - ] - ], - "layout": { - "text-field": "{name_en}", - "visibility": "visible", - "text-max-size": 18, - "text-max-width": { - "base": 1, - "stops": [ - [ - 0, - 6 - ], - [ - 3, - 6.5 - ] - ] - }, - "text-font": { - "base": 1, - "stops": [ - [ - 0, - "Open Sans Regular, Arial Unicode MS Regular" - ], - [ - 3, - "Open Sans Semibold, Arial Unicode MS Bold" - ] - ] - } - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 1, - 9 - ], - [ - 6, - 22 - ] - ] - }, - "text-color": "@label-primary", - "text-halo-color": { - "base": 1, - "stops": [ - [ - 2, - "@country-halo" - ], - [ - 3, - "@halo" - ] - ] - }, - "text-halo-width": 1.25 - } - }, - { - "id": "country-label-md", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "country_label", - "minzoom": 1, - "maxzoom": 8, - "filter": [ - "all", - [ - "in", - "scalerank", - 3, - 4 - ] - ], - "layout": { - "text-field": { - "base": 1, - "stops": [ - [ - 0, - "{code}" - ], - [ - 2, - "{name_en}" - ] - ] - }, - "visibility": "visible", - "text-max-size": 18, - "text-max-width": 7, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular" - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 2, - 8 - ], - [ - 8, - 22 - ] - ] - }, - "text-color": "@label-primary", - "text-halo-color": { - "base": 1, - "stops": [ - [ - 2, - "@country-halo" - ], - [ - 3, - "@halo" - ] - ] - }, - "text-halo-width": 1.25 - } - }, - { - "id": "country-label-sm", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "country_label", - "minzoom": 1, - "maxzoom": 10, - "filter": [ - "all", - [ - ">=", - "scalerank", - 5 - ] - ], - "layout": { - "text-field": "{name_en}", - "visibility": "visible", - "text-max-size": 18, - "text-max-width": 7, - "text-font": "Open Sans Semibold, Arial Unicode MS Regular" - }, - "paint": { - "text-size": { - "base": 0.9, - "stops": [ - [ - 3, - 8 - ], - [ - 9, - 20 - ] - ] - }, - "text-color": "@label-primary", - "text-halo-color": { - "base": 1, - "stops": [ - [ - 2, - "@country-halo" - ], - [ - 3, - "@halo" - ] - ] - }, - "text-halo-width": 1.25 - } - }, - { - "id": "state-label-lg", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "state_label", - "minzoom": 3, - "maxzoom": 7, - "filter": [ - "all", - [ - ">=", - "area", - 80000 - ] - ], - "layout": { - "text-allow-overlap": false, - "text-ignore-placement": false, - "text-max-size": 10, - "text-transform": "uppercase", - "text-font": "Open Sans Bold, Arial Unicode MS Regular", - "text-padding": 1, - "visibility": "visible", - "text-field": { - "base": 1, - "stops": [ - [ - 0, - "{abbr}" - ], - [ - 4, - "{name_en}" - ] - ] - }, - "text-letter-spacing": 0.15, - "text-max-width": 7 - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 4, - 9 - ], - [ - 7, - 18 - ] - ] - }, - "text-opacity": 1, - "text-color": "@label-state", - "text-halo-color": "@halo", - "text-halo-width": 1 - } - }, - { - "id": "state-label-md", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "state_label", - "minzoom": 3, - "maxzoom": 8, - "filter": [ - "all", - [ - "<", - "area", - 80000 - ], - [ - ">=", - "area", - 20000 - ] - ], - "layout": { - "text-allow-overlap": false, - "text-ignore-placement": false, - "text-max-size": 10, - "text-transform": "uppercase", - "text-font": "Open Sans Bold, Arial Unicode MS Regular", - "visibility": "visible", - "text-field": { - "base": 1, - "stops": [ - [ - 0, - "{abbr}" - ], - [ - 5, - "{name_en}" - ] - ] - }, - "text-letter-spacing": 0.15, - "text-max-width": 6 - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 5, - 9 - ], - [ - 8, - 16 - ] - ] - }, - "text-opacity": 1, - "text-color": "@label-state", - "text-halo-color": "@halo", - "text-halo-width": 1 - } - }, - { - "id": "state-label-sm", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "state_label", - "minzoom": 3, - "maxzoom": 9, - "filter": [ - "all", - [ - "<", - "area", - 20000 - ] - ], - "layout": { - "text-allow-overlap": false, - "text-ignore-placement": false, - "text-max-size": 10, - "text-transform": "uppercase", - "text-font": "Open Sans Bold, Arial Unicode MS Regular", - "visibility": "visible", - "text-field": { - "base": 1, - "stops": [ - [ - 0, - "{abbr}" - ], - [ - 6, - "{name_en}" - ] - ] - }, - "text-letter-spacing": 0.15, - "text-max-width": 5 - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 6, - 9 - ], - [ - 9, - 14 - ] - ] - }, - "text-opacity": 1, - "text-color": "@label-state", - "text-halo-color": "@halo", - "text-halo-width": 1 - } - }, - { - "id": "marine-label-lg-pt", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "marine_label", - "minzoom": 1, - "maxzoom": 4, - "filter": [ - "all", - [ - "in", - "labelrank", - 1 - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "text-max-width": 4, - "text-letter-spacing": 0.25, - "text-line-height": 1.5, - "text-max-size": 15, - "text-font": "Open Sans Italic, Arial Unicode MS Regular" - }, - "paint": { - "text-color": "@label-water", - "text-size": { - "base": 1, - "stops": [ - [ - 1, - 12 - ], - [ - 4, - 30 - ] - ] - } - } - }, - { - "id": "marine-label-lg-ln", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "marine_label", - "minzoom": 1, - "maxzoom": 4, - "filter": [ - "all", - [ - "in", - "labelrank", - 1 - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "text-max-width": 4, - "text-letter-spacing": 0.25, - "text-line-height": 1.1, - "text-max-size": 15, - "symbol-placement": "line", - "text-font": "Open Sans Italic, Arial Unicode MS Regular" - }, - "paint": { - "text-color": "@label-water", - "text-size": { - "base": 1, - "stops": [ - [ - 1, - 12 - ], - [ - 4, - 30 - ] - ] - } - } - }, - { - "id": "marine-label-md-pt", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "marine_label", - "minzoom": 2, - "maxzoom": 8, - "filter": [ - "all", - [ - "in", - "labelrank", - 2, - 3 - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "text-max-width": 5, - "text-letter-spacing": 0.15, - "text-line-height": 1.5, - "text-max-size": 15, - "text-font": "Open Sans Italic, Arial Unicode MS Regular" - }, - "paint": { - "text-color": "@label-water", - "text-size": { - "base": 1.1, - "stops": [ - [ - 2, - 12 - ], - [ - 5, - 20 - ] - ] - } - } - }, - { - "id": "marine-label-md-ln", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "marine_label", - "minzoom": 2, - "maxzoom": 8, - "filter": [ - "all", - [ - "in", - "labelrank", - 2, - 3 - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "text-line-height": 1.1, - "symbol-min-distance": 250, - "text-max-size": 15, - "text-font": "Open Sans Italic, Arial Unicode MS Regular", - "symbol-placement": "line", - "visibility": "visible", - "text-field": "{name_en}", - "text-letter-spacing": 0.15, - "text-max-width": 5 - }, - "paint": { - "text-color": "@label-water", - "text-size": { - "base": 1.1, - "stops": [ - [ - 2, - 10 - ], - [ - 5, - 20 - ] - ] - } - } - }, - { - "id": "marine-label-sm-pt", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "marine_label", - "minzoom": 3, - "maxzoom": 10, - "filter": [ - "all", - [ - ">=", - "labelrank", - 4 - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "text-max-width": 5, - "text-letter-spacing": 0.1, - "text-line-height": 1.5, - "text-max-size": 15, - "symbol-placement": "point", - "text-font": "Open Sans Italic, Arial Unicode MS Regular" - }, - "paint": { - "text-color": "@label-water", - "text-size": { - "base": 1, - "stops": [ - [ - 3, - 11 - ], - [ - 6, - 20 - ] - ] - } - } - }, - { - "id": "marine-label-sm-ln", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "marine_label", - "minzoom": 3, - "maxzoom": 10, - "filter": [ - "all", - [ - ">=", - "labelrank", - 4 - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "text-line-height": 1.1, - "symbol-min-distance": { - "base": 1, - "stops": [ - [ - 4, - 100 - ], - [ - 6, - 400 - ] - ] - }, - "text-max-size": 15, - "text-font": "Open Sans Italic, Arial Unicode MS Regular", - "symbol-placement": "line", - "visibility": "visible", - "text-field": "{name_en}", - "text-letter-spacing": 0.1, - "text-max-width": 5 - }, - "paint": { - "text-color": "@label-water", - "text-size": { - "base": 1, - "stops": [ - [ - 3, - 11 - ], - [ - 6, - 15 - ] - ] - } - } - }, - { - "id": "place-city-lg-n", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "place_label", - "minzoom": 1, - "maxzoom": 14, - "filter": [ - "all", - [ - "<=", - "scalerank", - 2 - ], - [ - "==", - "type", - "city" - ], - [ - "in", - "ldir", - "N", - "NE", - "NW", - "W" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "icon-image": "circle", - "text-anchor": { - "base": 1, - "stops": [ - [ - 7, - "bottom" - ], - [ - 8, - "center" - ] - ] - }, - "text-offset": { - "base": 1, - "stops": [ - [ - 7.99, - [ - 0, - -0.3 - ] - ], - [ - 8, - [ - 0, - 0 - ] - ] - ] - }, - "icon-max-size": 0.4, - "text-max-size": 20, - "text-font": { - "base": 1, - "stops": [ - [ - 7, - "Open Sans Regular, Arial Unicode MS Regular" - ], - [ - 8, - "Open Sans Semibold, Arial Unicode MS Bold" - ] - ] - } - }, - "paint": { - "text-size": "@label-city-lg-size", - "text-color": "@label-primary", - "icon-halo-blur": 1, - "icon-halo-color": "@halo", - "icon-halo-width": 1, - "text-opacity": 1, - "icon-color": "@label-primary", - "text-halo-color": "@halo", - "icon-size": 0.4, - "text-halo-width": 1, - "icon-opacity": { - "base": 1, - "stops": [ - [ - 7.99, - 1 - ], - [ - 8, - 0 - ] - ] - }, - "text-halo-blur": 1 - } - }, - { - "id": "place-city-lg-s", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "place_label", - "minzoom": 1, - "maxzoom": 14, - "filter": [ - "all", - [ - "<=", - "scalerank", - 2 - ], - [ - "==", - "type", - "city" - ], - [ - "in", - "ldir", - "S", - "SE", - "SW", - "E" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "icon-image": "circle", - "text-anchor": { - "base": 1, - "stops": [ - [ - 7, - "top" - ], - [ - 8, - "center" - ] - ] - }, - "text-offset": { - "base": 1, - "stops": [ - [ - 7.99, - [ - 0, - 0.15 - ] - ], - [ - 8, - [ - 0, - 0 - ] - ] - ] - }, - "icon-max-size": 0.4, - "text-max-size": 20, - "text-font": { - "base": 1, - "stops": [ - [ - 7, - "Open Sans Regular, Arial Unicode MS Regular" - ], - [ - 8, - "Open Sans Semibold, Arial Unicode MS Bold" - ] - ] - } - }, - "paint": { - "text-size": "@label-city-lg-size", - "text-color": "@label-primary", - "icon-halo-blur": 1, - "icon-halo-color": "@halo", - "icon-halo-width": 1, - "icon-color": "@label-primary", - "text-halo-color": "@halo", - "icon-size": 0.4, - "text-halo-width": 1, - "icon-opacity": { - "base": 1, - "stops": [ - [ - 7.99, - 1 - ], - [ - 8, - 0 - ] - ] - }, - "text-halo-blur": 1 - } - }, - { - "id": "place-city-md-n", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "place_label", - "minzoom": 0, - "maxzoom": 14, - "filter": [ - "all", - [ - "in", - "scalerank", - 3, - 4, - 5 - ], - [ - "==", - "type", - "city" - ], - [ - "in", - "ldir", - "N", - "NE", - "NW", - "W" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "icon-image": "circle", - "text-anchor": { - "base": 1, - "stops": [ - [ - 7, - "bottom" - ], - [ - 8, - "center" - ] - ] - }, - "text-offset": { - "base": 1, - "stops": [ - [ - 7.99, - [ - 0, - -0.25 - ] - ], - [ - 8, - [ - 0, - 0 - ] - ] - ] - }, - "icon-max-size": 0.35, - "text-max-size": 20, - "text-font": { - "base": 1, - "stops": [ - [ - 7, - "Open Sans Regular, Arial Unicode MS Regular" - ], - [ - 8, - "Open Sans Semibold, Arial Unicode MS Bold" - ] - ] - } - }, - "paint": { - "text-size": "@label-city-md-size", - "text-color": "@label-primary", - "icon-halo-blur": 1, - "icon-halo-color": "@halo", - "icon-halo-width": 1, - "icon-color": "@label-primary", - "text-halo-color": "@halo", - "icon-size": 0.35, - "text-halo-width": 1, - "icon-opacity": { - "base": 1, - "stops": [ - [ - 7.99, - 1 - ], - [ - 8, - 0 - ] - ] - }, - "text-halo-blur": 1 - } - }, - { - "id": "place-city-md-s", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "place_label", - "minzoom": 0, - "maxzoom": 14, - "filter": [ - "all", - [ - "in", - "scalerank", - 3, - 4, - 5 - ], - [ - "==", - "type", - "city" - ], - [ - "in", - "ldir", - "S", - "SE", - "WW", - "E" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "icon-image": "circle", - "text-anchor": { - "base": 1, - "stops": [ - [ - 7, - "top" - ], - [ - 8, - "center" - ] - ] - }, - "text-offset": { - "base": 1, - "stops": [ - [ - 7.99, - [ - 0, - 0.1 - ] - ], - [ - 8, - [ - 0, - 0 - ] - ] - ] - }, - "icon-max-size": 0.35, - "text-max-size": 20, - "text-font": { - "base": 1, - "stops": [ - [ - 7, - "Open Sans Regular, Arial Unicode MS Regular" - ], - [ - 8, - "Open Sans Semibold, Arial Unicode MS Bold" - ] - ] - } - }, - "paint": { - "icon-size": 0.35, - "text-size": "@label-city-md-size", - "text-halo-width": 1, - "text-halo-color": "@halo", - "text-color": "@label-primary", - "text-halo-blur": 1, - "icon-color": "@label-primary", - "icon-opacity": { - "base": 1, - "stops": [ - [ - 7.99, - 1 - ], - [ - 8, - 0 - ] - ] - } - } - }, - { - "id": "place-city-sm", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "place_label", - "minzoom": 0, - "maxzoom": 14, - "filter": [ - "all", - [ - "!in", - "scalerank", - 0, - 1, - 2, - 3, - 4, - 5 - ], - [ - "==", - "type", - "city" - ] - ], - "layout": { - "icon-image": "circle", - "text-max-size": 20, - "text-transform": "none", - "text-font": { - "base": 1, - "stops": [ - [ - 7, - "Open Sans Regular, Arial Unicode MS Regular" - ], - [ - 8, - "Open Sans Semibold, Arial Unicode MS Bold" - ] - ] - }, - "visibility": "visible", - "text-offset": { - "base": 1, - "stops": [ - [ - 7.99, - [ - 0, - -0.2 - ] - ], - [ - 8, - [ - 0, - 0 - ] - ] - ] - }, - "text-anchor": { - "base": 1, - "stops": [ - [ - 7, - "bottom" - ], - [ - 8, - "center" - ] - ] - }, - "text-field": "{name_en}", - "icon-max-size": 0.3 - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 6, - 11 - ], - [ - 14, - 20 - ] - ] - }, - "text-color": "@label-primary", - "icon-halo-blur": 1, - "icon-halo-color": "@halo", - "icon-halo-width": 1, - "icon-color": "@label-primary", - "text-halo-color": "@halo", - "icon-size": 0.3, - "text-halo-width": 1.25, - "icon-opacity": { - "base": 1, - "stops": [ - [ - 7.99, - 1 - ], - [ - 8, - 0 - ] - ] - } - } - }, - { - "id": "poi-islands", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "type", - "Island" - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 14, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 2, - "visibility": "visible", - "text-offset": [ - 0, - 0 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "center", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 8 - }, - "paint": { - "text-color": "@label-poi", - "text-halo-color": "@halo", - "text-halo-width": 1, - "text-size": { - "base": 1, - "stops": [ - [ - 10, - 10 - ], - [ - 18, - 14 - ] - ] - } - } - }, - { - "id": "place-town", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "place_label", - "minzoom": 6, - "maxzoom": 14, - "filter": [ - "all", - [ - "in", - "type", - "town" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "text-max-size": 18, - "icon-image": "circle", - "icon-max-size": 0.3, - "text-anchor": { - "base": 1, - "stops": [ - [ - 7, - "bottom" - ], - [ - 8, - "center" - ] - ] - }, - "text-offset": { - "base": 1, - "stops": [ - [ - 7, - [ - 0, - -0.15 - ] - ], - [ - 8, - [ - 0, - 0 - ] - ] - ] - }, - "text-font": { - "base": 1, - "stops": [ - [ - 11, - "Open Sans Regular, Arial Unicode MS Regular" - ], - [ - 12, - "Open Sans Semibold, Arial Unicode MS Bold" - ] - ] - } - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 7, - 11 - ], - [ - 15, - 18 - ] - ] - }, - "text-color": "@label-primary", - "icon-halo-blur": 1, - "icon-halo-color": "@halo", - "icon-halo-width": 1, - "icon-color": "@label-primary", - "text-halo-color": "@halo", - "icon-size": 0.3, - "text-halo-width": 1.25, - "icon-opacity": { - "base": 1, - "stops": [ - [ - 7.99, - 1 - ], - [ - 8, - 0 - ] - ] - } - } - }, - { - "id": "place-village", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "place_label", - "minzoom": 8, - "maxzoom": 15, - "filter": [ - "all", - [ - "in", - "type", - "village" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "text-max-size": 16 - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 10, - 11 - ], - [ - 16, - 16 - ] - ] - }, - "text-halo-color": "@halo", - "text-halo-width": 1.25, - "text-color": "@label-primary" - } - }, - { - "id": "place-hamlet", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "place_label", - "minzoom": 10, - "maxzoom": 16, - "filter": [ - "all", - [ - "in", - "type", - "hamlet" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "text-max-size": 14 - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 12, - 11 - ], - [ - 15, - 14 - ] - ] - }, - "text-halo-color": "@halo", - "text-halo-width": 1.25, - "text-color": "@label-primary" - } - }, - { - "id": "place-suburb", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "place_label", - "minzoom": 10, - "maxzoom": 16, - "filter": [ - "all", - [ - "==", - "type", - "suburb" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "text-transform": "uppercase", - "text-max-size": 14, - "text-font": "Open Sans Bold, Arial Unicode MS Regular", - "text-letter-spacing": 0.15, - "text-max-width": 7 - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 11, - 10 - ], - [ - 15, - 16 - ] - ] - }, - "text-halo-color": "@halo", - "text-halo-width": 1.25, - "text-color": "@label-neighbourhood" - } - }, - { - "id": "place-neighbourhood", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "place_label", - "minzoom": 10, - "maxzoom": 16, - "filter": [ - "all", - [ - "in", - "type", - "neighbourhood" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "text-max-size": 14, - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-max-width": 7, - "text-font": "Open Sans Bold, Arial Unicode MS Regular" - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 12, - 10 - ], - [ - 16, - 14 - ] - ] - }, - "text-halo-color": "@halo", - "text-halo-width": 1.25, - "text-color": "@label-neighbourhood" - } - }, - { - "id": "poi-islets", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "type", - "Islet" - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 14, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 2, - "visibility": "visible", - "text-offset": [ - 0, - 0 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "center", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 8 - }, - "paint": { - "text-color": "@label-poi", - "text-halo-color": "@halo", - "text-halo-width": 1, - "text-size": { - "base": 1, - "stops": [ - [ - 10, - 10 - ], - [ - 14, - 14 - ] - ] - } - } - }, - { - "id": "water-label", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "water_label", - "minzoom": 5, - "maxzoom": 22, - "filter": [ - "all" - ], - "layout": { - "text-field": "{name_en}", - "visibility": "visible", - "text-font": "Open Sans Italic, Arial Unicode MS Regular" - }, - "paint": { - "text-halo-width": 0, - "text-size": { - "base": 1, - "stops": [ - [ - 13, - 12 - ], - [ - 18, - 16 - ] - ] - }, - "text-halo-color": "@halo", - "text-color": "@label-water-dark", - "text-halo-blur": 1.5 - } - }, - { - "id": "airport-label", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 9, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "maki", - "airport", - "heliport", - "rocket" - ], - [ - "<=", - "scalerank", - 2 - ] - ], - "layout": { - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": { - "stops": [ - [ - 12, - "{maki}-11" - ], - [ - 13, - "{maki}-15" - ] - ] - }, - "text-ignore-placement": false, - "text-max-size": 18, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 2, - "visibility": "visible", - "text-offset": { - "base": 1, - "stops": [ - [ - 12, - [ - 0, - 1 - ] - ], - [ - 13, - [ - 0, - 1.25 - ] - ] - ] - }, - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": { - "stops": [ - [ - 12, - "{ref}" - ], - [ - 13, - "{name_en}" - ] - ] - }, - "text-letter-spacing": 0.02, - "text-max-width": 9 - }, - "paint": { - "text-color": "@label-transit", - "text-halo-color": "@halo", - "text-halo-width": 1.25, - "text-size": { - "base": 1, - "stops": [ - [ - 10, - 10 - ], - [ - 18, - 18 - ] - ] - } - } - }, - { - "id": "poi-scalerank1", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "!in", - "maki", - "rail-light", - "rail-metro", - "rail", - "airport", - "airfield", - "heliport", - "rocket", - "park", - "golf", - "cemetery", - "zoo", - "campsite", - "swimming", - "dog-park" - ], - [ - "<=", - "scalerank", - 1 - ], - [ - "!=", - "type", - "Island" - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": { - "stops": [ - [ - 13, - "{maki}-11" - ], - [ - 14, - "{maki}-15" - ] - ] - }, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 14, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 2, - "visibility": "visible", - "text-offset": [ - 0, - 1 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 8 - }, - "paint": { - "text-color": "@label-poi", - "text-halo-color": "@halo", - "text-halo-width": 1, - "text-size": { - "base": 1, - "stops": [ - [ - 10, - 10 - ], - [ - 18, - 14 - ] - ] - } - } - }, - { - "id": "poi-parks-scalerank1", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "maki", - "park", - "golf", - "cemetery", - "zoo", - "campsite", - "swimming", - "dog-park" - ], - [ - "<=", - "scalerank", - 1 - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": { - "stops": [ - [ - 13, - "{maki}-11" - ], - [ - 14, - "{maki}-15" - ] - ] - }, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 14, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 2, - "visibility": "visible", - "text-offset": [ - 0, - 1 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 8 - }, - "paint": { - "text-color": "@label-park", - "text-halo-color": "@halo", - "text-halo-width": 1, - "text-halo-blur": 0, - "text-size": { - "base": 1, - "stops": [ - [ - 10, - 10 - ], - [ - 18, - 14 - ] - ] - } - } - }, - { - "id": "interstate_motorway_shields", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road_label", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "shield", - "us-interstate", - "us-interstate-business", - "us-interstate-duplex" - ], - [ - "<=", - "reflen", - 6 - ] - ], - "layout": { - "text-allow-overlap": false, - "symbol-min-distance": 1000, - "icon-image": { - "stops": [ - [ - 15, - "{shield}-{reflen}-small" - ], - [ - 16, - "{shield}-{reflen}-large" - ] - ] - }, - "icon-rotation-alignment": "viewport", - "symbol-avoid-edges": false, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 11, - "text-font": "Open Sans Bold, Arial Unicode MS Regular", - "symbol-placement": { - "base": 1, - "stops": [ - [ - 10, - "point" - ], - [ - 11, - "line" - ] - ] - }, - "text-padding": 20, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{ref}", - "text-letter-spacing": 0.05, - "icon-padding": 20 - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 15.95, - 9 - ], - [ - 16, - 11 - ] - ] - }, - "text-color": "#fff", - "icon-halo-color": "rgba(0, 0, 0, 1)", - "icon-halo-width": 1, - "text-opacity": 1, - "icon-color": "white", - "text-halo-color": "@halo", - "text-halo-width": 0 - } - }, - { - "id": "other-motorway-shields", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road_label", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "!in", - "shield", - "us-interstate", - "us-interstate-business", - "us-interstate-duplex" - ], - [ - "<=", - "reflen", - 6 - ] - ], - "layout": { - "text-allow-overlap": false, - "symbol-min-distance": 1000, - "icon-image": { - "stops": [ - [ - 15, - "{shield}-{reflen}-small" - ], - [ - 16, - "{shield}-{reflen}-large" - ] - ] - }, - "icon-rotation-alignment": "viewport", - "symbol-avoid-edges": false, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 11, - "text-font": "Open Sans Bold, Arial Unicode MS Regular", - "symbol-placement": { - "base": 1, - "stops": [ - [ - 10, - "point" - ], - [ - 11, - "line" - ] - ] - }, - "text-padding": 20, - "visibility": "visible", - "text-rotation-alignment": "viewport", - "text-field": "{ref}", - "text-letter-spacing": 0.05, - "icon-padding": 20 - }, - "paint": { - "text-size": { - "base": 1, - "stops": [ - [ - 15.95, - 9 - ], - [ - 16, - 11 - ] - ] - }, - "text-color": "@label-road", - "icon-halo-color": "rgba(0, 0, 0, 1)", - "icon-halo-width": 1, - "text-opacity": 1, - "icon-color": "white", - "text-halo-color": "@halo", - "text-halo-width": 0 - } - }, - { - "id": "road-label-large", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road_label", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "main", - "motorway" - ] - ], - "layout": { - "text-allow-overlap": false, - "symbol-min-distance": 250, - "text-ignore-placement": false, - "text-max-angle": 30, - "text-max-size": 16, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "line", - "text-padding": 0, - "visibility": "visible", - "text-rotation-alignment": "map", - "text-field": "{name_en}", - "text-letter-spacing": 0.01 - }, - "paint": { - "text-color": "@label-road", - "text-halo-color": "rgba(255,255,255, 0.75)", - "text-halo-width": 1, - "text-size": { - "base": 1, - "stops": [ - [ - 9, - 10 - ], - [ - 20, - 16 - ] - ] - }, - "text-halo-blur": 1 - } - }, - { - "id": "rail-label", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 13, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "type", - "Rail Station" - ] - ], - "layout": { - "symbol-min-distance": 250, - "icon-image": "{network}-11", - "symbol-avoid-edges": true, - "text-max-size": 12, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "icon-allow-overlap": false, - "symbol-placement": "point", - "text-justify": "center", - "visibility": "visible", - "text-offset": [ - 0, - 0.75 - ], - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": { - "base": 1, - "stops": [ - [ - 0, - "" - ], - [ - 14, - "{name_en}" - ] - ] - }, - "text-letter-spacing": 0.02, - "icon-padding": 0, - "text-max-width": 7 - }, - "paint": { - "text-color": "@label-transit", - "text-halo-color": "@halo", - "text-halo-width": 1.5, - "text-size": { - "base": 1, - "stops": [ - [ - 13, - 10 - ], - [ - 20, - 12 - ] - ] - }, - "icon-halo-width": 4, - "icon-halo-color": "#fff" - } - }, - { - "id": "poi-parks-scalerank2", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 13, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "maki", - "park", - "golf", - "cemetery", - "zoo", - "campsite", - "swimming", - "dog-park" - ], - [ - "==", - "scalerank", - 2 - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": { - "stops": [ - [ - 14, - "{maki}-11" - ], - [ - 15, - "{maki}-15" - ] - ] - }, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 14, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 2, - "visibility": "visible", - "text-offset": [ - 0, - 1.25 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 8 - }, - "paint": { - "text-color": "@label-park", - "text-halo-color": "@halo", - "text-halo-width": 1.25, - "text-size": { - "base": 1, - "stops": [ - [ - 14, - 10 - ], - [ - 20, - 14 - ] - ] - } - } - }, - { - "id": "poi-scalerank2", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 13, - "maxzoom": 22, - "filter": [ - "all", - [ - "!in", - "maki", - "rail-light", - "rail-metro", - "rail", - "airport", - "airfield", - "heliport", - "rocket", - "park", - "golf", - "cemetery", - "zoo", - "campsite", - "swimming", - "dog-park" - ], - [ - "==", - "scalerank", - 2 - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": { - "stops": [ - [ - 14, - "{maki}-11" - ], - [ - 15, - "{maki}-15" - ] - ] - }, - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 14, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 2, - "visibility": "visible", - "text-offset": [ - 0, - 1.25 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 8 - }, - "paint": { - "text-color": "@label-poi", - "text-halo-color": "@halo", - "text-halo-width": 1.25, - "text-size": { - "base": 1, - "stops": [ - [ - 14, - 10 - ], - [ - 20, - 14 - ] - ] - } - } - }, - { - "id": "road-label-medium", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road_label", - "minzoom": 11, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "visibility": "visible", - "text-field": "{name_en}", - "symbol-placement": "line", - "text-rotation-alignment": "map", - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-angle": 30, - "text-padding": 0, - "text-letter-spacing": 0.01 - }, - "paint": { - "text-color": "@label-road", - "text-halo-color": "@halo", - "text-halo-width": 1, - "text-size": { - "base": 1, - "stops": [ - [ - 11, - 10 - ], - [ - 20, - 14 - ] - ] - } - } - }, - { - "id": "road-label-small", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "road_label", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "!in", - "class", - "motorway", - "main", - "street_limited", - "street" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "text-ignore-placement": false, - "text-max-angle": 30, - "text-max-size": 12, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "line", - "text-padding": 0, - "visibility": "visible", - "text-rotation-alignment": "map", - "text-field": "{name_en}", - "text-letter-spacing": 0.01 - }, - "paint": { - "text-color": "@label-road", - "text-halo-color": "@halo", - "text-halo-width": 1.25, - "text-size": { - "base": 1, - "stops": [ - [ - 13, - 9 - ], - [ - 20, - 12 - ] - ] - }, - "text-halo-blur": 1 - } - }, - { - "id": "poi-parks-scalerank3", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "maki", - "park", - "cemetery", - "golf", - "zoo" - ], - [ - "==", - "scalerank", - 3 - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "{maki}-11", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 13, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 2, - "visibility": "visible", - "text-offset": [ - 0, - 1 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 7 - }, - "paint": { - "text-color": "@label-park", - "text-halo-color": "@halo", - "text-halo-width": 1, - "text-size": { - "base": 1, - "stops": [ - [ - 16, - 10 - ], - [ - 20, - 13 - ] - ] - } - } - }, - { - "id": "poi-scalerank3", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 15, - "maxzoom": 22, - "filter": [ - "all", - [ - "!in", - "maki", - "rail-light", - "rail-metro", - "rail", - "airport", - "airfield", - "heliport", - "rocket", - "park", - "golf", - "cemetery", - "zoo", - "campsite", - "swimming", - "dog-park" - ], - [ - "==", - "scalerank", - 3 - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "{maki}-11", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 13, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 1, - "visibility": "visible", - "text-offset": [ - 0, - 1 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 7 - }, - "paint": { - "text-color": "@label-poi", - "text-halo-color": "@halo", - "text-halo-width": 1, - "text-size": { - "base": 1, - "stops": [ - [ - 16, - 10 - ], - [ - 20, - 13 - ] - ] - } - } - }, - { - "id": "poi-parks_scalerank4", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 16, - "maxzoom": 22, - "filter": [ - "all", - [ - "in", - "maki", - "park", - "cemetery", - "golf", - "zoo", - "playground", - "" - ], - [ - "==", - "scalerank", - 4 - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "{maki}-11", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 13, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 1, - "visibility": "visible", - "text-offset": [ - 0, - 1 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 7 - }, - "paint": { - "text-color": "@label-park", - "text-halo-color": "@halo", - "text-halo-width": 1, - "text-size": { - "base": 1, - "stops": [ - [ - 16, - 10 - ], - [ - 20, - 13 - ] - ] - } - } - }, - { - "id": "poi-scalerank4-l1", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 16, - "maxzoom": 22, - "filter": [ - "all", - [ - "!in", - "maki", - "rail-light", - "rail-metro", - "rail", - "airport", - "airfield", - "heliport", - "rocket", - "park", - "golf", - "cemetery", - "zoo", - "campsite", - "swimming", - "dog-park" - ], - [ - "==", - "scalerank", - 4 - ], - [ - "<=", - "localrank", - 14 - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "{maki}-11", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 13, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 1, - "visibility": "visible", - "text-offset": [ - 0, - 1 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 7 - }, - "paint": { - "text-color": "@label-poi", - "text-halo-color": "@halo", - "text-halo-width": 1, - "text-size": { - "base": 1, - "stops": [ - [ - 16, - 10 - ], - [ - 20, - 13 - ] - ] - } - } - }, - { - "id": "poi-scalerank4-l15", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "poi_label", - "minzoom": 17, - "maxzoom": 22, - "filter": [ - "all", - [ - "!in", - "maki", - "rail-light", - "rail-metro", - "rail", - "airport", - "airfield", - "heliport", - "rocket", - "park", - "golf", - "cemetery", - "zoo", - "campsite", - "swimming", - "dog-park" - ], - [ - "==", - "scalerank", - 4 - ], - [ - ">=", - "localrank", - 15 - ] - ], - "layout": { - "text-line-height": 1.2, - "text-allow-overlap": false, - "symbol-min-distance": 250, - "icon-image": "{maki}-11", - "text-ignore-placement": false, - "text-max-angle": 38, - "text-max-size": 13, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-padding": 1, - "visibility": "visible", - "text-offset": [ - 0, - 1 - ], - "icon-optional": false, - "text-rotation-alignment": "viewport", - "text-anchor": "top", - "text-field": "{name_en}", - "text-letter-spacing": 0.02, - "text-max-width": 7 - }, - "paint": { - "text-color": "@label-poi", - "text-halo-color": "@halo", - "text-halo-width": 1, - "text-size": { - "base": 1, - "stops": [ - [ - 16, - 10 - ], - [ - 20, - 13 - ] - ] - } - } - }, - { - "id": "waterway-label", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "waterway_label", - "minzoom": 12, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "class", - "river" - ] - ], - "layout": { - "text-field": "{name_en}", - "visibility": "visible", - "text-font": "Open Sans Italic, Arial Unicode MS Regular", - "symbol-placement": "line" - }, - "paint": { - "text-halo-width": 0, - "text-size": { - "base": 1, - "stops": [ - [ - 13, - 12 - ], - [ - 18, - 16 - ] - ] - }, - "text-halo-color": "@halo", - "text-color": "@label-water-dark", - "text-halo-blur": 1.5 - } - }, - { - "id": "contour-index-label", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-terrain-v2", - "source-layer": "contour", - "minzoom": 13, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "index", - 5 - ] - ], - "layout": { - "text-field": "{ele} m", - "symbol-placement": "line", - "text-max-size": 9, - "text-max-angle": 25, - "visibility": "visible", - "text-padding": 5 - }, - "paint": { - "text-size": 9, - "text-color": "#909166", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-halo-color": "rgba(255,255,237, 0.25)" - } - }, - { - "id": "housenum-label", - "type": "symbol", - "source": "mapbox://mapbox.mapbox-streets-v6", - "source-layer": "housenum_label", - "minzoom": 17, - "maxzoom": 22, - "layout": { - "visibility": "visible", - "text-field": "{house_num}", - "text-font": "Open Sans Italic, Arial Unicode MS Regular", - "symbol-placement": "point", - "text-max-size": 9, - "text-padding": 4 - }, - "paint": { - "text-size": 9, - "text-color": "#b2aca5", - "text-halo-color": "@building", - "text-halo-width": 1.5, - "text-halo-blur": 0 - } - } - ], - "owner": "nicki", - "modified": "2015-04-10T00:47:59.077Z", - "created": "2015-04-09T15:07:45.431Z", - "id": "nicki.d51cce27" - }, - "outdoors": { - "version": 7, - "name": "Mapbox Outdoors", - "constants": { - "@name": "{name_en}", - "@sans_lt": "Open Sans Regular, Arial Unicode MS Regular, Arial Unicode MS Bold", - "@sans": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_italic": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "@land": "#f4efe1", - "@water": "#cdd", - "@water_dark": "#185869", - "@crop": "#eeeed4", - "@grass": "#e6e6cc", - "@scrub": "#dfe5c8", - "@wood": "#cee2bd", - "@snow": "#f4f8ff", - "@rock": "#ddd", - "@sand": "#ffd", - "@cemetery": "#edf4ed", - "@pitch": "#fff", - "@park": "#d4e4bc", - "@piste": "blue", - "@school": "#e8dfe0", - "@hospital": "#f8eee0", - "@parking": "#bfbfbf", - "@builtup": "#f6faff", - "@case": "#fff", - "@motorway": "#cda0a0", - "@main": "#ddc0b9", - "@street": { - "stops": [ - [ - 12.5, - "#d9d5c6" - ], - [ - 13, - "#fff" - ] - ] - }, - "@street_case": "#d9d5c6", - "@service": "#faf7f0", - "@text": "#666", - "@text_stroke": "rgba(255,255,255,0.8)", - "@text_halo": "rgba(255,255,255,0.8)", - "@country_text": "#000", - "@marine_text": "#a0bdc0", - "@water_text": "#185869", - "@land_night": "#017293", - "@water_night": "#103", - "@water_dark_night": "#003366", - "@crop_night": "#178d96", - "@grass_night": "#23948a", - "@scrub_night": "#31a186", - "@wood_night": "#45b581", - "@park_night": "#51bd8b", - "@snow_night": "#5ad9fe", - "@rock_night": "#999", - "@sand_night": "#437162", - "@cemetery_night": "#218c96", - "@pitch_night": "rgba(255,255,255,0.2)", - "@school_night": "#01536a", - "@hospital_night": "#015e7a", - "@builtup_night": "#014b60", - "@admin_night": "#ffb680", - "@text_night": "#fff", - "@text_water_night": "#0186ac", - "@text_stroke_night": "#103", - "@text2_stroke_night": "rgba(1,69,89,0.8)", - "@case_night": "#015e7a", - "@street_case_night": "#015b76", - "@motorway_night": "#bbdde7", - "@main_night": "#64b2c9", - "@street_night": "#0186ac", - "@service_night": "#017ea2", - "@contour_night": "#ffff80", - "@river_canal_width": { - "stops": [ - [ - 10, - 0.5 - ], - [ - 20, - 6 - ] - ] - }, - "@stream_width": { - "stops": [ - [ - 13, - 0.75 - ], - [ - 20, - 4 - ] - ] - }, - "@motorway_width": { - "base": 1.25, - "stops": [ - [ - 9, - 1 - ], - [ - 20, - 30 - ] - ] - }, - "@motorway_casing_width": { - "stops": [ - [ - 9, - 0.9 - ], - [ - 11, - 1 - ], - [ - 14, - 1.5 - ] - ] - }, - "@motorway_link_width": { - "base": 1.2, - "stops": [ - [ - 10, - 1 - ], - [ - 20, - 7 - ] - ] - }, - "@motorway_link_casing_width": { - "stops": [ - [ - 11, - 0.8 - ], - [ - 16, - 1 - ] - ] - }, - "@main_width": { - "base": 1.3, - "stops": [ - [ - 11, - 1 - ], - [ - 20, - 28 - ] - ] - }, - "@main_casing_width": { - "stops": [ - [ - 11, - 1 - ], - [ - 15, - 1.5 - ] - ] - }, - "@street_width": { - "base": 1.3, - "stops": [ - [ - 12.5, - 1 - ], - [ - 20, - 12 - ] - ] - }, - "@street_casing_width": { - "stops": [ - [ - 12.5, - 0 - ], - [ - 13, - 1 - ], - [ - 15, - 1.5 - ] - ] - }, - "@service_width": { - "base": 1.3, - "stops": [ - [ - 15, - 2 - ], - [ - 20, - 7 - ] - ] - }, - "@service_casing_width": 1, - "@path_width": { - "base": 1.3, - "stops": [ - [ - 15, - 1.5 - ], - [ - 20, - 2 - ] - ] - }, - "@path_bg_width": { - "base": 1.3, - "stops": [ - [ - 15, - 4 - ], - [ - 20, - 5 - ] - ] - }, - "@path_steps_width": { - "base": 1.3, - "stops": [ - [ - 15, - 1.5 - ], - [ - 20, - 10 - ] - ] - }, - "@path_dasharray_primary": [ - 3, - 1 - ], - "@path_dasharray_secondary": [ - 5, - 1.5 - ], - "@tunnel_dasharray": [ - 4, - 1.5 - ], - "@major_rail_hatching_width": { - "stops": [ - [ - 12, - 5 - ], - [ - 20, - 10 - ] - ] - }, - "@major_rail_hatching_dasharray": [ - 0.05, - 10 - ], - "@aerialway_width": { - "base": 1.2, - "stops": [ - [ - 12, - 0.8 - ], - [ - 20, - 5 - ] - ] - }, - "@aerialway_casing_width": { - "stops": [ - [ - 12, - 0.6 - ], - [ - 17, - 1 - ] - ] - }, - "@aerialway_hatching_width": { - "base": 1.2, - "stops": [ - [ - 12, - 5 - ], - [ - 20, - 15 - ] - ] - }, - "@runway_width": { - "base": 1.15, - "stops": [ - [ - 10, - 2 - ], - [ - 20, - 32 - ] - ] - }, - "@taxiway_width": { - "base": 1.15, - "stops": [ - [ - 11, - 0.2 - ], - [ - 20, - 8 - ] - ] - }, - "@admin_l2_width": { - "stops": [ - [ - 2, - 0.6 - ], - [ - 20, - 8 - ] - ] - }, - "@admin_l3_width": { - "stops": [ - [ - 5, - 0.6 - ], - [ - 20, - 6 - ] - ] - }, - "@fence_width": { - "stops": [ - [ - 16, - 0.6 - ], - [ - 20, - 1.4 - ] - ] - }, - "@hedge_width": { - "base": 0.9, - "stops": [ - [ - 15, - 0.6 - ], - [ - 20, - 2 - ] - ] - }, - "@barrier_line_land_width": { - "base": 1.9, - "stops": [ - [ - 13, - 0.4 - ], - [ - 20, - 48 - ] - ] - }, - "@country_label_size": { - "stops": [ - [ - 2, - 11 - ], - [ - 8, - 20 - ] - ] - }, - "@road_label_1_size": { - "base": 1.3, - "stops": [ - [ - 12, - 11 - ], - [ - 17, - 18 - ] - ] - }, - "@road_label_2_size": { - "base": 1.3, - "stops": [ - [ - 12, - 11 - ], - [ - 17, - 16 - ] - ] - }, - "@road_label_3_size": { - "base": 1.3, - "stops": [ - [ - 14, - 10 - ], - [ - 17, - 14 - ] - ] - }, - "@poi_label_1-2_size": { - "stops": [ - [ - 14, - 10 - ], - [ - 16, - 12 - ] - ] - }, - "@poi_label_3_size": { - "stops": [ - [ - 15, - 10 - ], - [ - 16, - 11 - ] - ] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/outdoors", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [ - { - "id": "background", - "type": "background", - "paint": { - "background-color": "@land" - }, - "paint.night": { - "background-color": "@land_night" - } - }, - { - "id": "landcover_snow", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": [ - "==", - "class", - "snow" - ], - "paint": { - "fill-color": "@snow" - }, - "paint.night": { - "fill-color": "@snow_night" - } - }, - { - "id": "landcover_crop", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": [ - "==", - "class", - "crop" - ], - "paint": { - "fill-color": "@crop" - }, - "paint.night": { - "fill-color": "@crop_night" - } - }, - { - "id": "landcover_grass", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": [ - "==", - "class", - "grass" - ], - "paint": { - "fill-color": "@grass", - "fill-opacity": { - "stops": [ - [ - 12, - 1 - ], - [ - 16, - 0.2 - ] - ] - } - }, - "paint.night": { - "fill-color": "@grass_night" - } - }, - { - "id": "landcover_scrub", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": [ - "==", - "class", - "scrub" - ], - "paint": { - "fill-color": "@scrub", - "fill-opacity": { - "stops": [ - [ - 12, - 1 - ], - [ - 16, - 0.2 - ] - ] - } - }, - "paint.night": { - "fill-color": "@scrub_night" - } - }, - { - "id": "landcover_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": [ - "==", - "class", - "wood" - ], - "paint": { - "fill-color": "@wood", - "fill-opacity": { - "stops": [ - [ - 12, - 1 - ], - [ - 16, - 0.2 - ] - ] - } - }, - "paint.night": { - "fill-color": "@wood_night" - } - }, - { - "id": "landuse_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "wood" - ], - "paint": { - "fill-color": "@wood" - }, - "paint.night": { - "fill-color": "@wood_night", - "fill-opacity": 0.8 - } - }, - { - "id": "landuse_scrub", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "scrub" - ], - "paint": { - "fill-color": "@scrub" - }, - "paint.night": { - "fill-color": "@scrub_night", - "fill-opacity": 0.8 - } - }, - { - "id": "landuse_grass", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "grass" - ], - "paint": { - "fill-color": "@grass" - }, - "paint.night": { - "fill-color": "@grass_night", - "fill-opacity": 0.8 - } - }, - { - "id": "landuse_crop", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "crop" - ], - "paint": { - "fill-color": "@crop" - }, - "paint.night": { - "fill-color": "@crop_night", - "fill-opacity": 0.8 - } - }, - { - "id": "landuse_rock", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "rock" - ], - "paint": { - "fill-color": "@rock" - }, - "paint.night": { - "fill-color": "@rock_night", - "fill-opacity": 0.8 - } - }, - { - "id": "landuse_snow", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "snow" - ], - "paint": { - "fill-color": "@snow" - }, - "paint.night": { - "fill-color": "@snow_night", - "fill-opacity": 0.8 - } - }, - { - "id": "landuse_school", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "school" - ], - "paint": { - "fill-color": "@school" - }, - "paint.night": { - "fill-color": "@school_night" - } - }, - { - "id": "landuse_industrial", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "industrial" - ], - "paint": { - "fill-color": "rgba(246,250,255,0.5)" - }, - "paint.night": { - "fill-color": "@builtup_night" - } - }, - { - "id": "landuse_hospital", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "hospital" - ], - "paint": { - "fill-color": "@hospital" - }, - "paint.night": { - "fill-color": "@hospital_night" - } - }, - { - "id": "landuse_parking", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "parking" - ], - "paint": { - "fill-color": "@parking", - "fill-opacity": { - "stops": [ - [ - 15, - 0 - ], - [ - 15.5, - 0.4 - ] - ] - } - }, - "paint.night": { - "fill-color": "#026688" - } - }, - { - "id": "landuse_sand", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "sand" - ], - "paint": { - "fill-color": "@sand" - }, - "paint.night": { - "fill-color": "@sand_night", - "fill-opacity": 0.8 - } - }, - { - "id": "landuse_park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "park" - ], - "paint": { - "fill-color": "@park" - }, - "paint.night": { - "fill-color": "@park_night" - } - }, - { - "id": "landuse_pitch", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "pitch" - ], - "paint": { - "fill-color": "rgba(255,255,255,0.5)", - "fill-outline-color": "@pitch" - }, - "paint.night": { - "fill-color": "@pitch_night", - "fill-outline-color": "@pitch" - } - }, - { - "id": "landuse_cemetery", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "==", - "class", - "cemetery" - ], - "paint": { - "fill-color": "@cemetery" - }, - "paint.night": { - "fill-color": "@cemetery_night" - } - }, - { - "id": "waterway_river_canal", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": [ - "in", - "type", - "river", - "canal" - ], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#87abaf", - "line-width": "@river_canal_width" - }, - "paint.night": { - "line-color": "rgb(10,20,71)" - } - }, - { - "id": "waterway_stream", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": [ - "==", - "type", - "stream" - ], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#87abaf", - "line-width": "@stream_width" - }, - "paint.night": { - "line-color": "rgb(10,20,71)" - } - }, - { - "id": "building_shadow", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "#bfbfbf" - }, - "paint.night": { - "fill-color": "#026688" - } - }, - { - "id": "building", - "ref": "building_shadow", - "paint": { - "fill-color": "#ebe7db", - "fill-outline-color": { - "stops": [ - [ - 15, - "#ebe7db" - ], - [ - 20, - "#cecdc9" - ] - ] - }, - "fill-translate": { - "stops": [ - [ - 15, - [ - 0, - 0 - ] - ], - [ - 20, - [ - -1.5, - -2.5 - ] - ] - ], - "base": 0.5 - } - }, - "paint.night": { - "fill-color": "#027797", - "fill-outline-color": { - "stops": [ - [ - 15, - "#027797" - ], - [ - 20, - "#026688" - ] - ] - } - } - }, - { - "id": "hillshade_highlight_bright", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 94 - ], - "paint": { - "fill-color": "#ffd", - "fill-opacity": { - "stops": [ - [ - 15, - 0.15 - ], - [ - 17, - 0.05 - ] - ] - } - }, - "paint.night": { - "fill-color": "#fdfdad", - "fill-opacity": { - "stops": [ - [ - 15, - 0.25 - ], - [ - 17, - 0.05 - ] - ] - } - } - }, - { - "id": "hillshade_highlight_med", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 90 - ], - "paint": { - "fill-color": "#ffd", - "fill-opacity": { - "stops": [ - [ - 15, - 0.15 - ], - [ - 17, - 0.05 - ] - ] - } - }, - "paint.night": { - "fill-color": "#fdfdad", - "fill-opacity": { - "stops": [ - [ - 15, - 0.25 - ], - [ - 17, - 0.05 - ] - ] - } - } - }, - { - "id": "hillshade_shadow_faint", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 89 - ], - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [ - [ - 14, - 0.06 - ], - [ - 17, - 0.01 - ] - ] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [ - [ - 6, - 0.15 - ], - [ - 13, - 0.2 - ], - [ - 17, - 0.01 - ] - ] - } - } - }, - { - "id": "hillshade_shadow_med", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 78 - ], - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [ - [ - 14, - 0.06 - ], - [ - 17, - 0.01 - ] - ] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [ - [ - 6, - 0.15 - ], - [ - 13, - 0.2 - ], - [ - 17, - 0.01 - ] - ] - } - } - }, - { - "id": "hillshade_shadow_dark", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 67 - ], - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [ - [ - 14, - 0.06 - ], - [ - 17, - 0.01 - ] - ] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [ - [ - 6, - 0.15 - ], - [ - 13, - 0.2 - ], - [ - 17, - 0.01 - ] - ] - } - } - }, - { - "id": "hillshade_shadow_extreme", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 56 - ], - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [ - [ - 14, - 0.06 - ], - [ - 17, - 0.01 - ] - ] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [ - [ - 6, - 0.15 - ], - [ - 13, - 0.2 - ], - [ - 17, - 0.01 - ] - ] - } - } - }, - { - "id": "contour_line_loud", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": [ - "==", - "index", - 5 - ], - "paint": { - "line-color": "#000", - "line-width": 1.2, - "line-opacity": { - "stops": [ - [ - 11, - 0.1 - ], - [ - 12, - 0.2 - ] - ] - } - }, - "paint.night": { - "line-color": "@contour_night", - "line-opacity": { - "stops": [ - [ - 11, - 0.1 - ], - [ - 12, - 0.4 - ] - ] - } - } - }, - { - "id": "contour_line_regular", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": [ - "!=", - "index", - 5 - ], - "paint": { - "line-color": "#000", - "line-width": 1.2, - "line-opacity": { - "stops": [ - [ - 11, - 0.05 - ], - [ - 12, - 0.1 - ] - ] - } - }, - "paint.night": { - "line-color": "@contour_night", - "line-opacity": { - "stops": [ - [ - 11, - 0.1 - ], - [ - 12, - 0.2 - ] - ] - } - } - }, - { - "id": "barrier_line_gate", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": [ - "==", - "class", - "gate" - ], - "paint": { - "line-width": 2.5, - "line-color": "#aab" - }, - "paint.night": { - "line-color": "#59596f" - } - }, - { - "id": "barrier_line_fence", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "minzoom": 16, - "filter": [ - "==", - "class", - "fence" - ], - "paint": { - "line-color": "#aeada3", - "line-width": "@fence_width" - }, - "paint.night": { - "line-color": "#014b61" - } - }, - { - "id": "barrier_line_hedge", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "minzoom": 15, - "filter": [ - "==", - "class", - "hedge" - ], - "paint": { - "line-color": "#8de99b", - "line-width": "@hedge_width" - }, - "paint.night": { - "line-color": "#2e7a57" - } - }, - { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "@water", - "fill-outline-color": "#a2bdc0" - }, - "paint.night": { - "fill-color": "@water_night", - "fill-outline-color": "@water_dark_night" - } - }, - { - "id": "overlay_wetland", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": [ - "in", - "class", - "wetland", - "wetland_noveg" - ], - "paint": { - "fill-color": "rgba(210,225,225,0.2)", - "fill-image": "wetland_noveg_64" - }, - "paint.night": {} - }, - { - "id": "overlay_breakwater_pier", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": [ - "in", - "class", - "breakwater", - "pier" - ], - "paint": { - "fill-color": "@land" - }, - "paint.night": { - "fill-color": "@land_night" - } - }, - { - "id": "barrier_line_land_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": [ - "all", - [ - "==", - "class", - "land" - ], - [ - "==", - "$type", - "Polygon" - ] - ], - "paint": { - "fill-color": "@land" - }, - "paint.night": { - "fill-color": "@land_night" - } - }, - { - "id": "barrier_line_land", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": [ - "all", - [ - "==", - "class", - "land" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "paint": { - "line-color": "@land", - "line-width": "@barrier_line_land_width" - }, - "paint.night": { - "line-color": "@land_night" - } - }, - { - "id": "barrier_line_cliff", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "minzoom": 12, - "filter": [ - "==", - "class", - "cliff" - ], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#987", - "line-width": { - "stops": [ - [ - 12, - 1 - ], - [ - 20, - 2 - ] - ] - } - }, - "paint.night": { - "line-color": "#63574b" - } - }, - { - "id": "aeroway_runway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "filter": [ - "all", - [ - "==", - "type", - "runway" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "paint": { - "line-color": "#ddd", - "line-width": "@runway_width" - }, - "paint.night": { - "line-color": "#367" - } - }, - { - "id": "aeroway_taxiway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "filter": [ - "all", - [ - "==", - "type", - "taxiway" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "paint": { - "line-color": "#ddd", - "line-width": "@taxiway_width" - }, - "paint.night": { - "line-color": "#367" - } - }, - { - "id": "aeroway_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "aeroway", - "filter": [ - "all", - [ - "==", - "$type", - "Polygon" - ], - [ - "!=", - "type", - "apron" - ] - ], - "paint": { - "fill-color": "#ddd" - }, - "paint.night": { - "fill-color": "#367" - } - }, - { - "id": "tunnel_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "==", - "class", - "path" - ], - "paint": { - "line-color": "#ffd", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, - { - "id": "tunnel_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "==", - "class", - "motorway_link" - ], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@motorway_link_casing_width", - "line-gap-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, - { - "id": "tunnel_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "==", - "class", - "service" - ], - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-dasharray": "@tunnel_dasharray", - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": {} - }, - { - "id": "tunnel_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "all", - [ - "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "paint": { - "line-color": "@street_case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, - { - "id": "tunnel_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "==", - "class", - "main" - ], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [ - [ - 8, - 0 - ], - [ - 9, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, - { - "id": "tunnel_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "==", - "class", - "motorway" - ], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [ - [ - 8.5, - 0 - ], - [ - 9, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, - { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, - { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "paint": { - "line-color": "#eeeeee", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@service_night" - } - }, - { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "paint": { - "line-color": "#eeeeee", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, - { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@main_width", - "line-opacity": { - "stops": [ - [ - 5.5, - 0 - ], - [ - 6, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, - { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [ - [ - 5.5, - 0 - ], - [ - 6, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, - { - "id": "tunnel_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "==", - "class", - "major_rail" - ], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": {} - }, - { - "id": "tunnel_major_rail_hatching", - "ref": "tunnel_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": "@major_rail_hatching_dasharray", - "line-width": "@major_rail_hatching_width" - }, - "paint.night": {} - }, - { - "id": "tunnel_path_all", - "ref": "tunnel_path_bg", - "paint": { - "line-color": "#bba", - "line-opacity": 0.4, - "line-dasharray": "@path_dasharray_primary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, - { - "id": "road_pedestrian", - "type": "fill", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "all", - [ - "==", - "type", - "pedestrian" - ], - [ - "==", - "$type", - "Polygon" - ] - ], - "paint": { - "fill-color": "#ffd", - "fill-opacity": 0.4 - }, - "paint.night": { - "fill-color": "@land_night", - "fill-opacity": 0.2 - } - }, - { - "id": "road_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "class", - "path" - ], - "paint": { - "line-color": "#ffd", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, - { - "id": "road_path_bg_piste", - "ref": "road_path_piste", - "paint": { - "line-color": "#cce", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, - { - "id": "road_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "class", - "motorway_link" - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width", - "line-gap-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, - { - "id": "road_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "class", - "service" - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": {} - }, - { - "id": "road_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "all", - [ - "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@street_case", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, - { - "id": "road_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "class", - "main" - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [ - [ - 8, - 0 - ], - [ - 9, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, - { - "id": "road_motorway_casing_high", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "class", - "motorway" - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [ - [ - 8.5, - 0 - ], - [ - 9, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, - { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, - { - "id": "road_service", - "ref": "road_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@street_night", - "line-width": "@service_width" - } - }, - { - "id": "road_street", - "ref": "road_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, - { - "id": "road_main", - "ref": "road_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [ - [ - 5.5, - 0 - ], - [ - 6, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "@main_night" - } - }, - { - "id": "road_motorway_casing_low", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "maxzoom": 12, - "filter": [ - "==", - "class", - "motorway" - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [ - [ - 9, - 0 - ], - [ - 9.5, - 1 - ], - [ - 12, - 0 - ] - ] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, - { - "id": "road_motorway", - "ref": "road_motorway_casing_high", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [ - [ - 5.5, - 0 - ], - [ - 6, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, - { - "id": "road_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "class", - "major_rail" - ], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": {} - }, - { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": "@major_rail_hatching_dasharray", - "line-width": "@major_rail_hatching_width" - }, - "paint.night": {} - }, - { - "id": "road_path_walk", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "in", - "type", - "footway", - "path", - "other" - ], - "paint": { - "line-color": "#bba", - "line-dasharray": "@path_dasharray_primary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, - { - "id": "road_path_hike", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "in", - "type", - "hiking", - "trail" - ], - "paint": { - "line-color": "#c97", - "line-dasharray": "@path_dasharray_secondary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, - { - "id": "road_path_cycleway", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "type", - "cycleway" - ], - "paint": { - "line-color": "#488", - "line-dasharray": "@path_dasharray_primary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#94e6ff" - } - }, - { - "id": "road_path_mtb", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "type", - "mtb" - ], - "paint": { - "line-color": "#488", - "line-dasharray": "@path_dasharray_secondary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#94e6ff" - } - }, - { - "id": "road_path_piste", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "type", - "piste" - ], - "paint": { - "line-color": "#87b", - "line-dasharray": "@path_dasharray_primary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#715dae" - } - }, - { - "id": "road_path_steps", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "type", - "steps" - ], - "paint": { - "line-color": "#bba", - "line-dasharray": [ - 0.3, - 0.2 - ], - "line-width": "@path_steps_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, - { - "id": "bridge_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "path" - ], - "paint": { - "line-color": "#ffd", - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night" - } - }, - { - "id": "bridge_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "motorway_link" - ], - "paint": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width", - "line-gap-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, - { - "id": "bridge_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "service" - ], - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": {} - }, - { - "id": "bridge_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "all", - [ - "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "paint": { - "line-color": "@street_case", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, - { - "id": "bridge_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "main" - ], - "paint": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [ - [ - 8, - 0 - ], - [ - 9, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, - { - "id": "bridge_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "motorway" - ], - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [ - [ - 8.5, - 0 - ], - [ - 9, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, - { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, - { - "id": "bridge_service", - "ref": "bridge_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, - { - "id": "bridge_street", - "ref": "bridge_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, - { - "id": "bridge_main", - "ref": "bridge_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [ - [ - 5.5, - 0 - ], - [ - 6, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "@main_night" - } - }, - { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [ - [ - 5.5, - 0 - ], - [ - 6, - 1 - ] - ] - } - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, - { - "id": "bridge_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "major_rail" - ], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": {} - }, - { - "id": "bridge_major_rail_hatching", - "ref": "bridge_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": "@major_rail_hatching_dasharray", - "line-width": "@major_rail_hatching_width" - }, - "paint.night": {} - }, - { - "id": "bridge_path_all", - "ref": "bridge_path_bg", - "paint": { - "line-color": "#bba", - "line-dasharray": "@path_dasharray_primary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, - { - "id": "bridge_aerialway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "aerialway" - ], - "paint": { - "line-color": "white", - "line-opacity": 0.5, - "line-width": "@aerialway_casing_width", - "line-gap-width": "@aerialway_width" - }, - "paint.night": { - "line-color": "#015e7a" - } - }, - { - "id": "bridge_aerialway", - "ref": "bridge_aerialway_casing", - "paint": { - "line-color": "#876", - "line-width": "@aerialway_width" - }, - "paint.night": { - "line-color": "#ffdd80" - } - }, - { - "id": "bridge_aerialway_hatching", - "ref": "bridge_aerialway_casing", - "paint": { - "line-color": "#876", - "line-dasharray": { - "stops": [ - [ - 12, - [ - 0.1, - 6 - ] - ], - [ - 15, - [ - 0.12, - 12 - ] - ], - [ - 18, - [ - 0.15, - 18 - ] - ] - ] - }, - "line-width": "@aerialway_hatching_width" - }, - "paint.night": { - "line-color": "#ffdd80" - } - }, - { - "id": "admin_l3", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": [ - "in", - "admin_level", - 3, - 4, - 5 - ], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "#88a", - "line-dasharray": [ - 3, - 1 - ], - "line-opacity": { - "stops": [ - [ - 3, - 0 - ], - [ - 4, - 1 - ] - ] - }, - "line-width": "@admin_l3_width" - }, - "paint.night": { - "line-color": "@admin_night" - } - }, - { - "id": "admin_l2", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": [ - "==", - "admin_level", - 2 - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#88a", - "line-width": "@admin_l2_width" - }, - "paint.night": { - "line-color": "@admin_night" - } - }, - { - "id": "admin_maritime_cover", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": [ - "==", - "maritime", - 1 - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": 5 - }, - "paint.night": { - "line-color": "@water_night" - } - }, - { - "id": "admin_maritime", - "ref": "admin_maritime_cover", - "paint": { - "line-color": "#c0d6d6", - "line-width": { - "stops": [ - [ - 5, - 1 - ], - [ - 7, - 2 - ], - [ - 11, - 3 - ] - ] - } - }, - "paint.night": { - "line-color": "#0a1347" - } - }, - { - "id": "country_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": [ - "==", - "$type", - "Point" - ], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 6 - }, - "paint": { - "text-color": "@country_text", - "text-halo-color": "@text_halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": "@country_label_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, - { - "id": "marine_label_line_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": [ - "all", - [ - "==", - "$type", - "LineString" - ], - [ - "==", - "labelrank", - 1 - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 30, - "text-letter-spacing": 0.4, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [ - [ - 3, - 25 - ], - [ - 4, - 30 - ] - ] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, - { - "id": "marine_label_line_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": [ - "all", - [ - "==", - "$type", - "LineString" - ], - [ - "==", - "labelrank", - 2 - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 24, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 0.8, - "stops": [ - [ - 3, - 14 - ], - [ - 5, - 24 - ] - ] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, - { - "id": "marine_label_line_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": [ - "all", - [ - "==", - "$type", - "LineString" - ], - [ - "==", - "labelrank", - 3 - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 18, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 1.2, - "stops": [ - [ - 3, - 13 - ], - [ - 5, - 18 - ] - ] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, - { - "id": "marine_label_line_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": [ - "all", - [ - "==", - "$type", - "LineString" - ], - [ - "in", - "labelrank", - 4, - 5, - 6 - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 16, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [ - [ - 4, - 12 - ], - [ - 6, - 16 - ] - ] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, - { - "id": "marine_label_point_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": [ - "all", - [ - "==", - "$type", - "Point" - ], - [ - "==", - "labelrank", - 1 - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 30, - "text-max-width": 8, - "text-letter-spacing": 0.4, - "text-line-height": 2 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [ - [ - 3, - 25 - ], - [ - 4, - 30 - ] - ] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, - { - "id": "marine_label_point_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": [ - "all", - [ - "==", - "$type", - "Point" - ], - [ - "==", - "labelrank", - 2 - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 24, - "text-max-width": 8, - "text-letter-spacing": 0.2, - "text-line-height": 1.5 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 0.8, - "stops": [ - [ - 3, - 14 - ], - [ - 5, - 24 - ] - ] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, - { - "id": "marine_label_point_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": [ - "all", - [ - "==", - "$type", - "Point" - ], - [ - "==", - "labelrank", - 3 - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 18, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.3 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 1.2, - "stops": [ - [ - 3, - 13 - ], - [ - 5, - 18 - ] - ] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, - { - "id": "marine_label_point_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": [ - "all", - [ - "==", - "$type", - "Point" - ], - [ - "in", - "labelrank", - 4, - 5, - 6 - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 16, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.2 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [ - [ - 4, - 12 - ], - [ - 6, - 16 - ] - ] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, - { - "id": "state_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "state_label", - "maxzoom": 9, - "filter": [ - "==", - "$type", - "Point" - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 16, - "text-max-width": 8 - }, - "paint": { - "text-color": "#333", - "text-halo-color": "rgba(244,239,225,0.8)", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [ - [ - 4, - 12 - ], - [ - 9, - 16 - ] - ] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@land_night" - } - }, - { - "id": "place_label_city_l", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 14, - "filter": [ - "all", - [ - "==", - "type", - "city" - ], - [ - "<=", - "scalerank", - 3 - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#4a4032", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [ - [ - 4, - 11 - ], - [ - 10, - 20 - ] - ] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, - { - "id": "place_label_city_s", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 14, - "filter": [ - "all", - [ - "==", - "type", - "city" - ], - [ - "!in", - "scalerank", - 0, - 1, - 2, - 3 - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#4a4032", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [ - [ - 4, - 10 - ], - [ - 14, - 20 - ] - ] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, - { - "id": "place_label_town", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "minzoom": 7, - "maxzoom": 16, - "filter": [ - "all", - [ - "==", - "type", - "town" - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 24, - "text-max-width": 8 - }, - "paint": { - "text-color": "#716656", - "text-halo-color": "@text_stroke", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "base": 1.1, - "stops": [ - [ - 9, - 12 - ], - [ - 15, - 22 - ] - ] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, - { - "id": "place_label_village", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, - "filter": [ - "all", - [ - "==", - "type", - "village" - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#635644", - "text-halo-color": "@text_stroke", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "base": 1.1, - "stops": [ - [ - 10, - 11 - ], - [ - 16, - 20 - ] - ] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, - { - "id": "place_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 17, - "filter": [ - "all", - [ - "in", - "type", - "hamlet", - "suburb", - "neighbourhood" - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 18, - "text-max-width": 6 - }, - "paint": { - "text-color": "#7d6c55", - "text-halo-color": "@text_stroke", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "base": 1.1, - "stops": [ - [ - 12, - 11 - ], - [ - 17, - 20 - ] - ] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, - { - "id": "road_label_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": [ - "all", - [ - "in", - "class", - "motorway", - "main" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "text-field": "@name", - "text-padding": 2, - "text-font": "@sans_lt", - "text-max-size": 18, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_1_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, - { - "id": "road_label_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": [ - "all", - [ - "in", - "class", - "street", - "street_limited" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "text-field": "@name", - "text-padding": 2, - "text-font": "@sans_lt", - "text-max-size": 16, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_2_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-size": "@road_label_2_size" - } - }, - { - "id": "road_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": [ - "all", - [ - "in", - "class", - "service", - "driveway", - "path" - ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-padding": 2, - "text-max-size": 14, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_3_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, - { - "id": "contour_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "contour", - "filter": [ - "in", - "index", - 5, - 10 - ], - "layout": { - "text-field": "{ele} m", - "text-font": "@sans_lt", - "text-max-size": 10, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@land", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": 10 - }, - "paint.night": { - "text-color": "@contour_night", - "text-halo-color": "@land_night" - } - }, - { - "id": "water_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "water_label", - "filter": [ - "==", - "$type", - "Point" - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 14, - "text-max-width": 8 - }, - "paint": { - "text-color": "@water_dark", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [ - [ - 13, - 12 - ], - [ - 14, - 14 - ] - ] - } - }, - "paint.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night", - "text-halo-width": 1, - "text-halo-blur": 1 - } - }, - { - "id": "waterway_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "waterway_label", - "filter": [ - "==", - "$type", - "LineString" - ], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 12, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@water_dark", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5 - }, - "paint.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night", - "text-halo-width": 1, - "text-halo-blur": 1 - } - }, - { - "id": "poi_label_1-2", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 6, - "filter": [ - "all", - [ - "in", - "scalerank", - 1, - 2 - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 12, - "text-max-width": 10, - "text-offset": [ - 0, - 0.6 - ], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": "@poi_label_1-2_size", - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, - { - "id": "poi_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 15, - "filter": [ - "all", - [ - "==", - "scalerank", - 3 - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 11, - "text-max-width": 10, - "text-offset": [ - 0, - 0.6 - ], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": "@poi_label_3_size", - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, - { - "id": "poi_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 16, - "filter": [ - "all", - [ - "==", - "scalerank", - 4 - ], - [ - "==", - "$type", - "Point" - ] - ], - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 10, - "text-max-width": 10, - "text-offset": [ - 0, - 0.6 - ], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": 10, - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - } - ] - }, - "pencil": { - "version": 7, - "name": "Pencil", - "constants": { - "@land": "rgba(0,0,0,0)", - "@water": "#73b6e6", - "@park": "#c8df9f", - "@road": "#fefefe", - "@border": "#6d90ab", - "@wood": "#33AA66", - "@building": "#d9ccbe", - "@building_outline": "#d2c6b9", - "@text": "#000000", - "@satellite_brightness_low": 0, - "@satellite_brightness_high": 1, - "@satellite_saturation": 2, - "@satellite_spin": 0 - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/pencil", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [ - { - "id": "background", - "type": "background", - "paint": { - "background-image": "natural_paper_seamless_s" - } - }, - { - "id": "park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": [ - "in", - "class", - "park", - "cemetery" - ], - "paint": { - "fill-image": "shade_light", - "fill-antialias": true - } - }, - { - "id": "park_outline", - "type": "line", - "source": "mapbox", - "source-layer": "landuse", - "minzoom": 11, - "filter": [ - "all", - [ - "in", - "class", - "park", - "cemetery" - ], - [ - "==", - "$type", - "Polygon" - ] - ], - "paint": { - "line-image": "line_shade_22_1", - "line-width": { - "base": 1.3, - "stops": [ - [ - 11, - 1 - ], - [ - 20, - 11 - ] - ] - }, - "line-opacity": { - "stops": [ - [ - 11, - 0 - ], - [ - 12, - 0.4 - ] - ] - } - } - }, - { - "id": "hillshade_highlight_bright", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 94 - ], - "paint": { - "fill-color": "#ffffff", - "fill-opacity": 0.3 - } - }, - { - "id": "hillshade_highlight_med", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 90 - ], - "paint": { - "fill-color": "#ffffff", - "fill-opacity": 0.3 - } - }, - { - "id": "hillshade_shadow_faint", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 89 - ], - "paint": { - "fill-image": "shade_dark", - "fill-opacity": 0.3 - } - }, - { - "id": "hillshade_shadow_med", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 78 - ], - "paint": { - "fill-image": "shade_dark", - "fill-opacity": 0.3 - } - }, - { - "id": "hillshade_shadow_dark", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 67 - ], - "paint": { - "fill-image": "shade_dark", - "fill-opacity": 0.3 - } - }, - { - "id": "hillshade_shadow_extreme", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": [ - "==", - "level", - 56 - ], - "paint": { - "fill-image": "shade_dark", - "fill-opacity": 0.3 - } - }, - { - "id": "contour_line_loud", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": [ - "==", - "index", - 5 - ], - "paint": { - "line-image": "line_solid_6", - "line-width": 3, - "line-opacity": 0.5 - } - }, - { - "id": "contour_line_regular", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": [ - "!=", - "index", - 5 - ], - "paint": { - "line-image": "line_dotted_4", - "line-width": 2, - "line-opacity": 0.5 - } - }, - { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-image": "water_pattern_s", - "fill-antialias": true - } - }, - { - "id": "water_line", - "type": "line", - "source": "mapbox", - "source-layer": "water", - "minzoom": 2, - "paint": { - "line-width": { - "stops": [ - [ - 14, - 1 - ], - [ - 20, - 3 - ] - ] - }, - "line-color": "#888888", - "line-opacity": 0.5 - } - }, - { - "id": "tunnel_path", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "in", - "class", - "path" - ], - "paint": { - "line-image": "line_dotted_4", - "line-width": 2, - "line-opacity": 0.25 - } - }, - { - "id": "tunnel_service", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": [ - "==", - "class", - "service" - ], - "paint": { - "line-image": "line_solid_6", - "line-width": 3, - "line-opacity": { - "stops": [ - [ - 15, - 0 - ], - [ - 15.25, - 0.25 - ] - ] - } - } - }, - { - "id": "tunnel_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "minzoom": 12, - "filter": [ - "==", - "class", - "motorway" - ], - "paint": { - "line-image": "line_double_20", - "line-width": 10, - "line-opacity": 0.25 - } - }, - { - "id": "tunnel_main_motorwaylink_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "minzoom": 13, - "filter": [ - "in", - "class", - "main", - "motorway_link" - ], - "paint": { - "line-image": "line_double_18", - "line-width": 9, - "line-opacity": 0.25 - } - }, - { - "id": "tunnel_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "minzoom": 14, - "filter": [ - "in", - "class", - "street", - "street_limited" - ], - "paint": { - "line-image": "line_double_16", - "line-width": 8, - "line-opacity": 0.25 - } - }, - { - "id": "road_motorway_low_dash1", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 7, - "maxzoom": 11, - "filter": [ - "==", - "class", - "motorway" - ], - "paint": { - "line-color": "#000000", - "line-width": { - "stops": [ - [ - 7, - 1 - ], - [ - 9, - 1.6 - ] - ] - }, - "line-opacity": { - "stops": [ - [ - 7, - 0.2 - ], - [ - 8, - 0.1 - ], - [ - 10, - 0.1 - ], - [ - 11, - 0 - ] - ] - }, - "line-dasharray": [ - 2, - 1 - ] - } - }, - { - "id": "road_motorway_low_dash2", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 7, - "maxzoom": 11, - "filter": [ - "==", - "class", - "motorway" - ], - "paint": { - "line-color": "#000000", - "line-width": { - "stops": [ - [ - 7, - 1 - ], - [ - 9, - 2.6 - ] - ] - }, - "line-opacity": { - "stops": [ - [ - 7, - 0.2 - ], - [ - 8, - 0.1 - ], - [ - 10, - 0.1 - ], - [ - 11, - 0 - ] - ] - }, - "line-dasharray": [ - 12, - 1 - ] - } - }, - { - "id": "road_main_motorwaylink_low", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 7, - "maxzoom": 11, - "filter": [ - "in", - "class", - "main", - "motorway_link" - ], - "paint": { - "line-color": "#222222", - "line-width": { - "stops": [ - [ - 7, - 1 - ], - [ - 11, - 1.2 - ] - ] - }, - "line-opacity": { - "stops": [ - [ - 7, - 0.25 - ], - [ - 10, - 0.25 - ], - [ - 11, - 0 - ] - ] - } - } - }, - { - "id": "road_motorway_mid", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 10, - "maxzoom": 12, - "filter": [ - "==", - "class", - "motorway" - ], - "paint": { - "line-image": "line_solid_7", - "line-width": 4, - "line-opacity": { - "stops": [ - [ - 10, - 0 - ], - [ - 11, - 1 - ] - ] - } - } - }, - { - "id": "road_main_motorwaylink_mid", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 10, - "maxzoom": 13, - "filter": [ - "in", - "class", - "main", - "motorway_link" - ], - "paint": { - "line-image": "line_solid_7", - "line-width": 4, - "line-opacity": { - "stops": [ - [ - 10, - 0 - ], - [ - 11, - 1 - ] - ] - } - } - }, - { - "id": "road_street_mid", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "maxzoom": 14, - "filter": [ - "in", - "class", - "street", - "street_limited" - ], - "paint": { - "line-image": "line_solid_6", - "line-width": 3, - "line-opacity": { - "stops": [ - [ - 12, - 0 - ], - [ - 12.5, - 1 - ] - ] - } - } - }, - { - "id": "road_path", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "in", - "class", - "path" - ], - "paint": { - "line-image": "line_dotted_4", - "line-width": 2 - } - }, - { - "id": "road_service", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": [ - "==", - "class", - "service" - ], - "paint": { - "line-image": "line_solid_6", - "line-width": 3, - "line-opacity": { - "stops": [ - [ - 15, - 0 - ], - [ - 15.25, - 1 - ] - ] - } - } - }, - { - "id": "road_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 12, - "filter": [ - "==", - "class", - "motorway" - ], - "layout": { - "line-cap": "butt", - "line-join": "miter" - }, - "paint": { - "line-image": "line_double_20", - "line-width": 10 - } - }, - { - "id": "road_main_motorwaylink_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 13, - "filter": [ - "in", - "class", - "main", - "motorway_link" - ], - "layout": { - "line-cap": "butt", - "line-join": "bevel" - }, - "paint": { - "line-image": "line_double_18", - "line-width": 9 - } - }, - { - "id": "road_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 14, - "filter": [ - "in", - "class", - "street", - "street_limited" - ], - "paint": { - "line-image": "line_double_16", - "line-width": 8 - } - }, - { - "id": "road_motorway", - "ref": "road_motorway_casing", - "paint": { - "line-image": "line_double_20_mask", - "line-width": 10 - } - }, - { - "id": "road_main_motorwaylink", - "ref": "road_main_motorwaylink_casing", - "paint": { - "line-image": "line_double_18_mask", - "line-width": 9 - } - }, - { - "id": "road_street", - "ref": "road_street_casing", - "paint": { - "line-image": "line_double_16_mask", - "line-width": 8 - } - }, - { - "id": "bridge_path", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "in", - "class", - "path" - ], - "paint": { - "line-image": "line_dotted_4", - "line-width": 2 - } - }, - { - "id": "bridge_service", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": [ - "==", - "class", - "service" - ], - "paint": { - "line-image": "line_solid_6", - "line-width": 3, - "line-opacity": { - "stops": [ - [ - 15, - 0 - ], - [ - 15.25, - 1 - ] - ] - } - } - }, - { - "id": "bridge_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 12, - "filter": [ - "==", - "class", - "motorway" - ], - "layout": { - "line-cap": "butt", - "line-join": "miter" - }, - "paint": { - "line-image": "line_double_20", - "line-width": 10 - } - }, - { - "id": "bridge_main_motorwaylink_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 13, - "filter": [ - "in", - "class", - "main", - "motorway_link" - ], - "layout": { - "line-cap": "butt", - "line-join": "bevel" - }, - "paint": { - "line-image": "line_double_18", - "line-width": 9 - } - }, - { - "id": "bridge_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, - "filter": [ - "in", - "class", - "street", - "street_limited" - ], - "paint": { - "line-image": "line_double_16", - "line-width": 8 - } - }, - { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "paint": { - "line-image": "line_double_20_mask", - "line-width": 10 - } - }, - { - "id": "bridge_main_motorwaylink", - "ref": "bridge_main_motorwaylink_casing", - "paint": { - "line-image": "line_double_18_mask", - "line-width": 9 - } - }, - { - "id": "bridge_street", - "ref": "bridge_street_casing", - "paint": { - "line-image": "line_double_16_mask", - "line-width": 8 - } - }, - { - "id": "building", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "minzoom": 14, - "paint": { - "fill-antialias": true, - "fill-image": "shade_medium", - "fill-opacity": { - "stops": [ - [ - 12, - 0 - ], - [ - 13, - 1 - ] - ] - } - } - }, - { - "id": "building_outline", - "type": "line", - "source": "mapbox", - "source-layer": "building", - "minzoom": 14, - "paint": { - "line-image": "line_solid_6", - "line-width": { - "base": 1.3, - "stops": [ - [ - 14, - 1 - ], - [ - 17, - 3 - ] - ] - } - } - }, - { - "id": "admin_3_4_glow", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": [ - "all", - [ - ">=", - "admin_level", - 3 - ], - [ - "==", - "maritime", - 0 - ] - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#e3e3e3", - "line-opacity": 0.8, - "line-width": { - "stops": [ - [ - 3, - 4 - ], - [ - 6, - 6 - ] - ] - } - } - }, - { - "id": "admin_3_4", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": [ - "all", - [ - ">=", - "admin_level", - 3 - ], - [ - "==", - "maritime", - 0 - ] - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#666666", - "line-opacity": 0.5, - "line-width": { - "stops": [ - [ - 5, - 1 - ], - [ - 9, - 2.2 - ] - ] - }, - "line-dasharray": [ - 1, - 0.5, - 1.5, - 0.5, - 0.5, - 0.5, - 2, - 0.5, - 2.5, - 0.5 - ] - } - }, - { - "id": "admin_2_maritime", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": [ - "all", - [ - "==", - "admin_level", - 2 - ], - [ - "==", - "maritime", - 1 - ] - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#666666", - "line-opacity": 0.5, - "line-width": { - "stops": [ - [ - 3, - 1.2 - ], - [ - 6, - 2.2 - ] - ] - }, - "line-dasharray": [ - 2, - 2, - 1.5, - 1.5 - ] - } - }, - { - "id": "admin_2_glow", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": [ - "all", - [ - "==", - "admin_level", - 2 - ], - [ - "==", - "maritime", - 0 - ] - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#e3e3e3", - "line-opacity": 0.8, - "line-width": { - "stops": [ - [ - 3, - 6 - ], - [ - 6, - 8 - ] - ] - } - } - }, - { - "id": "admin_2", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": [ - "all", - [ - "==", - "admin_level", - 2 - ], - [ - "==", - "maritime", - 0 - ] - ], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#666666", - "line-opacity": 0.8, - "line-width": { - "stops": [ - [ - 3, - 1.2 - ], - [ - 6, - 2.2 - ] - ] - }, - "line-dasharray": [ - 1, - 0.5, - 1.5, - 0.5, - 0.5, - 0.5, - 2, - 0.5, - 2.5, - 0.5 - ] - } - } - ] - }, - "satellite": { - "version": 7, - "name": "Satellite", - "constants": { - "@state_dash": [ - 0, - 2.5 - ], - "@sans_ital": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "@road-width-major": { - "stops": [ - [ - 5, - 0.8 - ], - [ - 6, - 1 - ], - [ - 7, - 1.8 - ], - [ - 8, - 2 - ], - [ - 9, - 2.3 - ], - [ - 10, - 2.5 - ], - [ - 11, - 2.5 - ], - [ - 12, - 2.8 - ], - [ - 13, - 3 - ], - [ - 14, - 3 - ], - [ - 15, - 6 - ], - [ - 16, - 7 - ], - [ - 17, - 9 - ], - [ - 18, - 16 - ] - ] - }, - "@road-min": 12, - "@road-width-motorwaylink": { - "stops": [ - [ - 6, - 1 - ], - [ - 12, - 3 - ], - [ - 18, - 8 - ] - ] - }, - "@highway-opacity": 0.4, - "@land": "#fff", - "@name": "{name_en}", - "@water_label": "aqua", - "@number-1": { - "base": 1, - "stops": [ - [ - 16, - 0 - ], - [ - 20, - 0.2 - ] - ] - }, - "@admin-opacity": 0.5, - "@admin_level_2_width": { - "base": 1, - "stops": [ - [ - 4, - 1.4 - ], - [ - 5, - 2 - ], - [ - 12, - 8 - ] - ] - }, - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@admin": "#9e9cab", - "@admin_level_3_width": { - "base": 1, - "stops": [ - [ - 4, - 0.4 - ], - [ - 5, - 1 - ], - [ - 12, - 3 - ] - ] - }, - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@water": "#79d3e3", - "@road-width-med": { - "stops": [ - [ - 14, - 0 - ], - [ - 19, - 8 - ] - ] - }, - "@offwhite": "#ddd", - "@halo": "rgba(0,0,0,0.75)", - "@road-opacity": 0.2, - "@service_line": "#e6f2f2", - "@road-width-min": { - "stops": [ - [ - 11, - 0.5 - ], - [ - 13, - 1.6 - ], - [ - 14, - 2 - ], - [ - 15, - 3 - ], - [ - 16, - 6 - ], - [ - 17, - 10 - ] - ] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6" - }, - "satellite": { - "type": "raster", - "url": "mapbox://mapbox.satellite", - "tileSize": 256 - }, - "Mapbox Terrain V2": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-terrain-v2" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/bright", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [ - { - "id": "background", - "type": "background", - "paint.labels": { - "background-color": "rgb(4,7,14)" - } - }, - { - "id": "satellite", - "type": "raster", - "source": "satellite", - "source-layer": "mapbox_satellite_full", - "paint": { - "raster-fade-duration": 100 - }, - "paint.contours": { - "raster-opacity": { - "base": 1, + "maki", + "park", + "golf", + "cemetery", + "zoo", + "campsite", + "swimming", + "dog-park" + ], + [ + "<=", + "scalerank", + 1 + ] + ], + "layout": { + "text-line-height": 1.2, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": { "stops": [ [ - 11, - 1 + 13, + "{maki}-11" ], [ - 12, - 0.5 + 14, + "{maki}-15" ] ] - } + }, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@poi-scalerank1", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 2, + "visibility": "visible", + "text-offset": [ + 0, + 1 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": "{name_en}", + "text-letter-spacing": 0.02, + "text-max-width": 8 + }, + "paint": { + "text-color": "@label-park", + "text-halo-color": "@halo", + "text-halo-width": 1, + "text-halo-blur": 0, + "text-size": "@poi-scalerank1" } }, { - "id": "province_border", - "type": "line", - "source": "mapbox", - "source-layer": "admin", + "id": "water-label", + "type": "symbol", + "source": "composite", + "source-layer": "water_label", + "minzoom": 5, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - ">=", - "admin_level", - 3 - ], - [ - "==", - "maritime", - 0 + ">", + "area", + 10000 ] ], "layout": { - "line-join": "bevel", - "line-cap": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "@offwhite", - "line-dasharray": "@state_dash", - "line-width": { + "text-field": "{name_en}", + "visibility": "visible", + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular", + "text-max-width": 7, + "text-max-size": { "base": 1, "stops": [ [ - 4, - 1 + 13, + 13 ], [ - 12, - 3 + 18, + 18 ] ] - }, - "line-opacity": { + } + }, + "paint": { + "text-halo-width": 0, + "text-size": { + "base": 1, "stops": [ [ - 3, - 0 + 13, + 13 ], [ - 3.5, - 0.5 + 18, + 18 ] ] - } + }, + "text-halo-color": "@halo", + "text-color": "@label-water-dark", + "text-halo-blur": 1.5 } }, { - "id": "country_border", - "type": "line", - "source": "mapbox", - "source-layer": "admin", + "id": "water-label-sm", + "type": "symbol", + "source": "composite", + "source-layer": "water_label", + "minzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "admin_level", - 2 - ], - [ - "==", - "disputed", - 0 - ], - [ - "==", - "maritime", - 0 + "<=", + "area", + 10000 ] ], "layout": { - "line-join": "round", - "line-cap": "round" + "text-field": "{name_en}", + "visibility": "visible", + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular", + "text-max-width": 7, + "text-max-size": { + "base": 1, + "stops": [ + [ + 16, + 13 + ], + [ + 20, + 16 + ] + ] + } }, "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { + "text-halo-width": 0, + "text-size": { "base": 1, "stops": [ [ - 4, - 0.5 + 16, + 13 ], [ - 16, - 2 + 20, + 16 ] ] }, - "line-opacity": 0.75 + "text-halo-color": "@halo", + "text-color": "@label-water-dark", + "text-halo-blur": 1.5 } }, { - "id": "admin_level_maritime", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "minzoom": 5, + "id": "rail-label", + "type": "symbol", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 12, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "maritime", - 1 + "in", + "type", + "Rail Station" ] ], "layout": { - "line-join": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "@water", - "line-opacity": "@admin-opacity", - "line-dasharray": "@state_dash", - "line-width": "@admin_level_3_width" - } - }, - { - "id": "street", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 14, - "maxzoom": 18.1, - "filter": [ - "all", - [ - "!=", - "class", - "path" + "symbol-min-distance": 250, + "icon-image": "{network}-11", + "symbol-avoid-edges": true, + "text-max-size": { + "base": 1, + "stops": [ + [ + 13, + 6 + ], + [ + 14, + 11 + ], + [ + 16, + 11 + ], + [ + 20, + 13 + ] + ] + }, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "icon-allow-overlap": false, + "symbol-placement": "point", + "text-justify": "center", + "visibility": "visible", + "text-offset": [ + 0, + 1 ], - [ - "==", - "$type", - "LineString" - ] - ], - "layout": { - "line-cap": "round" + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": { + "base": 1, + "stops": [ + [ + 0, + "" + ], + [ + 13, + "{name_en}" + ] + ] + }, + "text-letter-spacing": 0.02, + "icon-padding": 0, + "text-max-width": 7 }, "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { + "text-color": "@label-poi", + "text-halo-color": "@halo", + "text-halo-width": 1.5, + "text-size": "@poi-scalerank3", + "icon-halo-width": 4, + "icon-halo-color": "#fff", + "text-opacity": { "base": 1, "stops": [ [ - 12, + 13.99, 0 ], [ - 16, - 3 + 14, + 1 ] ] - }, - "line-opacity": "@road-opacity" + } } }, { - "id": "motorway_link", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "maxzoom": 12, + "id": "poi-parks-scalerank2", + "type": "symbol", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 13, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "motorway_link" + "in", + "maki", + "park", + "golf", + "cemetery", + "zoo", + "campsite", + "swimming", + "dog-park" + ], + [ + "in", + "scalerank", + 2 ] ], "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { + "text-line-height": 1.2, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": { "stops": [ [ - 6, - 0.5 + 14, + "{maki}-11" ], [ - 12, - 1 + 15, + "{maki}-15" ] ] }, - "line-opacity": 0.6 + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@poi-scalerank2", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 2, + "visibility": "visible", + "text-offset": [ + 0, + 1.25 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": "{name_en}", + "text-letter-spacing": 0.02, + "text-max-width": 8 + }, + "paint": { + "text-color": "@label-park", + "text-halo-color": "@halo", + "text-halo-width": 1.25, + "text-size": "@poi-scalerank2" } }, { - "id": "bridge_line_motorway", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "maxzoom": 12, + "id": "poi-scalerank2", + "type": "symbol", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 13, + "maxzoom": 22, + "interactive": true, "filter": [ "all", + [ + "!in", + "maki", + "rail-light", + "rail-metro", + "rail", + "airport", + "airfield", + "heliport", + "rocket", + "park", + "golf", + "cemetery", + "zoo", + "campsite", + "swimming", + "dog-park" + ], [ "in", - "class", - "motorway" + "scalerank", + 2 ] ], - "paint": { - "line-opacity": 0 + "layout": { + "text-line-height": 1.2, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": { + "stops": [ + [ + 14, + "{maki}-11" + ], + [ + 15, + "{maki}-15" + ] + ] + }, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@poi-scalerank2", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 2, + "visibility": "visible", + "text-offset": [ + 0, + 1.25 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", + "text-field": "{name_en}", + "text-letter-spacing": 0.02, + "text-max-width": 8 }, - "paint.labels": { - "line-color": "white", - "line-width": 5, - "line-opacity": "@highway-opacity" + "paint": { + "text-color": "@label-poi", + "text-halo-color": "@halo", + "text-halo-width": 1.25, + "text-size": "@poi-scalerank2" } }, { - "id": "motorway_line", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 6, - "maxzoom": 12, + "id": "interstate_motorway_shields", + "type": "symbol", + "source": "composite", + "source-layer": "road_label", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "class", - "motorway" + "in", + "shield", + "us-interstate", + "us-interstate-business", + "us-interstate-duplex" + ], + [ + "<=", + "reflen", + 6 ] ], "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { + "text-allow-overlap": false, + "symbol-min-distance": 1000, + "icon-image": "{shield}-{reflen}-small", + "icon-rotation-alignment": "viewport", + "symbol-avoid-edges": false, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 9, + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "symbol-placement": { "base": 1, "stops": [ [ - 6, - 0.5 + 10, + "point" ], [ - 12, - 1 + 11, + "line" ] ] }, - "line-opacity": 0.6 + "text-padding": 2, + "visibility": "visible", + "text-rotation-alignment": "viewport", + "text-field": "{ref}", + "text-letter-spacing": 0.05, + "icon-padding": { + "base": 0.7, + "stops": [ + [ + 6, + 2 + ], + [ + 14, + 20 + ] + ] + } + }, + "paint": { + "text-size": 9, + "text-color": "#fff", + "icon-halo-color": "rgba(0, 0, 0, 1)", + "icon-halo-width": 1, + "text-opacity": 1, + "icon-color": "white", + "text-halo-color": "@halo", + "text-halo-width": 0 } }, { - "id": "street_bridge", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, - "maxzoom": 18.1, + "id": "other-motorway-shields", + "type": "symbol", + "source": "composite", + "source-layer": "road_label", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "!=", - "class", - "path" + "!in", + "shield", + "us-interstate", + "us-interstate-business", + "us-interstate-duplex" ], [ - "==", - "$type", - "LineString" + "<=", + "reflen", + 6 ] ], "layout": { - "line-cap": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { + "text-allow-overlap": false, + "symbol-min-distance": 1000, + "icon-image": "{shield}-{reflen}-small", + "icon-rotation-alignment": "viewport", + "symbol-avoid-edges": false, + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": 9, + "text-font": "DIN Offc Pro Bold, Arial Unicode MS Bold", + "symbol-placement": { + "base": 1, + "stops": [ + [ + 10, + "point" + ], + [ + 11, + "line" + ] + ] + }, + "text-padding": 2, + "visibility": "visible", + "text-rotation-alignment": "viewport", + "text-field": "{ref}", + "text-letter-spacing": 0.05, + "icon-padding": { "base": 1, "stops": [ [ - 12, - 0 + 6, + 2 ], [ - 16, - 3 + 14, + 20 ] ] - }, - "line-opacity": "@road-opacity" + } + }, + "paint": { + "text-size": 9, + "text-color": "@label-road", + "icon-halo-color": "rgba(0, 0, 0, 1)", + "icon-halo-width": 1, + "text-opacity": 1, + "icon-color": "white", + "text-halo-color": "@halo", + "text-halo-width": 0 } }, { - "id": "bridge_street", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, - "maxzoom": 18.1, + "id": "road-label-large", + "type": "symbol", + "source": "composite", + "source-layer": "road_label", + "minzoom": 0, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", "class", "main", - "street", - "street_limited" + "motorway" ] ], - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { + "layout": { + "text-allow-overlap": false, + "symbol-min-distance": 500, + "text-ignore-placement": false, + "text-max-angle": 30, + "text-max-size": { + "base": 1, "stops": [ [ - 12, - 0 + 9, + 10 ], [ - 16, - 3 + 20, + 16 ] ] }, - "line-opacity": "@road-opacity" - } - }, - { - "id": "contour", - "type": "line", - "source": "Mapbox Terrain V2", - "source-layer": "contour", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "$type", - "Polygon" - ] - ], - "layout": {}, - "paint": { - "line-opacity": 0 + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 1, + "visibility": "visible", + "text-rotation-alignment": "map", + "text-field": "{name_en}", + "text-letter-spacing": 0.01 }, - "paint.contours": { - "line-color": "#00fcdc", - "line-opacity": 0.5, - "line-dasharray": [ - 1, - 1 - ], - "line-width": 1.75 - } - }, - { - "id": "contour_fifth", - "type": "line", - "source": "Mapbox Terrain V2", - "source-layer": "contour", - "minzoom": 0, - "maxzoom": 22, - "filter": [ - "all", - [ - "==", - "$type", - "Polygon" - ], - [ - "==", - "index", - 5 - ] - ], - "layout": {}, "paint": { - "line-opacity": 0 - }, - "paint.contours": { - "line-color": "#00fcdc", - "line-opacity": 0.75, - "line-width": 1 + "text-color": "@label-road", + "text-halo-color": "rgba(255,255,255, 0.75)", + "text-halo-width": 1, + "text-size": { + "base": 1, + "stops": [ + [ + 9, + 10 + ], + [ + 20, + 16 + ] + ] + }, + "text-halo-blur": 1 } }, { - "id": "marine_label_1arge", + "id": "road-label-medium", "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "source": "composite", + "source-layer": "road_label", + "minzoom": 11, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "in", + "class", + "street", + "street_limited" ], [ - "==", - "labelrank", - 1 + "in", + "$type", + "LineString" ] ], "layout": { + "symbol-min-distance": 500, + "text-max-angle": 30, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 1, + "visibility": "visible", + "text-rotation-alignment": "map", "text-field": "{name_en}", - "text-font": "@sans_ital", - "text-max-size": 30, - "text-letter-spacing": 0.4, - "text-line-height": 1.8 + "text-letter-spacing": 0.01 }, "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "@water_label", - "text-size": 20, - "text-opacity": 0.4 + "text-color": "@label-road", + "text-halo-color": "@halo", + "text-halo-width": 1, + "text-size": { + "base": 1, + "stops": [ + [ + 11, + 10 + ], + [ + 20, + 14 + ] + ] + } } }, { - "id": "marine_label_medium", + "id": "road-label-small", "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "source": "composite", + "source-layer": "road_label", + "minzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "!in", + "class", + "motorway", + "main", + "street_limited", + "street" ], [ "in", - "labelrank", - 2, - 3, - 4, - 5 + "$type", + "LineString" ] ], "layout": { + "symbol-min-distance": 500, + "text-ignore-placement": false, + "text-max-angle": 30, + "text-max-size": 12, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-padding": 1, + "visibility": "visible", + "text-rotation-alignment": "map", "text-field": "{name_en}", - "text-font": "@sans_ital", - "text-max-size": 30, - "text-letter-spacing": 0.3, - "text-line-height": 1.5, - "text-max-width": 6 + "text-letter-spacing": 0.01 }, "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "@water_label", + "text-color": "@label-road", + "text-halo-color": "@halo", + "text-halo-width": 1.25, "text-size": { "base": 1, "stops": [ [ - 3, - 15 + 15, + 10 ], [ - 8, - 20 + 20, + 13 ] ] }, - "text-opacity": 0.4 + "text-halo-blur": 1 } }, { - "id": "marine_label_small", + "id": "poi-parks-scalerank3", "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "in", + "maki", + "park", + "cemetery", + "golf", + "zoo" ], [ "in", - "labelrank", - 6, - 7 + "scalerank", + 3 ] ], "layout": { + "text-line-height": 1.2, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "{maki}-11", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@poi-scalerank3", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 2, + "visibility": "visible", + "text-offset": [ + 0, + 1 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", "text-field": "{name_en}", - "text-font": "@sans_ital", - "text-max-width": 20, - "text-letter-spacing": 0.2, - "text-line-height": 1.8 + "text-letter-spacing": 0.02, + "text-max-width": 8 }, "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "@water_label", - "text-size": 22, - "text-opacity": 0.3 + "text-color": "@label-park", + "text-halo-color": "@halo", + "text-halo-width": 1, + "text-size": "@poi-scalerank3" } }, { - "id": "country_label", + "id": "poi-scalerank3", "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "!in", + "maki", + "rail-light", + "rail-metro", + "rail", + "airport", + "airfield", + "heliport", + "rocket", + "park", + "golf", + "cemetery", + "zoo", + "campsite", + "swimming", + "dog-park" + ], + [ + "in", + "scalerank", + 3 ] ], "layout": { + "text-line-height": 1.2, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "{maki}-11", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@poi-scalerank3", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 1, + "visibility": "visible", + "text-offset": [ + 0, + 1 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", "text-field": "{name_en}", - "text-font": "@sans_bd", - "text-transform": "uppercase", - "text-max-size": 26, - "text-max-width": 4, - "text-letter-spacing": 0.2 + "text-letter-spacing": 0.02, + "text-max-width": 8 }, "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-opacity": 0.7, - "text-halo-color": "black", - "text-halo-width": 0, - "text-size": { - "stops": [ - [ - 2, - 8 - ], - [ - 4, - 18 - ] - ] - } + "text-color": "@label-poi", + "text-halo-color": "@halo", + "text-halo-width": 1, + "text-size": "@poi-scalerank3" } }, { - "id": "state_label", + "id": "poi-parks_scalerank4", "type": "symbol", - "source": "mapbox", - "source-layer": "state_label", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 16, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Point" + "in", + "maki", + "park", + "cemetery", + "golf", + "zoo", + "playground", + "" + ], + [ + "in", + "scalerank", + 4 ] ], "layout": { + "text-line-height": 1.2, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "{maki}-11", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@poi-scalerank4", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 1, + "visibility": "visible", + "text-offset": [ + 0, + 1 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", "text-field": "{name_en}", - "text-font": "@sans_bd", - "text-max-size": 12, - "text-max-width": 18, - "text-transform": "uppercase", - "text-letter-spacing": 0.2 + "text-letter-spacing": 0.02, + "text-max-width": 8 }, "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-opacity": 0.5, - "text-size": { - "stops": [ - [ - 4, - 12 - ], - [ - 9, - 28 - ] - ] - } + "text-color": "@label-park", + "text-halo-color": "@halo", + "text-halo-width": 1, + "text-size": "@poi-scalerank4" } }, { - "id": "place_label_city_big", + "id": "poi-scalerank4-l1", "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 16, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "type", - "city" + "!in", + "maki", + "rail-light", + "rail-metro", + "rail", + "airport", + "airfield", + "heliport", + "rocket", + "park", + "golf", + "cemetery", + "zoo", + "campsite", + "swimming", + "dog-park" ], [ "in", - "localrank", - 0, - 1 + "scalerank", + 4 ], [ - "==", - "$type", - "Point" + "<=", + "localrank", + 14 ] ], "layout": { + "text-line-height": 1.2, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "{maki}-11", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@poi-scalerank4", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 1, + "visibility": "visible", + "text-offset": [ + 0, + 1 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", "text-field": "{name_en}", - "text-font": "Open Sans Bold, Arial Unicode MS Bold", - "text-max-size": 26, - "icon-image": "dot.sdf", - "text-padding": 20, - "text-letter-spacing": 0.05, - "text-max-width": 5, - "text-line-height": 1.2 + "text-letter-spacing": 0.02, + "text-max-width": 8 }, "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-size": { - "base": 1, - "stops": [ - [ - 6, - 14 - ], - [ - 18, - 40 - ] - ] - }, - "text-color": "white", - "icon-halo-color": "black", - "icon-halo-width": 1, - "text-opacity": 0.9, - "text-translate": { - "stops": [ - [ - 5.99, - [ - 0, - 13 - ] - ], - [ - 6, - [ - 0, - 0 - ] - ] - ], - "base": 1 - }, - "icon-color": "#fff", + "text-color": "@label-poi", "text-halo-color": "@halo", - "icon-size": 0.5, - "text-halo-width": { - "base": 1, - "stops": [ - [ - 6, - 1 - ], - [ - 20, - 2.5 - ] - ] - }, - "icon-opacity": { - "base": 1, - "stops": [ - [ - 5.9, - 1 - ], - [ - 6, - 0 - ] - ] - } + "text-halo-width": 1, + "text-size": "@poi-scalerank4" } }, { - "id": "place_label_city_medium", + "id": "poi-scalerank4-l15", "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", + "source": "composite", + "source-layer": "poi_label", + "minzoom": 17, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "type", - "city" + "!in", + "maki", + "rail-light", + "rail-metro", + "rail", + "airport", + "airfield", + "heliport", + "rocket", + "park", + "golf", + "cemetery", + "zoo", + "campsite", + "swimming", + "dog-park" ], [ "in", - "localrank", - 3, - 4, - 5, - 2 + "scalerank", + 4 ], [ - "==", - "$type", - "Point" + ">=", + "localrank", + 15 ] ], "layout": { + "text-line-height": 1.2, + "text-allow-overlap": false, + "symbol-min-distance": 250, + "icon-image": "{maki}-11", + "text-ignore-placement": false, + "text-max-angle": 38, + "text-max-size": "@poi-scalerank4", + "text-font": "DIN Offc Pro Medium, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-padding": 2, + "visibility": "visible", + "text-offset": [ + 0, + 1 + ], + "icon-optional": false, + "text-rotation-alignment": "viewport", + "text-anchor": "top", "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 8, - "text-padding": 20, - "text-max-width": 5, - "icon-image": "dot.sdf", - "text-anchor": "top" + "text-letter-spacing": 0.02, + "text-max-width": 8 }, "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-size": { - "base": 1, - "stops": [ - [ - 8, - 12 - ], - [ - 18, - 24 - ] - ] - }, - "text-color": "white", - "icon-halo-color": "black", - "icon-halo-width": 0.75, - "text-opacity": 0.9, - "text-translate": [ - 0, - 3.5 - ], - "icon-color": "#fff", + "text-color": "@label-poi", "text-halo-color": "@halo", - "icon-size": 0.4, - "text-halo-width": 1 + "text-halo-width": 1, + "text-size": "@poi-scalerank4" } }, { - "id": "place_label_city_small", + "id": "waterway-label", "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", + "source": "composite", + "source-layer": "waterway_label", + "minzoom": 12, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "type", - "city" - ], [ "in", - "localrank", - 6, - 7, - 8, - 9 - ], - [ - "==", - "$type", - "Point" + "class", + "river" ] ], "layout": { "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 8, - "text-max-width": 18, - "text-padding": 20, - "text-letter-spacing": 0.1 + "visibility": "visible", + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular", + "symbol-placement": "line", + "text-max-angle": 30 }, "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-halo-color": "@halo", + "text-halo-width": 0.5, "text-size": { "base": 1, "stops": [ [ - 8, - 10 + 13, + 12 ], [ 18, - 30 + 16 ] ] }, - "text-halo-width": 1, - "text-opacity": 0.9 + "text-halo-color": "@halo", + "text-color": "@label-water-dark", + "text-halo-blur": 0.5 } }, { - "id": "place_label_town", + "id": "contour-index-label", "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", + "source": "composite", + "source-layer": "contour", + "minzoom": 14, + "maxzoom": 22, + "interactive": true, "filter": [ "all", - [ - "==", - "type", - "town" - ], [ "in", - "scalerank", - 1, - 2, - 3 - ], - [ - "==", - "$type", - "Point" + "index", + 5 ] ], "layout": { - "text-field": "{name_en}", - "text-font": "@sans_bd", - "text-max-size": 8, - "text-max-width": 18 + "text-field": "{ele} m", + "symbol-placement": "line", + "text-max-size": 9.5, + "text-max-angle": 25, + "visibility": "visible", + "text-padding": 5, + "text-font": "DIN Offc Pro Regular, Arial Unicode MS Regular" }, "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-halo-color": "@halo", - "text-size": { - "base": 1, - "stops": [ - [ - 4, - 8 - ], - [ - 20, - 26 - ] - ] - }, + "text-size": 9.5, + "text-color": "#a7a696", "text-halo-width": 1, - "text-opacity": 0.9 + "text-halo-blur": 1, + "text-halo-color": "rgba(237,233,217, 0.25)" } }, { - "id": "place_label_neighbourhood_hamlet", + "id": "housenum-label", "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", + "source": "composite", + "source-layer": "housenum_label", + "minzoom": 17, + "maxzoom": 22, + "interactive": true, + "layout": { + "visibility": "visible", + "text-field": "{house_num}", + "text-font": "DIN Offc Pro Italic, Arial Unicode MS Regular", + "symbol-placement": "point", + "text-max-size": 9.5, + "text-padding": 4, + "text-max-width": 7 + }, + "paint": { + "text-size": 9.5, + "text-color": "#b2aca5", + "text-halo-color": "@building", + "text-halo-width": 1.5, + "text-halo-blur": 0 + } + }, + { + "id": "bridge-oneway-arrows-white", + "type": "symbol", + "source": "composite", + "source-layer": "bridge", + "minzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "type", - "neighbourhood", - "hamlet" + "oneway", + 1 ], [ - "==", - "$type", - "Point" + "any", + [ + "in", + "class", + "motorway", + "motorway_link" + ], + [ + "in", + "type", + "trunk" + ] ] ], "layout": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-width": 8, - "text-letter-spacing": 0.25, - "text-padding": 50 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-halo-color": "@halo", - "text-size": { + "symbol-min-distance": 250, + "symbol-placement": "line", + "icon-image": { "base": 1, "stops": [ [ - 12, - 10 + 16, + "oneway-spaced-white-small" ], [ - 16, - 24 + 17, + "oneway-spaced-white-large" ] ] }, - "text-halo-width": 1.5, - "text-halo-blur": 1, - "text-opacity": 0.8 - } + "icon-ignore-placement": false + }, + "paint": {} }, { - "id": "street_label", + "id": "bridge-oneway-arrows-color", "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", + "source": "composite", + "source-layer": "bridge", + "minzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "LineString" + "in", + "oneway", + 1 + ], + [ + "in", + "class", + "main", + "street", + "street_limited" + ], + [ + "!=", + "type", + "trunk" ] ], "layout": { - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-field": "@name", - "text-max-size": 13, + "symbol-min-distance": 250, "symbol-placement": "line", - "text-transform": "none", - "text-letter-spacing": 0.15 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-opacity": 1, - "text-color": "white", - "text-halo-color": "black", - "text-halo-width": 1, - "text-size": { + "icon-image": { + "base": 1, "stops": [ [ - 15, - 12 + 16, + "oneway-spaced-small" ], [ - 20, - 18 + 17, + "oneway-spaced-large" ] ] }, - "text-halo-blur": 1.75 - } + "icon-ignore-placement": false + }, + "paint": {} }, { - "id": "poi_label_big", + "id": "road-oneway-arrows-white", "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 6, + "source": "composite", + "source-layer": "road", + "minzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "<=", - "localrank", - 2 - ], - [ - "==", - "$type", - "Point" + "in", + "oneway", + 1 ], [ - "in", - "maki", - "park", - "airfield", - "golf", - "cemetery", - "garden" + "any", + [ + "in", + "class", + "motorway", + "motorway_link" + ], + [ + "in", + "type", + "trunk" + ] ] ], "layout": { - "text-field": "{name}", - "text-padding": 60, - "text-font": "@sans_ital", - "text-max-size": 12, - "text-max-width": 6, - "text-anchor": "top", - "text-letter-spacing": 0.1 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-size": { + "symbol-min-distance": 250, + "symbol-placement": "line", + "icon-image": { + "base": 1, "stops": [ [ - 13, - 12 + 16, + "oneway-spaced-white-small" ], [ - 16, - 18 + 17, + "oneway-spaced-white-large" ] ] }, - "text-halo-color": "#333", - "text-halo-width": 1.5, - "icon-size": 3.5, - "icon-color": "#fff", - "text-opacity": 0.9 - } + "icon-ignore-placement": false, + "icon-padding": 2 + }, + "paint": {} }, { - "id": "poi_label_dot", + "id": "road-oneway-arrows-color", "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 6, + "source": "composite", + "source-layer": "road", + "minzoom": 15, + "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "<=", - "localrank", - 2 + "in", + "oneway", + 1 ], [ - "==", - "$type", - "Point" + "in", + "class", + "main", + "street", + "street_limited" ], [ - "in", - "maki", - "school", - "museum", - "hospital", - "monument", - "library", - "embassy", - "college" + "!=", + "type", + "trunk" ] ], "layout": { - "text-line-height": 1.1, - "icon-image": "dot.sdf", - "text-max-size": 12, - "text-font": "@sans_ital", - "text-padding": 12, - "text-offset": [ - 0, - 0.3 - ], - "text-anchor": "top", - "text-field": "{name}", - "text-letter-spacing": 0.05, - "text-max-width": 6, - "icon-max-size": 1 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-size": { + "symbol-min-distance": 250, + "symbol-placement": "line", + "icon-image": { + "base": 1, "stops": [ [ - 10, - 8 + 16, + "oneway-spaced-small" ], [ - 16, - 16 + 17, + "oneway-spaced-large" ] ] }, - "text-color": "white", - "icon-halo-blur": 0.75, - "icon-halo-color": "black", - "icon-halo-width": 0.75, - "text-opacity": 0.9, - "text-translate": [ - 0, - 3 - ], - "icon-color": "#fff", - "text-halo-color": "#333", - "icon-size": 0.5, - "text-halo-width": 1.25 - } + "icon-ignore-placement": false, + "icon-rotation-alignment": "map", + "icon-padding": 2 + }, + "paint": {} }, { - "id": "food/retail_label", + "id": "tunnel-oneway-arrows-white", "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 0, + "source": "composite", + "source-layer": "tunnel", + "minzoom": 15, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ "in", - "maki", - "restaurant", - "fast-food", - "bar", - "music", - "grocery", - "shop", - "cinema" + "oneway", + 1 + ], + [ + "any", + [ + "in", + "class", + "motorway", + "motorway_link" + ], + [ + "in", + "type", + "trunk" + ] ] ], - "layout": {}, - "paint": { - "text-opacity": 0 - }, - "paint.labels": {} - }, - { - "id": "waterway_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "waterway_label", - "minzoom": 0, - "maxzoom": 22, "layout": { - "text-field": "{name}", + "symbol-min-distance": 250, "symbol-placement": "line", - "text-letter-spacing": 0.1, - "text-transform": "none", - "text-max-angle": 30, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "@water_label", - "text-halo-width": 1, - "text-halo-color": "black", - "text-size": { + "icon-image": { "base": 1, "stops": [ [ - 12, - 12 + 16, + "oneway-spaced-white-small" ], [ - 20, - 18 + 17, + "oneway-spaced-white-large" ] ] }, - "text-opacity": 0.75 - } + "icon-ignore-placement": false + }, + "paint": {} }, { - "id": "contour_label", + "id": "tunnel-oneway-arrows-color", "type": "symbol", - "source": "Mapbox Terrain V2", - "source-layer": "contour", - "minzoom": 0, + "source": "composite", + "source-layer": "tunnel", + "minzoom": 15, "maxzoom": 22, + "interactive": true, "filter": [ "all", [ - "==", - "$type", - "Polygon" + "in", + "oneway", + 1 ], [ - "==", - "index", - 5 + "in", + "class", + "main", + "street", + "street_limited" + ], + [ + "!=", + "type", + "trunk" ] ], "layout": { + "symbol-min-distance": 250, "symbol-placement": "line", - "text-field": "{ele}", - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-letter-spacing": 0, - "text-line-height": 1.6, - "text-max-angle": 10, - "text-rotation-alignment": "map" - }, - "paint": { - "text-size": 0 + "icon-image": { + "base": 1, + "stops": [ + [ + 16, + "oneway-spaced-small" + ], + [ + 17, + "oneway-spaced-large" + ] + ] + }, + "icon-ignore-placement": false }, - "paint.contours": { - "text-opacity": 1, - "text-halo-blur": 0, - "text-size": 12, - "text-halo-width": 1, - "text-halo-color": "#333", - "text-color": "#00fcdc" - } + "paint": {} } - ] + ], + "owner": "nicki", + "modified": "2015-05-07T16:43:40.332Z", + "created": "2015-05-07T16:00:16.592Z", + "id": "nicki.7bfc461f" } } \ No newline at end of file diff --git a/sprites/bright-src/.DS_Store b/sprites/bright-src/.DS_Store deleted file mode 100644 index 7d1bd954..00000000 Binary files a/sprites/bright-src/.DS_Store and /dev/null differ diff --git a/sprites/bright-src/_assets/-12.png b/sprites/bright-src/_assets/-12.png deleted file mode 100644 index cef46797..00000000 Binary files a/sprites/bright-src/_assets/-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/-12@2x.png b/sprites/bright-src/_assets/-12@2x.png deleted file mode 100644 index a4ac8a02..00000000 Binary files a/sprites/bright-src/_assets/-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/-18.png b/sprites/bright-src/_assets/-18.png deleted file mode 100644 index 440173f5..00000000 Binary files a/sprites/bright-src/_assets/-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/-18@2x.png b/sprites/bright-src/_assets/-18@2x.png deleted file mode 100644 index 3a020891..00000000 Binary files a/sprites/bright-src/_assets/-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/-24.png b/sprites/bright-src/_assets/-24.png deleted file mode 100644 index a4ac8a02..00000000 Binary files a/sprites/bright-src/_assets/-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/-24@2x.png b/sprites/bright-src/_assets/-24@2x.png deleted file mode 100644 index bc402cfa..00000000 Binary files a/sprites/bright-src/_assets/-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airfield-12.png b/sprites/bright-src/_assets/airfield-12.png deleted file mode 100644 index 48804e90..00000000 Binary files a/sprites/bright-src/_assets/airfield-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airfield-12@2x.png b/sprites/bright-src/_assets/airfield-12@2x.png deleted file mode 100644 index 15489959..00000000 Binary files a/sprites/bright-src/_assets/airfield-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airfield-18.png b/sprites/bright-src/_assets/airfield-18.png deleted file mode 100644 index ea06e3b7..00000000 Binary files a/sprites/bright-src/_assets/airfield-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airfield-18@2x.png b/sprites/bright-src/_assets/airfield-18@2x.png deleted file mode 100644 index 35150155..00000000 Binary files a/sprites/bright-src/_assets/airfield-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airfield-24.png b/sprites/bright-src/_assets/airfield-24.png deleted file mode 100644 index db5da0f7..00000000 Binary files a/sprites/bright-src/_assets/airfield-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airfield-24@2x.png b/sprites/bright-src/_assets/airfield-24@2x.png deleted file mode 100644 index cb815ced..00000000 Binary files a/sprites/bright-src/_assets/airfield-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airport-12.png b/sprites/bright-src/_assets/airport-12.png deleted file mode 100644 index 5f60c16d..00000000 Binary files a/sprites/bright-src/_assets/airport-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airport-12@2x.png b/sprites/bright-src/_assets/airport-12@2x.png deleted file mode 100644 index 3438ea34..00000000 Binary files a/sprites/bright-src/_assets/airport-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airport-18.png b/sprites/bright-src/_assets/airport-18.png deleted file mode 100644 index 79a59e80..00000000 Binary files a/sprites/bright-src/_assets/airport-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airport-18@2x.png b/sprites/bright-src/_assets/airport-18@2x.png deleted file mode 100644 index 3cf46439..00000000 Binary files a/sprites/bright-src/_assets/airport-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airport-24.png b/sprites/bright-src/_assets/airport-24.png deleted file mode 100644 index de9d24d2..00000000 Binary files a/sprites/bright-src/_assets/airport-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/airport-24@2x.png b/sprites/bright-src/_assets/airport-24@2x.png deleted file mode 100644 index 2193a499..00000000 Binary files a/sprites/bright-src/_assets/airport-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/alcohol-shop-12.png b/sprites/bright-src/_assets/alcohol-shop-12.png deleted file mode 100644 index a32a4dbf..00000000 Binary files a/sprites/bright-src/_assets/alcohol-shop-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/alcohol-shop-12@2x.png b/sprites/bright-src/_assets/alcohol-shop-12@2x.png deleted file mode 100644 index d23ac760..00000000 Binary files a/sprites/bright-src/_assets/alcohol-shop-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/alcohol-shop-18.png b/sprites/bright-src/_assets/alcohol-shop-18.png deleted file mode 100644 index 2a7deeac..00000000 Binary files a/sprites/bright-src/_assets/alcohol-shop-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/alcohol-shop-18@2x.png b/sprites/bright-src/_assets/alcohol-shop-18@2x.png deleted file mode 100644 index 648afc97..00000000 Binary files a/sprites/bright-src/_assets/alcohol-shop-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/alcohol-shop-24.png b/sprites/bright-src/_assets/alcohol-shop-24.png deleted file mode 100644 index 41cba0d0..00000000 Binary files a/sprites/bright-src/_assets/alcohol-shop-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/alcohol-shop-24@2x.png b/sprites/bright-src/_assets/alcohol-shop-24@2x.png deleted file mode 100644 index 0a8798c1..00000000 Binary files a/sprites/bright-src/_assets/alcohol-shop-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/america-football-12.png b/sprites/bright-src/_assets/america-football-12.png deleted file mode 100644 index fc6c46e6..00000000 Binary files a/sprites/bright-src/_assets/america-football-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/america-football-12@2x.png b/sprites/bright-src/_assets/america-football-12@2x.png deleted file mode 100644 index ce49ed7c..00000000 Binary files a/sprites/bright-src/_assets/america-football-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/america-football-18.png b/sprites/bright-src/_assets/america-football-18.png deleted file mode 100644 index 0f0040fa..00000000 Binary files a/sprites/bright-src/_assets/america-football-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/america-football-18@2x.png b/sprites/bright-src/_assets/america-football-18@2x.png deleted file mode 100644 index eb4365aa..00000000 Binary files a/sprites/bright-src/_assets/america-football-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/america-football-24.png b/sprites/bright-src/_assets/america-football-24.png deleted file mode 100644 index 29cc32a3..00000000 Binary files a/sprites/bright-src/_assets/america-football-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/america-football-24@2x.png b/sprites/bright-src/_assets/america-football-24@2x.png deleted file mode 100644 index 7bf9f0fe..00000000 Binary files a/sprites/bright-src/_assets/america-football-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/art-gallery-12.png b/sprites/bright-src/_assets/art-gallery-12.png deleted file mode 100644 index fbde9ce7..00000000 Binary files a/sprites/bright-src/_assets/art-gallery-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/art-gallery-12@2x.png b/sprites/bright-src/_assets/art-gallery-12@2x.png deleted file mode 100644 index ff5cbb6a..00000000 Binary files a/sprites/bright-src/_assets/art-gallery-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/art-gallery-18.png b/sprites/bright-src/_assets/art-gallery-18.png deleted file mode 100644 index 99aece2f..00000000 Binary files a/sprites/bright-src/_assets/art-gallery-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/art-gallery-18@2x.png b/sprites/bright-src/_assets/art-gallery-18@2x.png deleted file mode 100644 index 77ded0a0..00000000 Binary files a/sprites/bright-src/_assets/art-gallery-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/art-gallery-24.png b/sprites/bright-src/_assets/art-gallery-24.png deleted file mode 100644 index 10099738..00000000 Binary files a/sprites/bright-src/_assets/art-gallery-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/art-gallery-24@2x.png b/sprites/bright-src/_assets/art-gallery-24@2x.png deleted file mode 100644 index 2548aec0..00000000 Binary files a/sprites/bright-src/_assets/art-gallery-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bakery-12.png b/sprites/bright-src/_assets/bakery-12.png deleted file mode 100644 index 34541c64..00000000 Binary files a/sprites/bright-src/_assets/bakery-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bakery-12@2x.png b/sprites/bright-src/_assets/bakery-12@2x.png deleted file mode 100644 index 6f3b1070..00000000 Binary files a/sprites/bright-src/_assets/bakery-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bakery-18.png b/sprites/bright-src/_assets/bakery-18.png deleted file mode 100644 index cae59278..00000000 Binary files a/sprites/bright-src/_assets/bakery-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bakery-18@2x.png b/sprites/bright-src/_assets/bakery-18@2x.png deleted file mode 100644 index 2fc5168f..00000000 Binary files a/sprites/bright-src/_assets/bakery-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bakery-24.png b/sprites/bright-src/_assets/bakery-24.png deleted file mode 100644 index ee606df7..00000000 Binary files a/sprites/bright-src/_assets/bakery-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bakery-24@2x.png b/sprites/bright-src/_assets/bakery-24@2x.png deleted file mode 100644 index 2428240e..00000000 Binary files a/sprites/bright-src/_assets/bakery-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bank-12.png b/sprites/bright-src/_assets/bank-12.png deleted file mode 100644 index 46100547..00000000 Binary files a/sprites/bright-src/_assets/bank-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bank-12@2x.png b/sprites/bright-src/_assets/bank-12@2x.png deleted file mode 100644 index 6275ea0d..00000000 Binary files a/sprites/bright-src/_assets/bank-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bank-18.png b/sprites/bright-src/_assets/bank-18.png deleted file mode 100644 index 5d91d0f9..00000000 Binary files a/sprites/bright-src/_assets/bank-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bank-18@2x.png b/sprites/bright-src/_assets/bank-18@2x.png deleted file mode 100644 index 6aa8a0c6..00000000 Binary files a/sprites/bright-src/_assets/bank-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bank-24.png b/sprites/bright-src/_assets/bank-24.png deleted file mode 100644 index b4c12045..00000000 Binary files a/sprites/bright-src/_assets/bank-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bank-24@2x.png b/sprites/bright-src/_assets/bank-24@2x.png deleted file mode 100644 index b4516309..00000000 Binary files a/sprites/bright-src/_assets/bank-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bar-12.png b/sprites/bright-src/_assets/bar-12.png deleted file mode 100644 index 761f17ee..00000000 Binary files a/sprites/bright-src/_assets/bar-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bar-12@2x.png b/sprites/bright-src/_assets/bar-12@2x.png deleted file mode 100644 index 40bd814a..00000000 Binary files a/sprites/bright-src/_assets/bar-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bar-18.png b/sprites/bright-src/_assets/bar-18.png deleted file mode 100644 index efad8d8c..00000000 Binary files a/sprites/bright-src/_assets/bar-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bar-18@2x.png b/sprites/bright-src/_assets/bar-18@2x.png deleted file mode 100644 index 684d38f1..00000000 Binary files a/sprites/bright-src/_assets/bar-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bar-24.png b/sprites/bright-src/_assets/bar-24.png deleted file mode 100644 index 742596e7..00000000 Binary files a/sprites/bright-src/_assets/bar-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bar-24@2x.png b/sprites/bright-src/_assets/bar-24@2x.png deleted file mode 100644 index 875381ad..00000000 Binary files a/sprites/bright-src/_assets/bar-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/baseball-12.png b/sprites/bright-src/_assets/baseball-12.png deleted file mode 100644 index e790df5a..00000000 Binary files a/sprites/bright-src/_assets/baseball-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/baseball-12@2x.png b/sprites/bright-src/_assets/baseball-12@2x.png deleted file mode 100644 index fd7295d7..00000000 Binary files a/sprites/bright-src/_assets/baseball-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/baseball-18.png b/sprites/bright-src/_assets/baseball-18.png deleted file mode 100644 index d1287c15..00000000 Binary files a/sprites/bright-src/_assets/baseball-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/baseball-18@2x.png b/sprites/bright-src/_assets/baseball-18@2x.png deleted file mode 100644 index 2964ebda..00000000 Binary files a/sprites/bright-src/_assets/baseball-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/baseball-24.png b/sprites/bright-src/_assets/baseball-24.png deleted file mode 100644 index 3eb2be28..00000000 Binary files a/sprites/bright-src/_assets/baseball-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/baseball-24@2x.png b/sprites/bright-src/_assets/baseball-24@2x.png deleted file mode 100644 index e7bcc46f..00000000 Binary files a/sprites/bright-src/_assets/baseball-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/basketball-12.png b/sprites/bright-src/_assets/basketball-12.png deleted file mode 100644 index 7a89c5be..00000000 Binary files a/sprites/bright-src/_assets/basketball-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/basketball-12@2x.png b/sprites/bright-src/_assets/basketball-12@2x.png deleted file mode 100644 index 45cc0df0..00000000 Binary files a/sprites/bright-src/_assets/basketball-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/basketball-18.png b/sprites/bright-src/_assets/basketball-18.png deleted file mode 100644 index 608779b5..00000000 Binary files a/sprites/bright-src/_assets/basketball-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/basketball-18@2x.png b/sprites/bright-src/_assets/basketball-18@2x.png deleted file mode 100644 index 93e24176..00000000 Binary files a/sprites/bright-src/_assets/basketball-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/basketball-24.png b/sprites/bright-src/_assets/basketball-24.png deleted file mode 100644 index 1840248d..00000000 Binary files a/sprites/bright-src/_assets/basketball-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/basketball-24@2x.png b/sprites/bright-src/_assets/basketball-24@2x.png deleted file mode 100644 index 46ad295b..00000000 Binary files a/sprites/bright-src/_assets/basketball-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/beer-12.png b/sprites/bright-src/_assets/beer-12.png deleted file mode 100644 index 29136dbc..00000000 Binary files a/sprites/bright-src/_assets/beer-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/beer-12@2x.png b/sprites/bright-src/_assets/beer-12@2x.png deleted file mode 100644 index e68d9616..00000000 Binary files a/sprites/bright-src/_assets/beer-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/beer-18.png b/sprites/bright-src/_assets/beer-18.png deleted file mode 100644 index 6cafaf1b..00000000 Binary files a/sprites/bright-src/_assets/beer-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/beer-18@2x.png b/sprites/bright-src/_assets/beer-18@2x.png deleted file mode 100644 index 9349dd2a..00000000 Binary files a/sprites/bright-src/_assets/beer-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/beer-24.png b/sprites/bright-src/_assets/beer-24.png deleted file mode 100644 index 0060554b..00000000 Binary files a/sprites/bright-src/_assets/beer-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/beer-24@2x.png b/sprites/bright-src/_assets/beer-24@2x.png deleted file mode 100644 index 9d0eaafe..00000000 Binary files a/sprites/bright-src/_assets/beer-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bicycle-12.png b/sprites/bright-src/_assets/bicycle-12.png deleted file mode 100644 index 532d128e..00000000 Binary files a/sprites/bright-src/_assets/bicycle-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bicycle-12@2x.png b/sprites/bright-src/_assets/bicycle-12@2x.png deleted file mode 100644 index c286ef0c..00000000 Binary files a/sprites/bright-src/_assets/bicycle-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bicycle-18.png b/sprites/bright-src/_assets/bicycle-18.png deleted file mode 100644 index 9b43a166..00000000 Binary files a/sprites/bright-src/_assets/bicycle-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bicycle-18@2x.png b/sprites/bright-src/_assets/bicycle-18@2x.png deleted file mode 100644 index 5a41488d..00000000 Binary files a/sprites/bright-src/_assets/bicycle-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bicycle-24.png b/sprites/bright-src/_assets/bicycle-24.png deleted file mode 100644 index 6bca2abd..00000000 Binary files a/sprites/bright-src/_assets/bicycle-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bicycle-24@2x.png b/sprites/bright-src/_assets/bicycle-24@2x.png deleted file mode 100644 index 3d7bb4bb..00000000 Binary files a/sprites/bright-src/_assets/bicycle-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/building-12.png b/sprites/bright-src/_assets/building-12.png deleted file mode 100644 index 3745d40d..00000000 Binary files a/sprites/bright-src/_assets/building-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/building-12@2x.png b/sprites/bright-src/_assets/building-12@2x.png deleted file mode 100644 index 3eb29cd9..00000000 Binary files a/sprites/bright-src/_assets/building-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/building-18.png b/sprites/bright-src/_assets/building-18.png deleted file mode 100644 index 64114607..00000000 Binary files a/sprites/bright-src/_assets/building-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/building-18@2x.png b/sprites/bright-src/_assets/building-18@2x.png deleted file mode 100644 index 4d91c9b0..00000000 Binary files a/sprites/bright-src/_assets/building-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/building-24.png b/sprites/bright-src/_assets/building-24.png deleted file mode 100644 index 281415d5..00000000 Binary files a/sprites/bright-src/_assets/building-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/building-24@2x.png b/sprites/bright-src/_assets/building-24@2x.png deleted file mode 100644 index 0f762af9..00000000 Binary files a/sprites/bright-src/_assets/building-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bus-12.png b/sprites/bright-src/_assets/bus-12.png deleted file mode 100644 index fe7c997c..00000000 Binary files a/sprites/bright-src/_assets/bus-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bus-12@2x.png b/sprites/bright-src/_assets/bus-12@2x.png deleted file mode 100644 index ad5a42e7..00000000 Binary files a/sprites/bright-src/_assets/bus-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bus-18.png b/sprites/bright-src/_assets/bus-18.png deleted file mode 100644 index a19a29c6..00000000 Binary files a/sprites/bright-src/_assets/bus-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bus-18@2x.png b/sprites/bright-src/_assets/bus-18@2x.png deleted file mode 100644 index 77b04944..00000000 Binary files a/sprites/bright-src/_assets/bus-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bus-24.png b/sprites/bright-src/_assets/bus-24.png deleted file mode 100644 index 5114fcbb..00000000 Binary files a/sprites/bright-src/_assets/bus-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/bus-24@2x.png b/sprites/bright-src/_assets/bus-24@2x.png deleted file mode 100644 index 99bcaed5..00000000 Binary files a/sprites/bright-src/_assets/bus-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cafe-12.png b/sprites/bright-src/_assets/cafe-12.png deleted file mode 100644 index ff1038d9..00000000 Binary files a/sprites/bright-src/_assets/cafe-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cafe-12@2x.png b/sprites/bright-src/_assets/cafe-12@2x.png deleted file mode 100644 index 8df4529d..00000000 Binary files a/sprites/bright-src/_assets/cafe-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cafe-18.png b/sprites/bright-src/_assets/cafe-18.png deleted file mode 100644 index ec9861fd..00000000 Binary files a/sprites/bright-src/_assets/cafe-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cafe-18@2x.png b/sprites/bright-src/_assets/cafe-18@2x.png deleted file mode 100644 index afecba06..00000000 Binary files a/sprites/bright-src/_assets/cafe-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cafe-24.png b/sprites/bright-src/_assets/cafe-24.png deleted file mode 100644 index f278fc93..00000000 Binary files a/sprites/bright-src/_assets/cafe-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cafe-24@2x.png b/sprites/bright-src/_assets/cafe-24@2x.png deleted file mode 100644 index 5d3281fc..00000000 Binary files a/sprites/bright-src/_assets/cafe-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/camera-12.png b/sprites/bright-src/_assets/camera-12.png deleted file mode 100644 index 388f10c7..00000000 Binary files a/sprites/bright-src/_assets/camera-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/camera-12@2x.png b/sprites/bright-src/_assets/camera-12@2x.png deleted file mode 100644 index 00a7de73..00000000 Binary files a/sprites/bright-src/_assets/camera-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/camera-18.png b/sprites/bright-src/_assets/camera-18.png deleted file mode 100644 index f30961af..00000000 Binary files a/sprites/bright-src/_assets/camera-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/camera-18@2x.png b/sprites/bright-src/_assets/camera-18@2x.png deleted file mode 100644 index 86371fdd..00000000 Binary files a/sprites/bright-src/_assets/camera-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/camera-24.png b/sprites/bright-src/_assets/camera-24.png deleted file mode 100644 index 3b201a66..00000000 Binary files a/sprites/bright-src/_assets/camera-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/camera-24@2x.png b/sprites/bright-src/_assets/camera-24@2x.png deleted file mode 100644 index 20bb55b9..00000000 Binary files a/sprites/bright-src/_assets/camera-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/campsite-12.png b/sprites/bright-src/_assets/campsite-12.png deleted file mode 100644 index 4cf74817..00000000 Binary files a/sprites/bright-src/_assets/campsite-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/campsite-12@2x.png b/sprites/bright-src/_assets/campsite-12@2x.png deleted file mode 100644 index 8e775ded..00000000 Binary files a/sprites/bright-src/_assets/campsite-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/campsite-18.png b/sprites/bright-src/_assets/campsite-18.png deleted file mode 100644 index 2673560d..00000000 Binary files a/sprites/bright-src/_assets/campsite-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/campsite-18@2x.png b/sprites/bright-src/_assets/campsite-18@2x.png deleted file mode 100644 index 2e10145b..00000000 Binary files a/sprites/bright-src/_assets/campsite-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/campsite-24.png b/sprites/bright-src/_assets/campsite-24.png deleted file mode 100644 index 4aabfe9d..00000000 Binary files a/sprites/bright-src/_assets/campsite-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/campsite-24@2x.png b/sprites/bright-src/_assets/campsite-24@2x.png deleted file mode 100644 index 35c91421..00000000 Binary files a/sprites/bright-src/_assets/campsite-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/car-12.png b/sprites/bright-src/_assets/car-12.png deleted file mode 100644 index 31583a41..00000000 Binary files a/sprites/bright-src/_assets/car-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/car-12@2x.png b/sprites/bright-src/_assets/car-12@2x.png deleted file mode 100644 index d130f8bf..00000000 Binary files a/sprites/bright-src/_assets/car-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/car-18.png b/sprites/bright-src/_assets/car-18.png deleted file mode 100644 index 3bacffa4..00000000 Binary files a/sprites/bright-src/_assets/car-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/car-18@2x.png b/sprites/bright-src/_assets/car-18@2x.png deleted file mode 100644 index e8ac7eaf..00000000 Binary files a/sprites/bright-src/_assets/car-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/car-24.png b/sprites/bright-src/_assets/car-24.png deleted file mode 100644 index c57ec34c..00000000 Binary files a/sprites/bright-src/_assets/car-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/car-24@2x.png b/sprites/bright-src/_assets/car-24@2x.png deleted file mode 100644 index 1a0b843b..00000000 Binary files a/sprites/bright-src/_assets/car-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cemetery-12.png b/sprites/bright-src/_assets/cemetery-12.png deleted file mode 100644 index 5f0ee2eb..00000000 Binary files a/sprites/bright-src/_assets/cemetery-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cemetery-12@2x.png b/sprites/bright-src/_assets/cemetery-12@2x.png deleted file mode 100644 index efe3143c..00000000 Binary files a/sprites/bright-src/_assets/cemetery-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cemetery-18.png b/sprites/bright-src/_assets/cemetery-18.png deleted file mode 100644 index 95aef212..00000000 Binary files a/sprites/bright-src/_assets/cemetery-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cemetery-18@2x.png b/sprites/bright-src/_assets/cemetery-18@2x.png deleted file mode 100644 index dc1850a7..00000000 Binary files a/sprites/bright-src/_assets/cemetery-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cemetery-24.png b/sprites/bright-src/_assets/cemetery-24.png deleted file mode 100644 index 7b800b3b..00000000 Binary files a/sprites/bright-src/_assets/cemetery-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cemetery-24@2x.png b/sprites/bright-src/_assets/cemetery-24@2x.png deleted file mode 100644 index fd4148fd..00000000 Binary files a/sprites/bright-src/_assets/cemetery-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/chemist-12.png b/sprites/bright-src/_assets/chemist-12.png deleted file mode 100644 index 7477431b..00000000 Binary files a/sprites/bright-src/_assets/chemist-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/chemist-12@2x.png b/sprites/bright-src/_assets/chemist-12@2x.png deleted file mode 100644 index 2123d8fb..00000000 Binary files a/sprites/bright-src/_assets/chemist-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/chemist-18.png b/sprites/bright-src/_assets/chemist-18.png deleted file mode 100644 index 9db3a6f6..00000000 Binary files a/sprites/bright-src/_assets/chemist-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/chemist-18@2x.png b/sprites/bright-src/_assets/chemist-18@2x.png deleted file mode 100644 index d9452e7d..00000000 Binary files a/sprites/bright-src/_assets/chemist-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/chemist-24.png b/sprites/bright-src/_assets/chemist-24.png deleted file mode 100644 index cb6f66f9..00000000 Binary files a/sprites/bright-src/_assets/chemist-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/chemist-24@2x.png b/sprites/bright-src/_assets/chemist-24@2x.png deleted file mode 100644 index b26848a5..00000000 Binary files a/sprites/bright-src/_assets/chemist-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cinema-12.png b/sprites/bright-src/_assets/cinema-12.png deleted file mode 100644 index 408207d6..00000000 Binary files a/sprites/bright-src/_assets/cinema-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cinema-12@2x.png b/sprites/bright-src/_assets/cinema-12@2x.png deleted file mode 100644 index 3e36f5b1..00000000 Binary files a/sprites/bright-src/_assets/cinema-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cinema-18.png b/sprites/bright-src/_assets/cinema-18.png deleted file mode 100644 index 2aa28eb7..00000000 Binary files a/sprites/bright-src/_assets/cinema-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cinema-18@2x.png b/sprites/bright-src/_assets/cinema-18@2x.png deleted file mode 100644 index c3b23db3..00000000 Binary files a/sprites/bright-src/_assets/cinema-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cinema-24.png b/sprites/bright-src/_assets/cinema-24.png deleted file mode 100644 index 7cdf9e0c..00000000 Binary files a/sprites/bright-src/_assets/cinema-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cinema-24@2x.png b/sprites/bright-src/_assets/cinema-24@2x.png deleted file mode 100644 index 729a005d..00000000 Binary files a/sprites/bright-src/_assets/cinema-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-12.png b/sprites/bright-src/_assets/circle-12.png deleted file mode 100644 index 2435893e..00000000 Binary files a/sprites/bright-src/_assets/circle-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-12@2x.png b/sprites/bright-src/_assets/circle-12@2x.png deleted file mode 100644 index eb4091b9..00000000 Binary files a/sprites/bright-src/_assets/circle-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-18.png b/sprites/bright-src/_assets/circle-18.png deleted file mode 100644 index d69240fc..00000000 Binary files a/sprites/bright-src/_assets/circle-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-18@2x.png b/sprites/bright-src/_assets/circle-18@2x.png deleted file mode 100644 index 7a4e811f..00000000 Binary files a/sprites/bright-src/_assets/circle-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-24.png b/sprites/bright-src/_assets/circle-24.png deleted file mode 100644 index 61a135c3..00000000 Binary files a/sprites/bright-src/_assets/circle-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-24@2x.png b/sprites/bright-src/_assets/circle-24@2x.png deleted file mode 100644 index 9ce32fc0..00000000 Binary files a/sprites/bright-src/_assets/circle-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-stroked-12.png b/sprites/bright-src/_assets/circle-stroked-12.png deleted file mode 100644 index 5a5e0117..00000000 Binary files a/sprites/bright-src/_assets/circle-stroked-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-stroked-12@2x.png b/sprites/bright-src/_assets/circle-stroked-12@2x.png deleted file mode 100644 index a12e3eb0..00000000 Binary files a/sprites/bright-src/_assets/circle-stroked-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-stroked-18.png b/sprites/bright-src/_assets/circle-stroked-18.png deleted file mode 100644 index e7bc210b..00000000 Binary files a/sprites/bright-src/_assets/circle-stroked-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-stroked-18@2x.png b/sprites/bright-src/_assets/circle-stroked-18@2x.png deleted file mode 100644 index 469eb86c..00000000 Binary files a/sprites/bright-src/_assets/circle-stroked-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-stroked-24.png b/sprites/bright-src/_assets/circle-stroked-24.png deleted file mode 100644 index b79c3a05..00000000 Binary files a/sprites/bright-src/_assets/circle-stroked-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/circle-stroked-24@2x.png b/sprites/bright-src/_assets/circle-stroked-24@2x.png deleted file mode 100644 index c73a465a..00000000 Binary files a/sprites/bright-src/_assets/circle-stroked-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/city-12.png b/sprites/bright-src/_assets/city-12.png deleted file mode 100644 index f6e118e5..00000000 Binary files a/sprites/bright-src/_assets/city-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/city-12@2x.png b/sprites/bright-src/_assets/city-12@2x.png deleted file mode 100644 index debd666f..00000000 Binary files a/sprites/bright-src/_assets/city-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/city-18.png b/sprites/bright-src/_assets/city-18.png deleted file mode 100644 index c6d01259..00000000 Binary files a/sprites/bright-src/_assets/city-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/city-18@2x.png b/sprites/bright-src/_assets/city-18@2x.png deleted file mode 100644 index 71d2e2db..00000000 Binary files a/sprites/bright-src/_assets/city-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/city-24.png b/sprites/bright-src/_assets/city-24.png deleted file mode 100644 index 6fc1127c..00000000 Binary files a/sprites/bright-src/_assets/city-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/city-24@2x.png b/sprites/bright-src/_assets/city-24@2x.png deleted file mode 100644 index 756789af..00000000 Binary files a/sprites/bright-src/_assets/city-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/clothing-store-12.png b/sprites/bright-src/_assets/clothing-store-12.png deleted file mode 100644 index dc402a45..00000000 Binary files a/sprites/bright-src/_assets/clothing-store-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/clothing-store-12@2x.png b/sprites/bright-src/_assets/clothing-store-12@2x.png deleted file mode 100644 index 0378a111..00000000 Binary files a/sprites/bright-src/_assets/clothing-store-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/clothing-store-18.png b/sprites/bright-src/_assets/clothing-store-18.png deleted file mode 100644 index 9bd86505..00000000 Binary files a/sprites/bright-src/_assets/clothing-store-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/clothing-store-18@2x.png b/sprites/bright-src/_assets/clothing-store-18@2x.png deleted file mode 100644 index c3736055..00000000 Binary files a/sprites/bright-src/_assets/clothing-store-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/clothing-store-24.png b/sprites/bright-src/_assets/clothing-store-24.png deleted file mode 100644 index 61c11021..00000000 Binary files a/sprites/bright-src/_assets/clothing-store-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/clothing-store-24@2x.png b/sprites/bright-src/_assets/clothing-store-24@2x.png deleted file mode 100644 index 3e1ecd01..00000000 Binary files a/sprites/bright-src/_assets/clothing-store-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/college-12.png b/sprites/bright-src/_assets/college-12.png deleted file mode 100644 index c8d3b837..00000000 Binary files a/sprites/bright-src/_assets/college-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/college-12@2x.png b/sprites/bright-src/_assets/college-12@2x.png deleted file mode 100644 index fbf1b6b1..00000000 Binary files a/sprites/bright-src/_assets/college-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/college-18.png b/sprites/bright-src/_assets/college-18.png deleted file mode 100644 index 9b32fb2c..00000000 Binary files a/sprites/bright-src/_assets/college-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/college-18@2x.png b/sprites/bright-src/_assets/college-18@2x.png deleted file mode 100644 index f01479cb..00000000 Binary files a/sprites/bright-src/_assets/college-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/college-24.png b/sprites/bright-src/_assets/college-24.png deleted file mode 100644 index d5b60f06..00000000 Binary files a/sprites/bright-src/_assets/college-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/college-24@2x.png b/sprites/bright-src/_assets/college-24@2x.png deleted file mode 100644 index 99807b47..00000000 Binary files a/sprites/bright-src/_assets/college-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/commercial-12.png b/sprites/bright-src/_assets/commercial-12.png deleted file mode 100644 index d1864dcd..00000000 Binary files a/sprites/bright-src/_assets/commercial-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/commercial-12@2x.png b/sprites/bright-src/_assets/commercial-12@2x.png deleted file mode 100644 index 4237302e..00000000 Binary files a/sprites/bright-src/_assets/commercial-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/commercial-18.png b/sprites/bright-src/_assets/commercial-18.png deleted file mode 100644 index 85cb06bc..00000000 Binary files a/sprites/bright-src/_assets/commercial-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/commercial-18@2x.png b/sprites/bright-src/_assets/commercial-18@2x.png deleted file mode 100644 index dacb5039..00000000 Binary files a/sprites/bright-src/_assets/commercial-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/commercial-24.png b/sprites/bright-src/_assets/commercial-24.png deleted file mode 100644 index 61f570fc..00000000 Binary files a/sprites/bright-src/_assets/commercial-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/commercial-24@2x.png b/sprites/bright-src/_assets/commercial-24@2x.png deleted file mode 100644 index 4b0c43a4..00000000 Binary files a/sprites/bright-src/_assets/commercial-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cricket-12.png b/sprites/bright-src/_assets/cricket-12.png deleted file mode 100644 index 1e1988da..00000000 Binary files a/sprites/bright-src/_assets/cricket-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cricket-12@2x.png b/sprites/bright-src/_assets/cricket-12@2x.png deleted file mode 100644 index c954d6c8..00000000 Binary files a/sprites/bright-src/_assets/cricket-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cricket-18.png b/sprites/bright-src/_assets/cricket-18.png deleted file mode 100644 index 592a25f6..00000000 Binary files a/sprites/bright-src/_assets/cricket-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cricket-18@2x.png b/sprites/bright-src/_assets/cricket-18@2x.png deleted file mode 100644 index 3d3a6b20..00000000 Binary files a/sprites/bright-src/_assets/cricket-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cricket-24.png b/sprites/bright-src/_assets/cricket-24.png deleted file mode 100644 index b51bbf19..00000000 Binary files a/sprites/bright-src/_assets/cricket-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cricket-24@2x.png b/sprites/bright-src/_assets/cricket-24@2x.png deleted file mode 100644 index 05ef795d..00000000 Binary files a/sprites/bright-src/_assets/cricket-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cross-12.png b/sprites/bright-src/_assets/cross-12.png deleted file mode 100644 index c72ec907..00000000 Binary files a/sprites/bright-src/_assets/cross-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cross-12@2x.png b/sprites/bright-src/_assets/cross-12@2x.png deleted file mode 100644 index ca442125..00000000 Binary files a/sprites/bright-src/_assets/cross-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cross-18.png b/sprites/bright-src/_assets/cross-18.png deleted file mode 100644 index f58b0dd7..00000000 Binary files a/sprites/bright-src/_assets/cross-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cross-18@2x.png b/sprites/bright-src/_assets/cross-18@2x.png deleted file mode 100644 index e1404d2b..00000000 Binary files a/sprites/bright-src/_assets/cross-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cross-24.png b/sprites/bright-src/_assets/cross-24.png deleted file mode 100644 index 04e571d2..00000000 Binary files a/sprites/bright-src/_assets/cross-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/cross-24@2x.png b/sprites/bright-src/_assets/cross-24@2x.png deleted file mode 100644 index c50b76b3..00000000 Binary files a/sprites/bright-src/_assets/cross-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dam-12.png b/sprites/bright-src/_assets/dam-12.png deleted file mode 100644 index 68ee04ed..00000000 Binary files a/sprites/bright-src/_assets/dam-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dam-12@2x.png b/sprites/bright-src/_assets/dam-12@2x.png deleted file mode 100644 index 519e77be..00000000 Binary files a/sprites/bright-src/_assets/dam-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dam-18.png b/sprites/bright-src/_assets/dam-18.png deleted file mode 100644 index 507d8d6c..00000000 Binary files a/sprites/bright-src/_assets/dam-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dam-18@2x.png b/sprites/bright-src/_assets/dam-18@2x.png deleted file mode 100644 index 1bdb2dee..00000000 Binary files a/sprites/bright-src/_assets/dam-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dam-24.png b/sprites/bright-src/_assets/dam-24.png deleted file mode 100644 index 6a15b314..00000000 Binary files a/sprites/bright-src/_assets/dam-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dam-24@2x.png b/sprites/bright-src/_assets/dam-24@2x.png deleted file mode 100644 index 1aa49448..00000000 Binary files a/sprites/bright-src/_assets/dam-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/danger-12.png b/sprites/bright-src/_assets/danger-12.png deleted file mode 100644 index 57ee2e39..00000000 Binary files a/sprites/bright-src/_assets/danger-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/danger-12@2x.png b/sprites/bright-src/_assets/danger-12@2x.png deleted file mode 100644 index 75716d90..00000000 Binary files a/sprites/bright-src/_assets/danger-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/danger-18.png b/sprites/bright-src/_assets/danger-18.png deleted file mode 100644 index dc5fbd4d..00000000 Binary files a/sprites/bright-src/_assets/danger-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/danger-18@2x.png b/sprites/bright-src/_assets/danger-18@2x.png deleted file mode 100644 index fa934a70..00000000 Binary files a/sprites/bright-src/_assets/danger-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/danger-24.png b/sprites/bright-src/_assets/danger-24.png deleted file mode 100644 index 7437b8be..00000000 Binary files a/sprites/bright-src/_assets/danger-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/danger-24@2x.png b/sprites/bright-src/_assets/danger-24@2x.png deleted file mode 100644 index 3b1ca131..00000000 Binary files a/sprites/bright-src/_assets/danger-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/default-maki.svg b/sprites/bright-src/_assets/default-maki.svg deleted file mode 100644 index 411c862c..00000000 --- a/sprites/bright-src/_assets/default-maki.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/sprites/bright-src/_assets/disability-12.png b/sprites/bright-src/_assets/disability-12.png deleted file mode 100644 index cfe4dc7c..00000000 Binary files a/sprites/bright-src/_assets/disability-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/disability-12@2x.png b/sprites/bright-src/_assets/disability-12@2x.png deleted file mode 100644 index dbbdef9d..00000000 Binary files a/sprites/bright-src/_assets/disability-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/disability-18.png b/sprites/bright-src/_assets/disability-18.png deleted file mode 100644 index 5d1f6ec0..00000000 Binary files a/sprites/bright-src/_assets/disability-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/disability-18@2x.png b/sprites/bright-src/_assets/disability-18@2x.png deleted file mode 100644 index ded11d28..00000000 Binary files a/sprites/bright-src/_assets/disability-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/disability-24.png b/sprites/bright-src/_assets/disability-24.png deleted file mode 100644 index b771231c..00000000 Binary files a/sprites/bright-src/_assets/disability-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/disability-24@2x.png b/sprites/bright-src/_assets/disability-24@2x.png deleted file mode 100644 index fd1b0a7a..00000000 Binary files a/sprites/bright-src/_assets/disability-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dog-park-12.png b/sprites/bright-src/_assets/dog-park-12.png deleted file mode 100644 index 6be5da23..00000000 Binary files a/sprites/bright-src/_assets/dog-park-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dog-park-12@2x.png b/sprites/bright-src/_assets/dog-park-12@2x.png deleted file mode 100644 index 6ce6e85b..00000000 Binary files a/sprites/bright-src/_assets/dog-park-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dog-park-18.png b/sprites/bright-src/_assets/dog-park-18.png deleted file mode 100644 index 3c72af80..00000000 Binary files a/sprites/bright-src/_assets/dog-park-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dog-park-18@2x.png b/sprites/bright-src/_assets/dog-park-18@2x.png deleted file mode 100644 index 63a0ccbf..00000000 Binary files a/sprites/bright-src/_assets/dog-park-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dog-park-24.png b/sprites/bright-src/_assets/dog-park-24.png deleted file mode 100644 index 235f4b4d..00000000 Binary files a/sprites/bright-src/_assets/dog-park-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/dog-park-24@2x.png b/sprites/bright-src/_assets/dog-park-24@2x.png deleted file mode 100644 index fe421837..00000000 Binary files a/sprites/bright-src/_assets/dog-park-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/embassy-12.png b/sprites/bright-src/_assets/embassy-12.png deleted file mode 100644 index 756175e7..00000000 Binary files a/sprites/bright-src/_assets/embassy-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/embassy-12@2x.png b/sprites/bright-src/_assets/embassy-12@2x.png deleted file mode 100644 index 6cd2cac9..00000000 Binary files a/sprites/bright-src/_assets/embassy-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/embassy-18.png b/sprites/bright-src/_assets/embassy-18.png deleted file mode 100644 index c1c85f55..00000000 Binary files a/sprites/bright-src/_assets/embassy-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/embassy-18@2x.png b/sprites/bright-src/_assets/embassy-18@2x.png deleted file mode 100644 index 646fef84..00000000 Binary files a/sprites/bright-src/_assets/embassy-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/embassy-24.png b/sprites/bright-src/_assets/embassy-24.png deleted file mode 100644 index 89741ac9..00000000 Binary files a/sprites/bright-src/_assets/embassy-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/embassy-24@2x.png b/sprites/bright-src/_assets/embassy-24@2x.png deleted file mode 100644 index c473190d..00000000 Binary files a/sprites/bright-src/_assets/embassy-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/emergency-telephone-12.png b/sprites/bright-src/_assets/emergency-telephone-12.png deleted file mode 100644 index 13d07fb3..00000000 Binary files a/sprites/bright-src/_assets/emergency-telephone-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/emergency-telephone-12@2x.png b/sprites/bright-src/_assets/emergency-telephone-12@2x.png deleted file mode 100644 index 8ba37970..00000000 Binary files a/sprites/bright-src/_assets/emergency-telephone-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/emergency-telephone-18.png b/sprites/bright-src/_assets/emergency-telephone-18.png deleted file mode 100644 index b200e9ef..00000000 Binary files a/sprites/bright-src/_assets/emergency-telephone-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/emergency-telephone-18@2x.png b/sprites/bright-src/_assets/emergency-telephone-18@2x.png deleted file mode 100644 index 29a5afd6..00000000 Binary files a/sprites/bright-src/_assets/emergency-telephone-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/emergency-telephone-24.png b/sprites/bright-src/_assets/emergency-telephone-24.png deleted file mode 100644 index d3210d05..00000000 Binary files a/sprites/bright-src/_assets/emergency-telephone-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/emergency-telephone-24@2x.png b/sprites/bright-src/_assets/emergency-telephone-24@2x.png deleted file mode 100644 index daa0193b..00000000 Binary files a/sprites/bright-src/_assets/emergency-telephone-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/entrance-12.png b/sprites/bright-src/_assets/entrance-12.png deleted file mode 100644 index 32d1216c..00000000 Binary files a/sprites/bright-src/_assets/entrance-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/entrance-12@2x.png b/sprites/bright-src/_assets/entrance-12@2x.png deleted file mode 100644 index b1611a7e..00000000 Binary files a/sprites/bright-src/_assets/entrance-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/entrance-18.png b/sprites/bright-src/_assets/entrance-18.png deleted file mode 100644 index f82361b7..00000000 Binary files a/sprites/bright-src/_assets/entrance-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/entrance-18@2x.png b/sprites/bright-src/_assets/entrance-18@2x.png deleted file mode 100644 index 7e7f3557..00000000 Binary files a/sprites/bright-src/_assets/entrance-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/entrance-24.png b/sprites/bright-src/_assets/entrance-24.png deleted file mode 100644 index 73f8d949..00000000 Binary files a/sprites/bright-src/_assets/entrance-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/entrance-24@2x.png b/sprites/bright-src/_assets/entrance-24@2x.png deleted file mode 100644 index cc5c1f7a..00000000 Binary files a/sprites/bright-src/_assets/entrance-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/farm-12.png b/sprites/bright-src/_assets/farm-12.png deleted file mode 100644 index 108b0b7e..00000000 Binary files a/sprites/bright-src/_assets/farm-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/farm-12@2x.png b/sprites/bright-src/_assets/farm-12@2x.png deleted file mode 100644 index 3ff3ad11..00000000 Binary files a/sprites/bright-src/_assets/farm-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/farm-18.png b/sprites/bright-src/_assets/farm-18.png deleted file mode 100644 index 57b7bcc7..00000000 Binary files a/sprites/bright-src/_assets/farm-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/farm-18@2x.png b/sprites/bright-src/_assets/farm-18@2x.png deleted file mode 100644 index 6ecdf70a..00000000 Binary files a/sprites/bright-src/_assets/farm-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/farm-24.png b/sprites/bright-src/_assets/farm-24.png deleted file mode 100644 index c2f7c5cf..00000000 Binary files a/sprites/bright-src/_assets/farm-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/farm-24@2x.png b/sprites/bright-src/_assets/farm-24@2x.png deleted file mode 100644 index 3db92c8f..00000000 Binary files a/sprites/bright-src/_assets/farm-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fast-food-12.png b/sprites/bright-src/_assets/fast-food-12.png deleted file mode 100644 index 069bfc29..00000000 Binary files a/sprites/bright-src/_assets/fast-food-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fast-food-12@2x.png b/sprites/bright-src/_assets/fast-food-12@2x.png deleted file mode 100644 index efcb4e19..00000000 Binary files a/sprites/bright-src/_assets/fast-food-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fast-food-18.png b/sprites/bright-src/_assets/fast-food-18.png deleted file mode 100644 index a81b3c1b..00000000 Binary files a/sprites/bright-src/_assets/fast-food-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fast-food-18@2x.png b/sprites/bright-src/_assets/fast-food-18@2x.png deleted file mode 100644 index 4f59fff8..00000000 Binary files a/sprites/bright-src/_assets/fast-food-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fast-food-24.png b/sprites/bright-src/_assets/fast-food-24.png deleted file mode 100644 index 993e0618..00000000 Binary files a/sprites/bright-src/_assets/fast-food-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fast-food-24@2x.png b/sprites/bright-src/_assets/fast-food-24@2x.png deleted file mode 100644 index 49626ec6..00000000 Binary files a/sprites/bright-src/_assets/fast-food-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/ferry-12.png b/sprites/bright-src/_assets/ferry-12.png deleted file mode 100644 index 668df439..00000000 Binary files a/sprites/bright-src/_assets/ferry-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/ferry-12@2x.png b/sprites/bright-src/_assets/ferry-12@2x.png deleted file mode 100644 index aaba4257..00000000 Binary files a/sprites/bright-src/_assets/ferry-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/ferry-18.png b/sprites/bright-src/_assets/ferry-18.png deleted file mode 100644 index 67bc057d..00000000 Binary files a/sprites/bright-src/_assets/ferry-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/ferry-18@2x.png b/sprites/bright-src/_assets/ferry-18@2x.png deleted file mode 100644 index 2b9b9bd0..00000000 Binary files a/sprites/bright-src/_assets/ferry-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/ferry-24.png b/sprites/bright-src/_assets/ferry-24.png deleted file mode 100644 index 411ac1ea..00000000 Binary files a/sprites/bright-src/_assets/ferry-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/ferry-24@2x.png b/sprites/bright-src/_assets/ferry-24@2x.png deleted file mode 100644 index 70d702f8..00000000 Binary files a/sprites/bright-src/_assets/ferry-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fire-station-12.png b/sprites/bright-src/_assets/fire-station-12.png deleted file mode 100644 index 8b06906b..00000000 Binary files a/sprites/bright-src/_assets/fire-station-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fire-station-12@2x.png b/sprites/bright-src/_assets/fire-station-12@2x.png deleted file mode 100644 index 3163ec34..00000000 Binary files a/sprites/bright-src/_assets/fire-station-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fire-station-18.png b/sprites/bright-src/_assets/fire-station-18.png deleted file mode 100644 index 5ba2afd1..00000000 Binary files a/sprites/bright-src/_assets/fire-station-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fire-station-18@2x.png b/sprites/bright-src/_assets/fire-station-18@2x.png deleted file mode 100644 index f5e17aee..00000000 Binary files a/sprites/bright-src/_assets/fire-station-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fire-station-24.png b/sprites/bright-src/_assets/fire-station-24.png deleted file mode 100644 index 898a5029..00000000 Binary files a/sprites/bright-src/_assets/fire-station-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fire-station-24@2x.png b/sprites/bright-src/_assets/fire-station-24@2x.png deleted file mode 100644 index 185a924d..00000000 Binary files a/sprites/bright-src/_assets/fire-station-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fuel-12.png b/sprites/bright-src/_assets/fuel-12.png deleted file mode 100644 index 5b0ddc54..00000000 Binary files a/sprites/bright-src/_assets/fuel-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fuel-12@2x.png b/sprites/bright-src/_assets/fuel-12@2x.png deleted file mode 100644 index 736d110f..00000000 Binary files a/sprites/bright-src/_assets/fuel-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fuel-18.png b/sprites/bright-src/_assets/fuel-18.png deleted file mode 100644 index c059ee84..00000000 Binary files a/sprites/bright-src/_assets/fuel-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fuel-18@2x.png b/sprites/bright-src/_assets/fuel-18@2x.png deleted file mode 100644 index afe1618a..00000000 Binary files a/sprites/bright-src/_assets/fuel-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fuel-24.png b/sprites/bright-src/_assets/fuel-24.png deleted file mode 100644 index 83894c06..00000000 Binary files a/sprites/bright-src/_assets/fuel-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/fuel-24@2x.png b/sprites/bright-src/_assets/fuel-24@2x.png deleted file mode 100644 index c5075c85..00000000 Binary files a/sprites/bright-src/_assets/fuel-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/garden-12.png b/sprites/bright-src/_assets/garden-12.png deleted file mode 100644 index f14984f0..00000000 Binary files a/sprites/bright-src/_assets/garden-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/garden-12@2x.png b/sprites/bright-src/_assets/garden-12@2x.png deleted file mode 100644 index fd53053d..00000000 Binary files a/sprites/bright-src/_assets/garden-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/garden-18.png b/sprites/bright-src/_assets/garden-18.png deleted file mode 100644 index ec37e08e..00000000 Binary files a/sprites/bright-src/_assets/garden-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/garden-18@2x.png b/sprites/bright-src/_assets/garden-18@2x.png deleted file mode 100644 index cb1531d0..00000000 Binary files a/sprites/bright-src/_assets/garden-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/garden-24.png b/sprites/bright-src/_assets/garden-24.png deleted file mode 100644 index 57d46c74..00000000 Binary files a/sprites/bright-src/_assets/garden-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/garden-24@2x.png b/sprites/bright-src/_assets/garden-24@2x.png deleted file mode 100644 index 18a52979..00000000 Binary files a/sprites/bright-src/_assets/garden-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/golf-12.png b/sprites/bright-src/_assets/golf-12.png deleted file mode 100644 index 31341110..00000000 Binary files a/sprites/bright-src/_assets/golf-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/golf-12@2x.png b/sprites/bright-src/_assets/golf-12@2x.png deleted file mode 100644 index 17debaff..00000000 Binary files a/sprites/bright-src/_assets/golf-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/golf-18.png b/sprites/bright-src/_assets/golf-18.png deleted file mode 100644 index 675f881b..00000000 Binary files a/sprites/bright-src/_assets/golf-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/golf-18@2x.png b/sprites/bright-src/_assets/golf-18@2x.png deleted file mode 100644 index 8b6057ea..00000000 Binary files a/sprites/bright-src/_assets/golf-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/golf-24.png b/sprites/bright-src/_assets/golf-24.png deleted file mode 100644 index 4fdbf351..00000000 Binary files a/sprites/bright-src/_assets/golf-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/golf-24@2x.png b/sprites/bright-src/_assets/golf-24@2x.png deleted file mode 100644 index 90ea9727..00000000 Binary files a/sprites/bright-src/_assets/golf-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/grocery-12.png b/sprites/bright-src/_assets/grocery-12.png deleted file mode 100644 index d6c4ef07..00000000 Binary files a/sprites/bright-src/_assets/grocery-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/grocery-12@2x.png b/sprites/bright-src/_assets/grocery-12@2x.png deleted file mode 100644 index ade684ba..00000000 Binary files a/sprites/bright-src/_assets/grocery-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/grocery-18.png b/sprites/bright-src/_assets/grocery-18.png deleted file mode 100644 index ecad4588..00000000 Binary files a/sprites/bright-src/_assets/grocery-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/grocery-18@2x.png b/sprites/bright-src/_assets/grocery-18@2x.png deleted file mode 100644 index 288bb6bb..00000000 Binary files a/sprites/bright-src/_assets/grocery-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/grocery-24.png b/sprites/bright-src/_assets/grocery-24.png deleted file mode 100644 index 85eb3c08..00000000 Binary files a/sprites/bright-src/_assets/grocery-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/grocery-24@2x.png b/sprites/bright-src/_assets/grocery-24@2x.png deleted file mode 100644 index 91348914..00000000 Binary files a/sprites/bright-src/_assets/grocery-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hairdresser-12.png b/sprites/bright-src/_assets/hairdresser-12.png deleted file mode 100644 index 9db274a3..00000000 Binary files a/sprites/bright-src/_assets/hairdresser-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hairdresser-12@2x.png b/sprites/bright-src/_assets/hairdresser-12@2x.png deleted file mode 100644 index 89990fc5..00000000 Binary files a/sprites/bright-src/_assets/hairdresser-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hairdresser-18.png b/sprites/bright-src/_assets/hairdresser-18.png deleted file mode 100644 index da11f81a..00000000 Binary files a/sprites/bright-src/_assets/hairdresser-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hairdresser-18@2x.png b/sprites/bright-src/_assets/hairdresser-18@2x.png deleted file mode 100644 index 6d90d058..00000000 Binary files a/sprites/bright-src/_assets/hairdresser-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hairdresser-24.png b/sprites/bright-src/_assets/hairdresser-24.png deleted file mode 100644 index e5386029..00000000 Binary files a/sprites/bright-src/_assets/hairdresser-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hairdresser-24@2x.png b/sprites/bright-src/_assets/hairdresser-24@2x.png deleted file mode 100644 index 8169072d..00000000 Binary files a/sprites/bright-src/_assets/hairdresser-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/harbor-12.png b/sprites/bright-src/_assets/harbor-12.png deleted file mode 100644 index 8a008795..00000000 Binary files a/sprites/bright-src/_assets/harbor-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/harbor-12@2x.png b/sprites/bright-src/_assets/harbor-12@2x.png deleted file mode 100644 index b1943dd7..00000000 Binary files a/sprites/bright-src/_assets/harbor-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/harbor-18.png b/sprites/bright-src/_assets/harbor-18.png deleted file mode 100644 index 5e0c4680..00000000 Binary files a/sprites/bright-src/_assets/harbor-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/harbor-18@2x.png b/sprites/bright-src/_assets/harbor-18@2x.png deleted file mode 100644 index ee109a4d..00000000 Binary files a/sprites/bright-src/_assets/harbor-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/harbor-24.png b/sprites/bright-src/_assets/harbor-24.png deleted file mode 100644 index 9d1974e9..00000000 Binary files a/sprites/bright-src/_assets/harbor-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/harbor-24@2x.png b/sprites/bright-src/_assets/harbor-24@2x.png deleted file mode 100644 index 1094bc41..00000000 Binary files a/sprites/bright-src/_assets/harbor-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heart-12.png b/sprites/bright-src/_assets/heart-12.png deleted file mode 100644 index 3e5f006c..00000000 Binary files a/sprites/bright-src/_assets/heart-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heart-12@2x.png b/sprites/bright-src/_assets/heart-12@2x.png deleted file mode 100644 index 41efe805..00000000 Binary files a/sprites/bright-src/_assets/heart-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heart-18.png b/sprites/bright-src/_assets/heart-18.png deleted file mode 100644 index 8e58a135..00000000 Binary files a/sprites/bright-src/_assets/heart-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heart-18@2x.png b/sprites/bright-src/_assets/heart-18@2x.png deleted file mode 100644 index afe3d9dc..00000000 Binary files a/sprites/bright-src/_assets/heart-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heart-24.png b/sprites/bright-src/_assets/heart-24.png deleted file mode 100644 index 701ea3b9..00000000 Binary files a/sprites/bright-src/_assets/heart-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heart-24@2x.png b/sprites/bright-src/_assets/heart-24@2x.png deleted file mode 100644 index 830d6ea7..00000000 Binary files a/sprites/bright-src/_assets/heart-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heliport-12.png b/sprites/bright-src/_assets/heliport-12.png deleted file mode 100644 index a3a968e4..00000000 Binary files a/sprites/bright-src/_assets/heliport-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heliport-12@2x.png b/sprites/bright-src/_assets/heliport-12@2x.png deleted file mode 100644 index 68976fb0..00000000 Binary files a/sprites/bright-src/_assets/heliport-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heliport-18.png b/sprites/bright-src/_assets/heliport-18.png deleted file mode 100644 index 36dbb313..00000000 Binary files a/sprites/bright-src/_assets/heliport-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heliport-18@2x.png b/sprites/bright-src/_assets/heliport-18@2x.png deleted file mode 100644 index 45026c2b..00000000 Binary files a/sprites/bright-src/_assets/heliport-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heliport-24.png b/sprites/bright-src/_assets/heliport-24.png deleted file mode 100644 index 52bdfe69..00000000 Binary files a/sprites/bright-src/_assets/heliport-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/heliport-24@2x.png b/sprites/bright-src/_assets/heliport-24@2x.png deleted file mode 100644 index 93acd045..00000000 Binary files a/sprites/bright-src/_assets/heliport-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hospital-12.png b/sprites/bright-src/_assets/hospital-12.png deleted file mode 100644 index fe1ca762..00000000 Binary files a/sprites/bright-src/_assets/hospital-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hospital-12@2x.png b/sprites/bright-src/_assets/hospital-12@2x.png deleted file mode 100644 index 2b9329fa..00000000 Binary files a/sprites/bright-src/_assets/hospital-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hospital-18.png b/sprites/bright-src/_assets/hospital-18.png deleted file mode 100644 index af0820be..00000000 Binary files a/sprites/bright-src/_assets/hospital-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hospital-18@2x.png b/sprites/bright-src/_assets/hospital-18@2x.png deleted file mode 100644 index 81d19cfe..00000000 Binary files a/sprites/bright-src/_assets/hospital-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hospital-24.png b/sprites/bright-src/_assets/hospital-24.png deleted file mode 100644 index 20a99603..00000000 Binary files a/sprites/bright-src/_assets/hospital-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/hospital-24@2x.png b/sprites/bright-src/_assets/hospital-24@2x.png deleted file mode 100644 index 27e914da..00000000 Binary files a/sprites/bright-src/_assets/hospital-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/industrial-12.png b/sprites/bright-src/_assets/industrial-12.png deleted file mode 100644 index a475bcbc..00000000 Binary files a/sprites/bright-src/_assets/industrial-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/industrial-12@2x.png b/sprites/bright-src/_assets/industrial-12@2x.png deleted file mode 100644 index 48a6c9c2..00000000 Binary files a/sprites/bright-src/_assets/industrial-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/industrial-18.png b/sprites/bright-src/_assets/industrial-18.png deleted file mode 100644 index 901bb1f2..00000000 Binary files a/sprites/bright-src/_assets/industrial-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/industrial-18@2x.png b/sprites/bright-src/_assets/industrial-18@2x.png deleted file mode 100644 index 6ed8f7d1..00000000 Binary files a/sprites/bright-src/_assets/industrial-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/industrial-24.png b/sprites/bright-src/_assets/industrial-24.png deleted file mode 100644 index e235cacb..00000000 Binary files a/sprites/bright-src/_assets/industrial-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/industrial-24@2x.png b/sprites/bright-src/_assets/industrial-24@2x.png deleted file mode 100644 index 2793b4fb..00000000 Binary files a/sprites/bright-src/_assets/industrial-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/land-use-12.png b/sprites/bright-src/_assets/land-use-12.png deleted file mode 100644 index 9e0ba968..00000000 Binary files a/sprites/bright-src/_assets/land-use-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/land-use-12@2x.png b/sprites/bright-src/_assets/land-use-12@2x.png deleted file mode 100644 index 1f98f50c..00000000 Binary files a/sprites/bright-src/_assets/land-use-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/land-use-18.png b/sprites/bright-src/_assets/land-use-18.png deleted file mode 100644 index 0d8e3486..00000000 Binary files a/sprites/bright-src/_assets/land-use-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/land-use-18@2x.png b/sprites/bright-src/_assets/land-use-18@2x.png deleted file mode 100644 index fa0de963..00000000 Binary files a/sprites/bright-src/_assets/land-use-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/land-use-24.png b/sprites/bright-src/_assets/land-use-24.png deleted file mode 100644 index 36074fa9..00000000 Binary files a/sprites/bright-src/_assets/land-use-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/land-use-24@2x.png b/sprites/bright-src/_assets/land-use-24@2x.png deleted file mode 100644 index dd9656ee..00000000 Binary files a/sprites/bright-src/_assets/land-use-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/laundry-12.png b/sprites/bright-src/_assets/laundry-12.png deleted file mode 100644 index eb379433..00000000 Binary files a/sprites/bright-src/_assets/laundry-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/laundry-12@2x.png b/sprites/bright-src/_assets/laundry-12@2x.png deleted file mode 100644 index 8822ca2e..00000000 Binary files a/sprites/bright-src/_assets/laundry-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/laundry-18.png b/sprites/bright-src/_assets/laundry-18.png deleted file mode 100644 index 1b957c9e..00000000 Binary files a/sprites/bright-src/_assets/laundry-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/laundry-18@2x.png b/sprites/bright-src/_assets/laundry-18@2x.png deleted file mode 100644 index 521e9a31..00000000 Binary files a/sprites/bright-src/_assets/laundry-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/laundry-24.png b/sprites/bright-src/_assets/laundry-24.png deleted file mode 100644 index 787e4514..00000000 Binary files a/sprites/bright-src/_assets/laundry-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/laundry-24@2x.png b/sprites/bright-src/_assets/laundry-24@2x.png deleted file mode 100644 index 7e1dc6a7..00000000 Binary files a/sprites/bright-src/_assets/laundry-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/library-12.png b/sprites/bright-src/_assets/library-12.png deleted file mode 100644 index e033c9d2..00000000 Binary files a/sprites/bright-src/_assets/library-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/library-12@2x.png b/sprites/bright-src/_assets/library-12@2x.png deleted file mode 100644 index 32020937..00000000 Binary files a/sprites/bright-src/_assets/library-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/library-18.png b/sprites/bright-src/_assets/library-18.png deleted file mode 100644 index a9a84746..00000000 Binary files a/sprites/bright-src/_assets/library-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/library-18@2x.png b/sprites/bright-src/_assets/library-18@2x.png deleted file mode 100644 index c21cf81d..00000000 Binary files a/sprites/bright-src/_assets/library-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/library-24.png b/sprites/bright-src/_assets/library-24.png deleted file mode 100644 index d0d4eead..00000000 Binary files a/sprites/bright-src/_assets/library-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/library-24@2x.png b/sprites/bright-src/_assets/library-24@2x.png deleted file mode 100644 index 8ad7049c..00000000 Binary files a/sprites/bright-src/_assets/library-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lighthouse-12.png b/sprites/bright-src/_assets/lighthouse-12.png deleted file mode 100644 index ffd626a1..00000000 Binary files a/sprites/bright-src/_assets/lighthouse-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lighthouse-12@2x.png b/sprites/bright-src/_assets/lighthouse-12@2x.png deleted file mode 100644 index 841c4289..00000000 Binary files a/sprites/bright-src/_assets/lighthouse-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lighthouse-18.png b/sprites/bright-src/_assets/lighthouse-18.png deleted file mode 100644 index f1de8174..00000000 Binary files a/sprites/bright-src/_assets/lighthouse-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lighthouse-18@2x.png b/sprites/bright-src/_assets/lighthouse-18@2x.png deleted file mode 100644 index 25c006d4..00000000 Binary files a/sprites/bright-src/_assets/lighthouse-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lighthouse-24.png b/sprites/bright-src/_assets/lighthouse-24.png deleted file mode 100644 index 9cae8eda..00000000 Binary files a/sprites/bright-src/_assets/lighthouse-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lighthouse-24@2x.png b/sprites/bright-src/_assets/lighthouse-24@2x.png deleted file mode 100644 index bfef33b9..00000000 Binary files a/sprites/bright-src/_assets/lighthouse-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lodging-12.png b/sprites/bright-src/_assets/lodging-12.png deleted file mode 100644 index b3647817..00000000 Binary files a/sprites/bright-src/_assets/lodging-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lodging-12@2x.png b/sprites/bright-src/_assets/lodging-12@2x.png deleted file mode 100644 index 53df8c34..00000000 Binary files a/sprites/bright-src/_assets/lodging-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lodging-18.png b/sprites/bright-src/_assets/lodging-18.png deleted file mode 100644 index 4c542d17..00000000 Binary files a/sprites/bright-src/_assets/lodging-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lodging-18@2x.png b/sprites/bright-src/_assets/lodging-18@2x.png deleted file mode 100644 index 8c78be9d..00000000 Binary files a/sprites/bright-src/_assets/lodging-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lodging-24.png b/sprites/bright-src/_assets/lodging-24.png deleted file mode 100644 index 1a1b84e7..00000000 Binary files a/sprites/bright-src/_assets/lodging-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/lodging-24@2x.png b/sprites/bright-src/_assets/lodging-24@2x.png deleted file mode 100644 index 2b88d601..00000000 Binary files a/sprites/bright-src/_assets/lodging-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/logging-12.png b/sprites/bright-src/_assets/logging-12.png deleted file mode 100644 index c8ecd33f..00000000 Binary files a/sprites/bright-src/_assets/logging-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/logging-12@2x.png b/sprites/bright-src/_assets/logging-12@2x.png deleted file mode 100644 index 7d4a3283..00000000 Binary files a/sprites/bright-src/_assets/logging-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/logging-18.png b/sprites/bright-src/_assets/logging-18.png deleted file mode 100644 index aa6bbccb..00000000 Binary files a/sprites/bright-src/_assets/logging-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/logging-18@2x.png b/sprites/bright-src/_assets/logging-18@2x.png deleted file mode 100644 index 6bbfa419..00000000 Binary files a/sprites/bright-src/_assets/logging-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/logging-24.png b/sprites/bright-src/_assets/logging-24.png deleted file mode 100644 index 58ce8f6f..00000000 Binary files a/sprites/bright-src/_assets/logging-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/logging-24@2x.png b/sprites/bright-src/_assets/logging-24@2x.png deleted file mode 100644 index dcf97a19..00000000 Binary files a/sprites/bright-src/_assets/logging-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/london-underground-12.png b/sprites/bright-src/_assets/london-underground-12.png deleted file mode 100644 index e8284cf8..00000000 Binary files a/sprites/bright-src/_assets/london-underground-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/london-underground-12@2x.png b/sprites/bright-src/_assets/london-underground-12@2x.png deleted file mode 100644 index cb5aa16d..00000000 Binary files a/sprites/bright-src/_assets/london-underground-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/london-underground-18.png b/sprites/bright-src/_assets/london-underground-18.png deleted file mode 100644 index 3f896e10..00000000 Binary files a/sprites/bright-src/_assets/london-underground-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/london-underground-18@2x.png b/sprites/bright-src/_assets/london-underground-18@2x.png deleted file mode 100644 index 6fa00543..00000000 Binary files a/sprites/bright-src/_assets/london-underground-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/london-underground-24.png b/sprites/bright-src/_assets/london-underground-24.png deleted file mode 100644 index d3b353db..00000000 Binary files a/sprites/bright-src/_assets/london-underground-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/london-underground-24@2x.png b/sprites/bright-src/_assets/london-underground-24@2x.png deleted file mode 100644 index 813024f1..00000000 Binary files a/sprites/bright-src/_assets/london-underground-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-12.png b/sprites/bright-src/_assets/marker-12.png deleted file mode 100644 index a8478220..00000000 Binary files a/sprites/bright-src/_assets/marker-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-12@2x.png b/sprites/bright-src/_assets/marker-12@2x.png deleted file mode 100644 index 9f2119dd..00000000 Binary files a/sprites/bright-src/_assets/marker-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-18.png b/sprites/bright-src/_assets/marker-18.png deleted file mode 100644 index b1db5f48..00000000 Binary files a/sprites/bright-src/_assets/marker-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-18@2x.png b/sprites/bright-src/_assets/marker-18@2x.png deleted file mode 100644 index 5e03cff6..00000000 Binary files a/sprites/bright-src/_assets/marker-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-24.png b/sprites/bright-src/_assets/marker-24.png deleted file mode 100644 index 995f1281..00000000 Binary files a/sprites/bright-src/_assets/marker-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-24@2x.png b/sprites/bright-src/_assets/marker-24@2x.png deleted file mode 100644 index 3e841697..00000000 Binary files a/sprites/bright-src/_assets/marker-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-stroked-12.png b/sprites/bright-src/_assets/marker-stroked-12.png deleted file mode 100644 index bca3ae42..00000000 Binary files a/sprites/bright-src/_assets/marker-stroked-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-stroked-12@2x.png b/sprites/bright-src/_assets/marker-stroked-12@2x.png deleted file mode 100644 index a3c91876..00000000 Binary files a/sprites/bright-src/_assets/marker-stroked-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-stroked-18.png b/sprites/bright-src/_assets/marker-stroked-18.png deleted file mode 100644 index 04f5b629..00000000 Binary files a/sprites/bright-src/_assets/marker-stroked-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-stroked-18@2x.png b/sprites/bright-src/_assets/marker-stroked-18@2x.png deleted file mode 100644 index 17ba5f06..00000000 Binary files a/sprites/bright-src/_assets/marker-stroked-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-stroked-24.png b/sprites/bright-src/_assets/marker-stroked-24.png deleted file mode 100644 index c8b75a70..00000000 Binary files a/sprites/bright-src/_assets/marker-stroked-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/marker-stroked-24@2x.png b/sprites/bright-src/_assets/marker-stroked-24@2x.png deleted file mode 100644 index a293b8f1..00000000 Binary files a/sprites/bright-src/_assets/marker-stroked-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/minefield-12.png b/sprites/bright-src/_assets/minefield-12.png deleted file mode 100644 index d2ff1c99..00000000 Binary files a/sprites/bright-src/_assets/minefield-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/minefield-12@2x.png b/sprites/bright-src/_assets/minefield-12@2x.png deleted file mode 100644 index d9b657a2..00000000 Binary files a/sprites/bright-src/_assets/minefield-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/minefield-18.png b/sprites/bright-src/_assets/minefield-18.png deleted file mode 100644 index bd152147..00000000 Binary files a/sprites/bright-src/_assets/minefield-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/minefield-18@2x.png b/sprites/bright-src/_assets/minefield-18@2x.png deleted file mode 100644 index 185bb19c..00000000 Binary files a/sprites/bright-src/_assets/minefield-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/minefield-24.png b/sprites/bright-src/_assets/minefield-24.png deleted file mode 100644 index ad1617a6..00000000 Binary files a/sprites/bright-src/_assets/minefield-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/minefield-24@2x.png b/sprites/bright-src/_assets/minefield-24@2x.png deleted file mode 100644 index 71f4333b..00000000 Binary files a/sprites/bright-src/_assets/minefield-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/mobilephone-12.png b/sprites/bright-src/_assets/mobilephone-12.png deleted file mode 100644 index 4a722fae..00000000 Binary files a/sprites/bright-src/_assets/mobilephone-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/mobilephone-12@2x.png b/sprites/bright-src/_assets/mobilephone-12@2x.png deleted file mode 100644 index d98dc03a..00000000 Binary files a/sprites/bright-src/_assets/mobilephone-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/mobilephone-18.png b/sprites/bright-src/_assets/mobilephone-18.png deleted file mode 100644 index 03347e90..00000000 Binary files a/sprites/bright-src/_assets/mobilephone-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/mobilephone-18@2x.png b/sprites/bright-src/_assets/mobilephone-18@2x.png deleted file mode 100644 index a792c2af..00000000 Binary files a/sprites/bright-src/_assets/mobilephone-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/mobilephone-24.png b/sprites/bright-src/_assets/mobilephone-24.png deleted file mode 100644 index f68ca79a..00000000 Binary files a/sprites/bright-src/_assets/mobilephone-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/mobilephone-24@2x.png b/sprites/bright-src/_assets/mobilephone-24@2x.png deleted file mode 100644 index e4613b9b..00000000 Binary files a/sprites/bright-src/_assets/mobilephone-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/monument-12.png b/sprites/bright-src/_assets/monument-12.png deleted file mode 100644 index 06b4c56a..00000000 Binary files a/sprites/bright-src/_assets/monument-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/monument-12@2x.png b/sprites/bright-src/_assets/monument-12@2x.png deleted file mode 100644 index 56a97fc0..00000000 Binary files a/sprites/bright-src/_assets/monument-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/monument-18.png b/sprites/bright-src/_assets/monument-18.png deleted file mode 100644 index 01cb56cb..00000000 Binary files a/sprites/bright-src/_assets/monument-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/monument-18@2x.png b/sprites/bright-src/_assets/monument-18@2x.png deleted file mode 100644 index 6a8a03f7..00000000 Binary files a/sprites/bright-src/_assets/monument-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/monument-24.png b/sprites/bright-src/_assets/monument-24.png deleted file mode 100644 index 373c6b28..00000000 Binary files a/sprites/bright-src/_assets/monument-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/monument-24@2x.png b/sprites/bright-src/_assets/monument-24@2x.png deleted file mode 100644 index f99017d4..00000000 Binary files a/sprites/bright-src/_assets/monument-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_1.png b/sprites/bright-src/_assets/motorway_1.png deleted file mode 100644 index 16ea0258..00000000 Binary files a/sprites/bright-src/_assets/motorway_1.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_1@2x.png b/sprites/bright-src/_assets/motorway_1@2x.png deleted file mode 100644 index ba20a5b0..00000000 Binary files a/sprites/bright-src/_assets/motorway_1@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_2.png b/sprites/bright-src/_assets/motorway_2.png deleted file mode 100644 index 02281a32..00000000 Binary files a/sprites/bright-src/_assets/motorway_2.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_2@2x.png b/sprites/bright-src/_assets/motorway_2@2x.png deleted file mode 100644 index 84b3fe16..00000000 Binary files a/sprites/bright-src/_assets/motorway_2@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_3.png b/sprites/bright-src/_assets/motorway_3.png deleted file mode 100644 index 3f4a481c..00000000 Binary files a/sprites/bright-src/_assets/motorway_3.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_3@2x.png b/sprites/bright-src/_assets/motorway_3@2x.png deleted file mode 100644 index e3ea7684..00000000 Binary files a/sprites/bright-src/_assets/motorway_3@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_4.png b/sprites/bright-src/_assets/motorway_4.png deleted file mode 100644 index 946d3bdb..00000000 Binary files a/sprites/bright-src/_assets/motorway_4.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_4@2x.png b/sprites/bright-src/_assets/motorway_4@2x.png deleted file mode 100644 index 00cfdd28..00000000 Binary files a/sprites/bright-src/_assets/motorway_4@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_5.png b/sprites/bright-src/_assets/motorway_5.png deleted file mode 100644 index 070eab45..00000000 Binary files a/sprites/bright-src/_assets/motorway_5.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_5@2x.png b/sprites/bright-src/_assets/motorway_5@2x.png deleted file mode 100644 index 8057182e..00000000 Binary files a/sprites/bright-src/_assets/motorway_5@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_6.png b/sprites/bright-src/_assets/motorway_6.png deleted file mode 100644 index a5ba2aed..00000000 Binary files a/sprites/bright-src/_assets/motorway_6.png and /dev/null differ diff --git a/sprites/bright-src/_assets/motorway_6@2x.png b/sprites/bright-src/_assets/motorway_6@2x.png deleted file mode 100644 index 5aab10cd..00000000 Binary files a/sprites/bright-src/_assets/motorway_6@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/museum-12.png b/sprites/bright-src/_assets/museum-12.png deleted file mode 100644 index 7b3fdcfc..00000000 Binary files a/sprites/bright-src/_assets/museum-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/museum-12@2x.png b/sprites/bright-src/_assets/museum-12@2x.png deleted file mode 100644 index d282f576..00000000 Binary files a/sprites/bright-src/_assets/museum-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/museum-18.png b/sprites/bright-src/_assets/museum-18.png deleted file mode 100644 index 2547d987..00000000 Binary files a/sprites/bright-src/_assets/museum-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/museum-18@2x.png b/sprites/bright-src/_assets/museum-18@2x.png deleted file mode 100644 index 72735488..00000000 Binary files a/sprites/bright-src/_assets/museum-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/museum-24.png b/sprites/bright-src/_assets/museum-24.png deleted file mode 100644 index 5330442f..00000000 Binary files a/sprites/bright-src/_assets/museum-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/museum-24@2x.png b/sprites/bright-src/_assets/museum-24@2x.png deleted file mode 100644 index 790f3597..00000000 Binary files a/sprites/bright-src/_assets/museum-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/music-12.png b/sprites/bright-src/_assets/music-12.png deleted file mode 100644 index 79baff51..00000000 Binary files a/sprites/bright-src/_assets/music-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/music-12@2x.png b/sprites/bright-src/_assets/music-12@2x.png deleted file mode 100644 index a6d4920d..00000000 Binary files a/sprites/bright-src/_assets/music-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/music-18.png b/sprites/bright-src/_assets/music-18.png deleted file mode 100644 index 8e5abcd6..00000000 Binary files a/sprites/bright-src/_assets/music-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/music-18@2x.png b/sprites/bright-src/_assets/music-18@2x.png deleted file mode 100644 index 49f13532..00000000 Binary files a/sprites/bright-src/_assets/music-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/music-24.png b/sprites/bright-src/_assets/music-24.png deleted file mode 100644 index e67b9d67..00000000 Binary files a/sprites/bright-src/_assets/music-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/music-24@2x.png b/sprites/bright-src/_assets/music-24@2x.png deleted file mode 100644 index f4107e6a..00000000 Binary files a/sprites/bright-src/_assets/music-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/oil-well-12.png b/sprites/bright-src/_assets/oil-well-12.png deleted file mode 100644 index 01230015..00000000 Binary files a/sprites/bright-src/_assets/oil-well-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/oil-well-12@2x.png b/sprites/bright-src/_assets/oil-well-12@2x.png deleted file mode 100644 index 8ee0af9b..00000000 Binary files a/sprites/bright-src/_assets/oil-well-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/oil-well-18.png b/sprites/bright-src/_assets/oil-well-18.png deleted file mode 100644 index 200eb9bf..00000000 Binary files a/sprites/bright-src/_assets/oil-well-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/oil-well-18@2x.png b/sprites/bright-src/_assets/oil-well-18@2x.png deleted file mode 100644 index c1cf6ef4..00000000 Binary files a/sprites/bright-src/_assets/oil-well-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/oil-well-24.png b/sprites/bright-src/_assets/oil-well-24.png deleted file mode 100644 index 62d9ffdc..00000000 Binary files a/sprites/bright-src/_assets/oil-well-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/oil-well-24@2x.png b/sprites/bright-src/_assets/oil-well-24@2x.png deleted file mode 100644 index d3845618..00000000 Binary files a/sprites/bright-src/_assets/oil-well-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park-12.png b/sprites/bright-src/_assets/park-12.png deleted file mode 100644 index ca574dca..00000000 Binary files a/sprites/bright-src/_assets/park-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park-12@2x.png b/sprites/bright-src/_assets/park-12@2x.png deleted file mode 100644 index 6298b8b4..00000000 Binary files a/sprites/bright-src/_assets/park-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park-18.png b/sprites/bright-src/_assets/park-18.png deleted file mode 100644 index e3d1eb18..00000000 Binary files a/sprites/bright-src/_assets/park-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park-18@2x.png b/sprites/bright-src/_assets/park-18@2x.png deleted file mode 100644 index 41790ecb..00000000 Binary files a/sprites/bright-src/_assets/park-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park-24.png b/sprites/bright-src/_assets/park-24.png deleted file mode 100644 index e8ae99aa..00000000 Binary files a/sprites/bright-src/_assets/park-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park-24@2x.png b/sprites/bright-src/_assets/park-24@2x.png deleted file mode 100644 index 5e119b14..00000000 Binary files a/sprites/bright-src/_assets/park-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park2-12.png b/sprites/bright-src/_assets/park2-12.png deleted file mode 100644 index 878c9819..00000000 Binary files a/sprites/bright-src/_assets/park2-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park2-12@2x.png b/sprites/bright-src/_assets/park2-12@2x.png deleted file mode 100644 index c579fc73..00000000 Binary files a/sprites/bright-src/_assets/park2-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park2-18.png b/sprites/bright-src/_assets/park2-18.png deleted file mode 100644 index 531a1b36..00000000 Binary files a/sprites/bright-src/_assets/park2-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park2-18@2x.png b/sprites/bright-src/_assets/park2-18@2x.png deleted file mode 100644 index 6a791dc1..00000000 Binary files a/sprites/bright-src/_assets/park2-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park2-24.png b/sprites/bright-src/_assets/park2-24.png deleted file mode 100644 index 9c1db62f..00000000 Binary files a/sprites/bright-src/_assets/park2-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/park2-24@2x.png b/sprites/bright-src/_assets/park2-24@2x.png deleted file mode 100644 index 407edae1..00000000 Binary files a/sprites/bright-src/_assets/park2-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-12.png b/sprites/bright-src/_assets/parking-12.png deleted file mode 100644 index 5bea85a2..00000000 Binary files a/sprites/bright-src/_assets/parking-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-12@2x.png b/sprites/bright-src/_assets/parking-12@2x.png deleted file mode 100644 index 60ac89f7..00000000 Binary files a/sprites/bright-src/_assets/parking-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-18.png b/sprites/bright-src/_assets/parking-18.png deleted file mode 100644 index 7f548046..00000000 Binary files a/sprites/bright-src/_assets/parking-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-18@2x.png b/sprites/bright-src/_assets/parking-18@2x.png deleted file mode 100644 index c744815a..00000000 Binary files a/sprites/bright-src/_assets/parking-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-24.png b/sprites/bright-src/_assets/parking-24.png deleted file mode 100644 index 93cef29a..00000000 Binary files a/sprites/bright-src/_assets/parking-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-24@2x.png b/sprites/bright-src/_assets/parking-24@2x.png deleted file mode 100644 index a055a94e..00000000 Binary files a/sprites/bright-src/_assets/parking-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-garage-12.png b/sprites/bright-src/_assets/parking-garage-12.png deleted file mode 100644 index 50777cac..00000000 Binary files a/sprites/bright-src/_assets/parking-garage-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-garage-12@2x.png b/sprites/bright-src/_assets/parking-garage-12@2x.png deleted file mode 100644 index cf0ef3a4..00000000 Binary files a/sprites/bright-src/_assets/parking-garage-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-garage-18.png b/sprites/bright-src/_assets/parking-garage-18.png deleted file mode 100644 index 8c1af3bf..00000000 Binary files a/sprites/bright-src/_assets/parking-garage-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-garage-18@2x.png b/sprites/bright-src/_assets/parking-garage-18@2x.png deleted file mode 100644 index 0022a419..00000000 Binary files a/sprites/bright-src/_assets/parking-garage-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-garage-24.png b/sprites/bright-src/_assets/parking-garage-24.png deleted file mode 100644 index d77a462d..00000000 Binary files a/sprites/bright-src/_assets/parking-garage-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/parking-garage-24@2x.png b/sprites/bright-src/_assets/parking-garage-24@2x.png deleted file mode 100644 index 6f588af6..00000000 Binary files a/sprites/bright-src/_assets/parking-garage-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pharmacy-12.png b/sprites/bright-src/_assets/pharmacy-12.png deleted file mode 100644 index 2682bbc9..00000000 Binary files a/sprites/bright-src/_assets/pharmacy-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pharmacy-12@2x.png b/sprites/bright-src/_assets/pharmacy-12@2x.png deleted file mode 100644 index 02ddaf76..00000000 Binary files a/sprites/bright-src/_assets/pharmacy-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pharmacy-18.png b/sprites/bright-src/_assets/pharmacy-18.png deleted file mode 100644 index 5a06cdf9..00000000 Binary files a/sprites/bright-src/_assets/pharmacy-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pharmacy-18@2x.png b/sprites/bright-src/_assets/pharmacy-18@2x.png deleted file mode 100644 index 41863c08..00000000 Binary files a/sprites/bright-src/_assets/pharmacy-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pharmacy-24.png b/sprites/bright-src/_assets/pharmacy-24.png deleted file mode 100644 index 897106f5..00000000 Binary files a/sprites/bright-src/_assets/pharmacy-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pharmacy-24@2x.png b/sprites/bright-src/_assets/pharmacy-24@2x.png deleted file mode 100644 index 5697ea7b..00000000 Binary files a/sprites/bright-src/_assets/pharmacy-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pitch-12.png b/sprites/bright-src/_assets/pitch-12.png deleted file mode 100644 index 91ad5f32..00000000 Binary files a/sprites/bright-src/_assets/pitch-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pitch-12@2x.png b/sprites/bright-src/_assets/pitch-12@2x.png deleted file mode 100644 index 4fa7a6ef..00000000 Binary files a/sprites/bright-src/_assets/pitch-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pitch-18.png b/sprites/bright-src/_assets/pitch-18.png deleted file mode 100644 index 149a6599..00000000 Binary files a/sprites/bright-src/_assets/pitch-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pitch-18@2x.png b/sprites/bright-src/_assets/pitch-18@2x.png deleted file mode 100644 index 3c80905d..00000000 Binary files a/sprites/bright-src/_assets/pitch-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pitch-24.png b/sprites/bright-src/_assets/pitch-24.png deleted file mode 100644 index 953781bd..00000000 Binary files a/sprites/bright-src/_assets/pitch-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/pitch-24@2x.png b/sprites/bright-src/_assets/pitch-24@2x.png deleted file mode 100644 index 6609ad1f..00000000 Binary files a/sprites/bright-src/_assets/pitch-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/place-of-worship-12.png b/sprites/bright-src/_assets/place-of-worship-12.png deleted file mode 100644 index 1f713cf0..00000000 Binary files a/sprites/bright-src/_assets/place-of-worship-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/place-of-worship-12@2x.png b/sprites/bright-src/_assets/place-of-worship-12@2x.png deleted file mode 100644 index 233750e2..00000000 Binary files a/sprites/bright-src/_assets/place-of-worship-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/place-of-worship-18.png b/sprites/bright-src/_assets/place-of-worship-18.png deleted file mode 100644 index c2f10193..00000000 Binary files a/sprites/bright-src/_assets/place-of-worship-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/place-of-worship-18@2x.png b/sprites/bright-src/_assets/place-of-worship-18@2x.png deleted file mode 100644 index 83dea06e..00000000 Binary files a/sprites/bright-src/_assets/place-of-worship-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/place-of-worship-24.png b/sprites/bright-src/_assets/place-of-worship-24.png deleted file mode 100644 index 06b89d78..00000000 Binary files a/sprites/bright-src/_assets/place-of-worship-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/place-of-worship-24@2x.png b/sprites/bright-src/_assets/place-of-worship-24@2x.png deleted file mode 100644 index b70b5d05..00000000 Binary files a/sprites/bright-src/_assets/place-of-worship-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/playground-12.png b/sprites/bright-src/_assets/playground-12.png deleted file mode 100644 index 34365e59..00000000 Binary files a/sprites/bright-src/_assets/playground-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/playground-12@2x.png b/sprites/bright-src/_assets/playground-12@2x.png deleted file mode 100644 index 7637f2ad..00000000 Binary files a/sprites/bright-src/_assets/playground-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/playground-18.png b/sprites/bright-src/_assets/playground-18.png deleted file mode 100644 index 139415a0..00000000 Binary files a/sprites/bright-src/_assets/playground-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/playground-18@2x.png b/sprites/bright-src/_assets/playground-18@2x.png deleted file mode 100644 index 97f4a56e..00000000 Binary files a/sprites/bright-src/_assets/playground-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/playground-24.png b/sprites/bright-src/_assets/playground-24.png deleted file mode 100644 index 5d8a3771..00000000 Binary files a/sprites/bright-src/_assets/playground-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/playground-24@2x.png b/sprites/bright-src/_assets/playground-24@2x.png deleted file mode 100644 index 1d70e84d..00000000 Binary files a/sprites/bright-src/_assets/playground-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/police-12.png b/sprites/bright-src/_assets/police-12.png deleted file mode 100644 index 32f93bbf..00000000 Binary files a/sprites/bright-src/_assets/police-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/police-12@2x.png b/sprites/bright-src/_assets/police-12@2x.png deleted file mode 100644 index 1286a64d..00000000 Binary files a/sprites/bright-src/_assets/police-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/police-18.png b/sprites/bright-src/_assets/police-18.png deleted file mode 100644 index 759a92dc..00000000 Binary files a/sprites/bright-src/_assets/police-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/police-18@2x.png b/sprites/bright-src/_assets/police-18@2x.png deleted file mode 100644 index 24aa7bc1..00000000 Binary files a/sprites/bright-src/_assets/police-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/police-24.png b/sprites/bright-src/_assets/police-24.png deleted file mode 100644 index c457d49b..00000000 Binary files a/sprites/bright-src/_assets/police-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/police-24@2x.png b/sprites/bright-src/_assets/police-24@2x.png deleted file mode 100644 index fbe9e649..00000000 Binary files a/sprites/bright-src/_assets/police-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/polling-place-12.png b/sprites/bright-src/_assets/polling-place-12.png deleted file mode 100644 index e9e195c3..00000000 Binary files a/sprites/bright-src/_assets/polling-place-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/polling-place-12@2x.png b/sprites/bright-src/_assets/polling-place-12@2x.png deleted file mode 100644 index f3d1a023..00000000 Binary files a/sprites/bright-src/_assets/polling-place-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/polling-place-18.png b/sprites/bright-src/_assets/polling-place-18.png deleted file mode 100644 index de15427a..00000000 Binary files a/sprites/bright-src/_assets/polling-place-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/polling-place-18@2x.png b/sprites/bright-src/_assets/polling-place-18@2x.png deleted file mode 100644 index 7efdfaf2..00000000 Binary files a/sprites/bright-src/_assets/polling-place-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/polling-place-24.png b/sprites/bright-src/_assets/polling-place-24.png deleted file mode 100644 index f4534571..00000000 Binary files a/sprites/bright-src/_assets/polling-place-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/polling-place-24@2x.png b/sprites/bright-src/_assets/polling-place-24@2x.png deleted file mode 100644 index 7e0f855e..00000000 Binary files a/sprites/bright-src/_assets/polling-place-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/post-12.png b/sprites/bright-src/_assets/post-12.png deleted file mode 100644 index cd5b5671..00000000 Binary files a/sprites/bright-src/_assets/post-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/post-12@2x.png b/sprites/bright-src/_assets/post-12@2x.png deleted file mode 100644 index 57cc6993..00000000 Binary files a/sprites/bright-src/_assets/post-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/post-18.png b/sprites/bright-src/_assets/post-18.png deleted file mode 100644 index ce64f953..00000000 Binary files a/sprites/bright-src/_assets/post-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/post-18@2x.png b/sprites/bright-src/_assets/post-18@2x.png deleted file mode 100644 index 214b603a..00000000 Binary files a/sprites/bright-src/_assets/post-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/post-24.png b/sprites/bright-src/_assets/post-24.png deleted file mode 100644 index fdc09582..00000000 Binary files a/sprites/bright-src/_assets/post-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/post-24@2x.png b/sprites/bright-src/_assets/post-24@2x.png deleted file mode 100644 index 65ac9059..00000000 Binary files a/sprites/bright-src/_assets/post-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/prison-12.png b/sprites/bright-src/_assets/prison-12.png deleted file mode 100644 index 5fefa5fc..00000000 Binary files a/sprites/bright-src/_assets/prison-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/prison-12@2x.png b/sprites/bright-src/_assets/prison-12@2x.png deleted file mode 100644 index 3d61deaf..00000000 Binary files a/sprites/bright-src/_assets/prison-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/prison-18.png b/sprites/bright-src/_assets/prison-18.png deleted file mode 100644 index 025bebc0..00000000 Binary files a/sprites/bright-src/_assets/prison-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/prison-18@2x.png b/sprites/bright-src/_assets/prison-18@2x.png deleted file mode 100644 index d04fc93f..00000000 Binary files a/sprites/bright-src/_assets/prison-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/prison-24.png b/sprites/bright-src/_assets/prison-24.png deleted file mode 100644 index a183ecd6..00000000 Binary files a/sprites/bright-src/_assets/prison-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/prison-24@2x.png b/sprites/bright-src/_assets/prison-24@2x.png deleted file mode 100644 index 6d768152..00000000 Binary files a/sprites/bright-src/_assets/prison-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-12.png b/sprites/bright-src/_assets/rail-12.png deleted file mode 100644 index 7a154c88..00000000 Binary files a/sprites/bright-src/_assets/rail-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-12@2x.png b/sprites/bright-src/_assets/rail-12@2x.png deleted file mode 100644 index dcfda079..00000000 Binary files a/sprites/bright-src/_assets/rail-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-18.png b/sprites/bright-src/_assets/rail-18.png deleted file mode 100644 index fb16e9d2..00000000 Binary files a/sprites/bright-src/_assets/rail-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-18@2x.png b/sprites/bright-src/_assets/rail-18@2x.png deleted file mode 100644 index cdc722b8..00000000 Binary files a/sprites/bright-src/_assets/rail-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-24.png b/sprites/bright-src/_assets/rail-24.png deleted file mode 100644 index 48bbe8b0..00000000 Binary files a/sprites/bright-src/_assets/rail-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-24@2x.png b/sprites/bright-src/_assets/rail-24@2x.png deleted file mode 100644 index 9818b8e8..00000000 Binary files a/sprites/bright-src/_assets/rail-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-above-12.png b/sprites/bright-src/_assets/rail-above-12.png deleted file mode 100644 index abbdc7cf..00000000 Binary files a/sprites/bright-src/_assets/rail-above-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-above-12@2x.png b/sprites/bright-src/_assets/rail-above-12@2x.png deleted file mode 100644 index c2214cbf..00000000 Binary files a/sprites/bright-src/_assets/rail-above-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-above-18.png b/sprites/bright-src/_assets/rail-above-18.png deleted file mode 100644 index 04d2db9b..00000000 Binary files a/sprites/bright-src/_assets/rail-above-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-above-18@2x.png b/sprites/bright-src/_assets/rail-above-18@2x.png deleted file mode 100644 index 00c6f416..00000000 Binary files a/sprites/bright-src/_assets/rail-above-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-above-24.png b/sprites/bright-src/_assets/rail-above-24.png deleted file mode 100644 index be89d136..00000000 Binary files a/sprites/bright-src/_assets/rail-above-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-above-24@2x.png b/sprites/bright-src/_assets/rail-above-24@2x.png deleted file mode 100644 index d8f383f5..00000000 Binary files a/sprites/bright-src/_assets/rail-above-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-light-12.png b/sprites/bright-src/_assets/rail-light-12.png deleted file mode 100644 index 7dd44f77..00000000 Binary files a/sprites/bright-src/_assets/rail-light-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-light-12@2x.png b/sprites/bright-src/_assets/rail-light-12@2x.png deleted file mode 100644 index 9bec36b4..00000000 Binary files a/sprites/bright-src/_assets/rail-light-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-light-18.png b/sprites/bright-src/_assets/rail-light-18.png deleted file mode 100644 index a69fbff7..00000000 Binary files a/sprites/bright-src/_assets/rail-light-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-light-18@2x.png b/sprites/bright-src/_assets/rail-light-18@2x.png deleted file mode 100644 index 21d82c0c..00000000 Binary files a/sprites/bright-src/_assets/rail-light-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-light-24.png b/sprites/bright-src/_assets/rail-light-24.png deleted file mode 100644 index 93fb13bd..00000000 Binary files a/sprites/bright-src/_assets/rail-light-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-light-24@2x.png b/sprites/bright-src/_assets/rail-light-24@2x.png deleted file mode 100644 index e7461fbf..00000000 Binary files a/sprites/bright-src/_assets/rail-light-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-metro-12.png b/sprites/bright-src/_assets/rail-metro-12.png deleted file mode 100644 index 460ce294..00000000 Binary files a/sprites/bright-src/_assets/rail-metro-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-metro-12@2x.png b/sprites/bright-src/_assets/rail-metro-12@2x.png deleted file mode 100644 index c1d225ee..00000000 Binary files a/sprites/bright-src/_assets/rail-metro-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-metro-18.png b/sprites/bright-src/_assets/rail-metro-18.png deleted file mode 100644 index fc1b29e3..00000000 Binary files a/sprites/bright-src/_assets/rail-metro-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-metro-18@2x.png b/sprites/bright-src/_assets/rail-metro-18@2x.png deleted file mode 100644 index 912d5398..00000000 Binary files a/sprites/bright-src/_assets/rail-metro-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-metro-24.png b/sprites/bright-src/_assets/rail-metro-24.png deleted file mode 100644 index 40aa1815..00000000 Binary files a/sprites/bright-src/_assets/rail-metro-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-metro-24@2x.png b/sprites/bright-src/_assets/rail-metro-24@2x.png deleted file mode 100644 index f048b1ac..00000000 Binary files a/sprites/bright-src/_assets/rail-metro-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-underground-12.png b/sprites/bright-src/_assets/rail-underground-12.png deleted file mode 100644 index e710c67e..00000000 Binary files a/sprites/bright-src/_assets/rail-underground-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-underground-12@2x.png b/sprites/bright-src/_assets/rail-underground-12@2x.png deleted file mode 100644 index 227a1332..00000000 Binary files a/sprites/bright-src/_assets/rail-underground-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-underground-18.png b/sprites/bright-src/_assets/rail-underground-18.png deleted file mode 100644 index 06efb3fe..00000000 Binary files a/sprites/bright-src/_assets/rail-underground-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-underground-18@2x.png b/sprites/bright-src/_assets/rail-underground-18@2x.png deleted file mode 100644 index e3ed6875..00000000 Binary files a/sprites/bright-src/_assets/rail-underground-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-underground-24.png b/sprites/bright-src/_assets/rail-underground-24.png deleted file mode 100644 index fc536ced..00000000 Binary files a/sprites/bright-src/_assets/rail-underground-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rail-underground-24@2x.png b/sprites/bright-src/_assets/rail-underground-24@2x.png deleted file mode 100644 index ec4e9de9..00000000 Binary files a/sprites/bright-src/_assets/rail-underground-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-christian-12.png b/sprites/bright-src/_assets/religious-christian-12.png deleted file mode 100644 index 1c077a5f..00000000 Binary files a/sprites/bright-src/_assets/religious-christian-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-christian-12@2x.png b/sprites/bright-src/_assets/religious-christian-12@2x.png deleted file mode 100644 index 81ade541..00000000 Binary files a/sprites/bright-src/_assets/religious-christian-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-christian-18.png b/sprites/bright-src/_assets/religious-christian-18.png deleted file mode 100644 index 9549d7f4..00000000 Binary files a/sprites/bright-src/_assets/religious-christian-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-christian-18@2x.png b/sprites/bright-src/_assets/religious-christian-18@2x.png deleted file mode 100644 index 8dba5259..00000000 Binary files a/sprites/bright-src/_assets/religious-christian-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-christian-24.png b/sprites/bright-src/_assets/religious-christian-24.png deleted file mode 100644 index 0c8eec06..00000000 Binary files a/sprites/bright-src/_assets/religious-christian-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-christian-24@2x.png b/sprites/bright-src/_assets/religious-christian-24@2x.png deleted file mode 100644 index a16062a2..00000000 Binary files a/sprites/bright-src/_assets/religious-christian-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-jewish-12.png b/sprites/bright-src/_assets/religious-jewish-12.png deleted file mode 100644 index cec76730..00000000 Binary files a/sprites/bright-src/_assets/religious-jewish-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-jewish-12@2x.png b/sprites/bright-src/_assets/religious-jewish-12@2x.png deleted file mode 100644 index 80db618b..00000000 Binary files a/sprites/bright-src/_assets/religious-jewish-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-jewish-18.png b/sprites/bright-src/_assets/religious-jewish-18.png deleted file mode 100644 index 4afa55b9..00000000 Binary files a/sprites/bright-src/_assets/religious-jewish-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-jewish-18@2x.png b/sprites/bright-src/_assets/religious-jewish-18@2x.png deleted file mode 100644 index 02e8f006..00000000 Binary files a/sprites/bright-src/_assets/religious-jewish-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-jewish-24.png b/sprites/bright-src/_assets/religious-jewish-24.png deleted file mode 100644 index 01d21b2a..00000000 Binary files a/sprites/bright-src/_assets/religious-jewish-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-jewish-24@2x.png b/sprites/bright-src/_assets/religious-jewish-24@2x.png deleted file mode 100644 index 960e86d2..00000000 Binary files a/sprites/bright-src/_assets/religious-jewish-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-muslim-12.png b/sprites/bright-src/_assets/religious-muslim-12.png deleted file mode 100644 index 916f9f74..00000000 Binary files a/sprites/bright-src/_assets/religious-muslim-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-muslim-12@2x.png b/sprites/bright-src/_assets/religious-muslim-12@2x.png deleted file mode 100644 index 8c830b4f..00000000 Binary files a/sprites/bright-src/_assets/religious-muslim-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-muslim-18.png b/sprites/bright-src/_assets/religious-muslim-18.png deleted file mode 100644 index 6e6ca231..00000000 Binary files a/sprites/bright-src/_assets/religious-muslim-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-muslim-18@2x.png b/sprites/bright-src/_assets/religious-muslim-18@2x.png deleted file mode 100644 index 76775975..00000000 Binary files a/sprites/bright-src/_assets/religious-muslim-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-muslim-24.png b/sprites/bright-src/_assets/religious-muslim-24.png deleted file mode 100644 index 554e789c..00000000 Binary files a/sprites/bright-src/_assets/religious-muslim-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/religious-muslim-24@2x.png b/sprites/bright-src/_assets/religious-muslim-24@2x.png deleted file mode 100644 index 4b47ee16..00000000 Binary files a/sprites/bright-src/_assets/religious-muslim-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/restaurant-12.png b/sprites/bright-src/_assets/restaurant-12.png deleted file mode 100644 index c4c18b75..00000000 Binary files a/sprites/bright-src/_assets/restaurant-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/restaurant-12@2x.png b/sprites/bright-src/_assets/restaurant-12@2x.png deleted file mode 100644 index 16b21702..00000000 Binary files a/sprites/bright-src/_assets/restaurant-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/restaurant-18.png b/sprites/bright-src/_assets/restaurant-18.png deleted file mode 100644 index 5ab7918c..00000000 Binary files a/sprites/bright-src/_assets/restaurant-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/restaurant-18@2x.png b/sprites/bright-src/_assets/restaurant-18@2x.png deleted file mode 100644 index 1c7dbb25..00000000 Binary files a/sprites/bright-src/_assets/restaurant-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/restaurant-24.png b/sprites/bright-src/_assets/restaurant-24.png deleted file mode 100644 index d55e3e33..00000000 Binary files a/sprites/bright-src/_assets/restaurant-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/restaurant-24@2x.png b/sprites/bright-src/_assets/restaurant-24@2x.png deleted file mode 100644 index 78088a5d..00000000 Binary files a/sprites/bright-src/_assets/restaurant-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/roadblock-12.png b/sprites/bright-src/_assets/roadblock-12.png deleted file mode 100644 index aa8c81a6..00000000 Binary files a/sprites/bright-src/_assets/roadblock-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/roadblock-12@2x.png b/sprites/bright-src/_assets/roadblock-12@2x.png deleted file mode 100644 index f95ce6f5..00000000 Binary files a/sprites/bright-src/_assets/roadblock-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/roadblock-18.png b/sprites/bright-src/_assets/roadblock-18.png deleted file mode 100644 index f91c5bab..00000000 Binary files a/sprites/bright-src/_assets/roadblock-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/roadblock-18@2x.png b/sprites/bright-src/_assets/roadblock-18@2x.png deleted file mode 100644 index 1a7ac50c..00000000 Binary files a/sprites/bright-src/_assets/roadblock-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/roadblock-24.png b/sprites/bright-src/_assets/roadblock-24.png deleted file mode 100644 index 2cb853cd..00000000 Binary files a/sprites/bright-src/_assets/roadblock-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/roadblock-24@2x.png b/sprites/bright-src/_assets/roadblock-24@2x.png deleted file mode 100644 index eade7000..00000000 Binary files a/sprites/bright-src/_assets/roadblock-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rocket-12.png b/sprites/bright-src/_assets/rocket-12.png deleted file mode 100644 index 42f910ef..00000000 Binary files a/sprites/bright-src/_assets/rocket-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rocket-12@2x.png b/sprites/bright-src/_assets/rocket-12@2x.png deleted file mode 100644 index da55f5b0..00000000 Binary files a/sprites/bright-src/_assets/rocket-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rocket-18.png b/sprites/bright-src/_assets/rocket-18.png deleted file mode 100644 index be6140f0..00000000 Binary files a/sprites/bright-src/_assets/rocket-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rocket-18@2x.png b/sprites/bright-src/_assets/rocket-18@2x.png deleted file mode 100644 index 5c097666..00000000 Binary files a/sprites/bright-src/_assets/rocket-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rocket-24.png b/sprites/bright-src/_assets/rocket-24.png deleted file mode 100644 index 3501776d..00000000 Binary files a/sprites/bright-src/_assets/rocket-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/rocket-24@2x.png b/sprites/bright-src/_assets/rocket-24@2x.png deleted file mode 100644 index 2b673f88..00000000 Binary files a/sprites/bright-src/_assets/rocket-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/school-12.png b/sprites/bright-src/_assets/school-12.png deleted file mode 100644 index 38c794f6..00000000 Binary files a/sprites/bright-src/_assets/school-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/school-12@2x.png b/sprites/bright-src/_assets/school-12@2x.png deleted file mode 100644 index 9b4b8ea2..00000000 Binary files a/sprites/bright-src/_assets/school-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/school-18.png b/sprites/bright-src/_assets/school-18.png deleted file mode 100644 index 921c5ef1..00000000 Binary files a/sprites/bright-src/_assets/school-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/school-18@2x.png b/sprites/bright-src/_assets/school-18@2x.png deleted file mode 100644 index 887f5dfa..00000000 Binary files a/sprites/bright-src/_assets/school-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/school-24.png b/sprites/bright-src/_assets/school-24.png deleted file mode 100644 index 816668d2..00000000 Binary files a/sprites/bright-src/_assets/school-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/school-24@2x.png b/sprites/bright-src/_assets/school-24@2x.png deleted file mode 100644 index a7835243..00000000 Binary files a/sprites/bright-src/_assets/school-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/scooter-12.png b/sprites/bright-src/_assets/scooter-12.png deleted file mode 100644 index 0b5bb9c8..00000000 Binary files a/sprites/bright-src/_assets/scooter-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/scooter-12@2x.png b/sprites/bright-src/_assets/scooter-12@2x.png deleted file mode 100644 index 8be298d5..00000000 Binary files a/sprites/bright-src/_assets/scooter-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/scooter-18.png b/sprites/bright-src/_assets/scooter-18.png deleted file mode 100644 index 7141b8f4..00000000 Binary files a/sprites/bright-src/_assets/scooter-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/scooter-18@2x.png b/sprites/bright-src/_assets/scooter-18@2x.png deleted file mode 100644 index 41f35bcf..00000000 Binary files a/sprites/bright-src/_assets/scooter-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/scooter-24.png b/sprites/bright-src/_assets/scooter-24.png deleted file mode 100644 index 696ecfb9..00000000 Binary files a/sprites/bright-src/_assets/scooter-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/scooter-24@2x.png b/sprites/bright-src/_assets/scooter-24@2x.png deleted file mode 100644 index 4634886d..00000000 Binary files a/sprites/bright-src/_assets/scooter-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/shop-12.png b/sprites/bright-src/_assets/shop-12.png deleted file mode 100644 index 6dd8a97d..00000000 Binary files a/sprites/bright-src/_assets/shop-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/shop-12@2x.png b/sprites/bright-src/_assets/shop-12@2x.png deleted file mode 100644 index fd6c4ec7..00000000 Binary files a/sprites/bright-src/_assets/shop-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/shop-18.png b/sprites/bright-src/_assets/shop-18.png deleted file mode 100644 index 5a78ef18..00000000 Binary files a/sprites/bright-src/_assets/shop-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/shop-18@2x.png b/sprites/bright-src/_assets/shop-18@2x.png deleted file mode 100644 index bd11561e..00000000 Binary files a/sprites/bright-src/_assets/shop-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/shop-24.png b/sprites/bright-src/_assets/shop-24.png deleted file mode 100644 index ea697a7a..00000000 Binary files a/sprites/bright-src/_assets/shop-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/shop-24@2x.png b/sprites/bright-src/_assets/shop-24@2x.png deleted file mode 100644 index b6dc8600..00000000 Binary files a/sprites/bright-src/_assets/shop-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/skiing-12.png b/sprites/bright-src/_assets/skiing-12.png deleted file mode 100644 index 9dab581c..00000000 Binary files a/sprites/bright-src/_assets/skiing-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/skiing-12@2x.png b/sprites/bright-src/_assets/skiing-12@2x.png deleted file mode 100644 index 1ea373fa..00000000 Binary files a/sprites/bright-src/_assets/skiing-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/skiing-18.png b/sprites/bright-src/_assets/skiing-18.png deleted file mode 100644 index 36157373..00000000 Binary files a/sprites/bright-src/_assets/skiing-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/skiing-18@2x.png b/sprites/bright-src/_assets/skiing-18@2x.png deleted file mode 100644 index 4c471a72..00000000 Binary files a/sprites/bright-src/_assets/skiing-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/skiing-24.png b/sprites/bright-src/_assets/skiing-24.png deleted file mode 100644 index 792cdf69..00000000 Binary files a/sprites/bright-src/_assets/skiing-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/skiing-24@2x.png b/sprites/bright-src/_assets/skiing-24@2x.png deleted file mode 100644 index 62deaa7a..00000000 Binary files a/sprites/bright-src/_assets/skiing-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/slaughterhouse-12.png b/sprites/bright-src/_assets/slaughterhouse-12.png deleted file mode 100644 index 3a218942..00000000 Binary files a/sprites/bright-src/_assets/slaughterhouse-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/slaughterhouse-12@2x.png b/sprites/bright-src/_assets/slaughterhouse-12@2x.png deleted file mode 100644 index 796eef03..00000000 Binary files a/sprites/bright-src/_assets/slaughterhouse-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/slaughterhouse-18.png b/sprites/bright-src/_assets/slaughterhouse-18.png deleted file mode 100644 index 88d7b3b5..00000000 Binary files a/sprites/bright-src/_assets/slaughterhouse-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/slaughterhouse-18@2x.png b/sprites/bright-src/_assets/slaughterhouse-18@2x.png deleted file mode 100644 index 8d88055e..00000000 Binary files a/sprites/bright-src/_assets/slaughterhouse-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/slaughterhouse-24.png b/sprites/bright-src/_assets/slaughterhouse-24.png deleted file mode 100644 index 5d569b33..00000000 Binary files a/sprites/bright-src/_assets/slaughterhouse-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/slaughterhouse-24@2x.png b/sprites/bright-src/_assets/slaughterhouse-24@2x.png deleted file mode 100644 index 147efccf..00000000 Binary files a/sprites/bright-src/_assets/slaughterhouse-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/soccer-12.png b/sprites/bright-src/_assets/soccer-12.png deleted file mode 100644 index 3ad620fa..00000000 Binary files a/sprites/bright-src/_assets/soccer-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/soccer-12@2x.png b/sprites/bright-src/_assets/soccer-12@2x.png deleted file mode 100644 index 59a0eefc..00000000 Binary files a/sprites/bright-src/_assets/soccer-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/soccer-18.png b/sprites/bright-src/_assets/soccer-18.png deleted file mode 100644 index c3101bd4..00000000 Binary files a/sprites/bright-src/_assets/soccer-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/soccer-18@2x.png b/sprites/bright-src/_assets/soccer-18@2x.png deleted file mode 100644 index 041ebf9b..00000000 Binary files a/sprites/bright-src/_assets/soccer-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/soccer-24.png b/sprites/bright-src/_assets/soccer-24.png deleted file mode 100644 index aaa0e42b..00000000 Binary files a/sprites/bright-src/_assets/soccer-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/soccer-24@2x.png b/sprites/bright-src/_assets/soccer-24@2x.png deleted file mode 100644 index cbc1166d..00000000 Binary files a/sprites/bright-src/_assets/soccer-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-12.png b/sprites/bright-src/_assets/square-12.png deleted file mode 100644 index 9194daf0..00000000 Binary files a/sprites/bright-src/_assets/square-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-12@2x.png b/sprites/bright-src/_assets/square-12@2x.png deleted file mode 100644 index fc9d02ee..00000000 Binary files a/sprites/bright-src/_assets/square-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-18.png b/sprites/bright-src/_assets/square-18.png deleted file mode 100644 index d6cebaf7..00000000 Binary files a/sprites/bright-src/_assets/square-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-18@2x.png b/sprites/bright-src/_assets/square-18@2x.png deleted file mode 100644 index 98db3184..00000000 Binary files a/sprites/bright-src/_assets/square-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-24.png b/sprites/bright-src/_assets/square-24.png deleted file mode 100644 index 6959722e..00000000 Binary files a/sprites/bright-src/_assets/square-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-24@2x.png b/sprites/bright-src/_assets/square-24@2x.png deleted file mode 100644 index b483ec9b..00000000 Binary files a/sprites/bright-src/_assets/square-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-stroked-12.png b/sprites/bright-src/_assets/square-stroked-12.png deleted file mode 100644 index 18172bc9..00000000 Binary files a/sprites/bright-src/_assets/square-stroked-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-stroked-12@2x.png b/sprites/bright-src/_assets/square-stroked-12@2x.png deleted file mode 100644 index 299336cc..00000000 Binary files a/sprites/bright-src/_assets/square-stroked-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-stroked-18.png b/sprites/bright-src/_assets/square-stroked-18.png deleted file mode 100644 index a14d3986..00000000 Binary files a/sprites/bright-src/_assets/square-stroked-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-stroked-18@2x.png b/sprites/bright-src/_assets/square-stroked-18@2x.png deleted file mode 100644 index cbdb4eaa..00000000 Binary files a/sprites/bright-src/_assets/square-stroked-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-stroked-24.png b/sprites/bright-src/_assets/square-stroked-24.png deleted file mode 100644 index d559b919..00000000 Binary files a/sprites/bright-src/_assets/square-stroked-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/square-stroked-24@2x.png b/sprites/bright-src/_assets/square-stroked-24@2x.png deleted file mode 100644 index 35a7c13c..00000000 Binary files a/sprites/bright-src/_assets/square-stroked-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-12.png b/sprites/bright-src/_assets/star-12.png deleted file mode 100644 index d1bd129b..00000000 Binary files a/sprites/bright-src/_assets/star-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-12@2x.png b/sprites/bright-src/_assets/star-12@2x.png deleted file mode 100644 index ae968592..00000000 Binary files a/sprites/bright-src/_assets/star-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-18.png b/sprites/bright-src/_assets/star-18.png deleted file mode 100644 index 861544f1..00000000 Binary files a/sprites/bright-src/_assets/star-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-18@2x.png b/sprites/bright-src/_assets/star-18@2x.png deleted file mode 100644 index c530fdbd..00000000 Binary files a/sprites/bright-src/_assets/star-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-24.png b/sprites/bright-src/_assets/star-24.png deleted file mode 100644 index afd74f43..00000000 Binary files a/sprites/bright-src/_assets/star-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-24@2x.png b/sprites/bright-src/_assets/star-24@2x.png deleted file mode 100644 index 29a1e4de..00000000 Binary files a/sprites/bright-src/_assets/star-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-stroked-12.png b/sprites/bright-src/_assets/star-stroked-12.png deleted file mode 100644 index 21d25645..00000000 Binary files a/sprites/bright-src/_assets/star-stroked-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-stroked-12@2x.png b/sprites/bright-src/_assets/star-stroked-12@2x.png deleted file mode 100644 index 6cd9aba1..00000000 Binary files a/sprites/bright-src/_assets/star-stroked-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-stroked-18.png b/sprites/bright-src/_assets/star-stroked-18.png deleted file mode 100644 index 89e0e49c..00000000 Binary files a/sprites/bright-src/_assets/star-stroked-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-stroked-18@2x.png b/sprites/bright-src/_assets/star-stroked-18@2x.png deleted file mode 100644 index df493a06..00000000 Binary files a/sprites/bright-src/_assets/star-stroked-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-stroked-24.png b/sprites/bright-src/_assets/star-stroked-24.png deleted file mode 100644 index 64e6ed7b..00000000 Binary files a/sprites/bright-src/_assets/star-stroked-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/star-stroked-24@2x.png b/sprites/bright-src/_assets/star-stroked-24@2x.png deleted file mode 100644 index af3e64f7..00000000 Binary files a/sprites/bright-src/_assets/star-stroked-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/suitcase-12.png b/sprites/bright-src/_assets/suitcase-12.png deleted file mode 100644 index c0a70b55..00000000 Binary files a/sprites/bright-src/_assets/suitcase-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/suitcase-12@2x.png b/sprites/bright-src/_assets/suitcase-12@2x.png deleted file mode 100644 index 55cab582..00000000 Binary files a/sprites/bright-src/_assets/suitcase-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/suitcase-18.png b/sprites/bright-src/_assets/suitcase-18.png deleted file mode 100644 index dd45cf6e..00000000 Binary files a/sprites/bright-src/_assets/suitcase-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/suitcase-18@2x.png b/sprites/bright-src/_assets/suitcase-18@2x.png deleted file mode 100644 index 507867e8..00000000 Binary files a/sprites/bright-src/_assets/suitcase-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/suitcase-24.png b/sprites/bright-src/_assets/suitcase-24.png deleted file mode 100644 index 95312c8d..00000000 Binary files a/sprites/bright-src/_assets/suitcase-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/suitcase-24@2x.png b/sprites/bright-src/_assets/suitcase-24@2x.png deleted file mode 100644 index ded83c4e..00000000 Binary files a/sprites/bright-src/_assets/suitcase-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/swimming-12.png b/sprites/bright-src/_assets/swimming-12.png deleted file mode 100644 index 1d56e106..00000000 Binary files a/sprites/bright-src/_assets/swimming-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/swimming-12@2x.png b/sprites/bright-src/_assets/swimming-12@2x.png deleted file mode 100644 index dadd8dba..00000000 Binary files a/sprites/bright-src/_assets/swimming-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/swimming-18.png b/sprites/bright-src/_assets/swimming-18.png deleted file mode 100644 index 70590aa5..00000000 Binary files a/sprites/bright-src/_assets/swimming-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/swimming-18@2x.png b/sprites/bright-src/_assets/swimming-18@2x.png deleted file mode 100644 index a0f1865c..00000000 Binary files a/sprites/bright-src/_assets/swimming-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/swimming-24.png b/sprites/bright-src/_assets/swimming-24.png deleted file mode 100644 index 35be9189..00000000 Binary files a/sprites/bright-src/_assets/swimming-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/swimming-24@2x.png b/sprites/bright-src/_assets/swimming-24@2x.png deleted file mode 100644 index 2b3da883..00000000 Binary files a/sprites/bright-src/_assets/swimming-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/telephone-12.png b/sprites/bright-src/_assets/telephone-12.png deleted file mode 100644 index 09b11039..00000000 Binary files a/sprites/bright-src/_assets/telephone-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/telephone-12@2x.png b/sprites/bright-src/_assets/telephone-12@2x.png deleted file mode 100644 index 85b433b2..00000000 Binary files a/sprites/bright-src/_assets/telephone-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/telephone-18.png b/sprites/bright-src/_assets/telephone-18.png deleted file mode 100644 index 6bee0b72..00000000 Binary files a/sprites/bright-src/_assets/telephone-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/telephone-18@2x.png b/sprites/bright-src/_assets/telephone-18@2x.png deleted file mode 100644 index 3a911978..00000000 Binary files a/sprites/bright-src/_assets/telephone-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/telephone-24.png b/sprites/bright-src/_assets/telephone-24.png deleted file mode 100644 index 90af4e37..00000000 Binary files a/sprites/bright-src/_assets/telephone-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/telephone-24@2x.png b/sprites/bright-src/_assets/telephone-24@2x.png deleted file mode 100644 index 516a7a9b..00000000 Binary files a/sprites/bright-src/_assets/telephone-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/tennis-12.png b/sprites/bright-src/_assets/tennis-12.png deleted file mode 100644 index dccf2506..00000000 Binary files a/sprites/bright-src/_assets/tennis-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/tennis-12@2x.png b/sprites/bright-src/_assets/tennis-12@2x.png deleted file mode 100644 index cdae544f..00000000 Binary files a/sprites/bright-src/_assets/tennis-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/tennis-18.png b/sprites/bright-src/_assets/tennis-18.png deleted file mode 100644 index 49c58199..00000000 Binary files a/sprites/bright-src/_assets/tennis-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/tennis-18@2x.png b/sprites/bright-src/_assets/tennis-18@2x.png deleted file mode 100644 index bab7ea46..00000000 Binary files a/sprites/bright-src/_assets/tennis-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/tennis-24.png b/sprites/bright-src/_assets/tennis-24.png deleted file mode 100644 index 42c0b534..00000000 Binary files a/sprites/bright-src/_assets/tennis-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/tennis-24@2x.png b/sprites/bright-src/_assets/tennis-24@2x.png deleted file mode 100644 index 53a46d2a..00000000 Binary files a/sprites/bright-src/_assets/tennis-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/theatre-12.png b/sprites/bright-src/_assets/theatre-12.png deleted file mode 100644 index 64c490fd..00000000 Binary files a/sprites/bright-src/_assets/theatre-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/theatre-12@2x.png b/sprites/bright-src/_assets/theatre-12@2x.png deleted file mode 100644 index b55fadd6..00000000 Binary files a/sprites/bright-src/_assets/theatre-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/theatre-18.png b/sprites/bright-src/_assets/theatre-18.png deleted file mode 100644 index f84b3bd0..00000000 Binary files a/sprites/bright-src/_assets/theatre-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/theatre-18@2x.png b/sprites/bright-src/_assets/theatre-18@2x.png deleted file mode 100644 index 2a1ffbae..00000000 Binary files a/sprites/bright-src/_assets/theatre-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/theatre-24.png b/sprites/bright-src/_assets/theatre-24.png deleted file mode 100644 index 1992f96b..00000000 Binary files a/sprites/bright-src/_assets/theatre-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/theatre-24@2x.png b/sprites/bright-src/_assets/theatre-24@2x.png deleted file mode 100644 index 85a9098d..00000000 Binary files a/sprites/bright-src/_assets/theatre-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/toilets-12.png b/sprites/bright-src/_assets/toilets-12.png deleted file mode 100644 index 8fde3862..00000000 Binary files a/sprites/bright-src/_assets/toilets-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/toilets-12@2x.png b/sprites/bright-src/_assets/toilets-12@2x.png deleted file mode 100644 index a13fabad..00000000 Binary files a/sprites/bright-src/_assets/toilets-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/toilets-18.png b/sprites/bright-src/_assets/toilets-18.png deleted file mode 100644 index a19ec7d8..00000000 Binary files a/sprites/bright-src/_assets/toilets-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/toilets-18@2x.png b/sprites/bright-src/_assets/toilets-18@2x.png deleted file mode 100644 index 0b0f40cf..00000000 Binary files a/sprites/bright-src/_assets/toilets-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/toilets-24.png b/sprites/bright-src/_assets/toilets-24.png deleted file mode 100644 index 5cdd6bb8..00000000 Binary files a/sprites/bright-src/_assets/toilets-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/toilets-24@2x.png b/sprites/bright-src/_assets/toilets-24@2x.png deleted file mode 100644 index f96c3117..00000000 Binary files a/sprites/bright-src/_assets/toilets-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-12.png b/sprites/bright-src/_assets/town-12.png deleted file mode 100644 index d84ac6e1..00000000 Binary files a/sprites/bright-src/_assets/town-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-12@2x.png b/sprites/bright-src/_assets/town-12@2x.png deleted file mode 100644 index 8f46d5ed..00000000 Binary files a/sprites/bright-src/_assets/town-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-18.png b/sprites/bright-src/_assets/town-18.png deleted file mode 100644 index 04bb24c7..00000000 Binary files a/sprites/bright-src/_assets/town-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-18@2x.png b/sprites/bright-src/_assets/town-18@2x.png deleted file mode 100644 index 6d82570d..00000000 Binary files a/sprites/bright-src/_assets/town-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-24.png b/sprites/bright-src/_assets/town-24.png deleted file mode 100644 index 8e7caadd..00000000 Binary files a/sprites/bright-src/_assets/town-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-24@2x.png b/sprites/bright-src/_assets/town-24@2x.png deleted file mode 100644 index e74e3179..00000000 Binary files a/sprites/bright-src/_assets/town-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-hall-12.png b/sprites/bright-src/_assets/town-hall-12.png deleted file mode 100644 index 742dbb49..00000000 Binary files a/sprites/bright-src/_assets/town-hall-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-hall-12@2x.png b/sprites/bright-src/_assets/town-hall-12@2x.png deleted file mode 100644 index cd696dcf..00000000 Binary files a/sprites/bright-src/_assets/town-hall-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-hall-18.png b/sprites/bright-src/_assets/town-hall-18.png deleted file mode 100644 index a0f51c78..00000000 Binary files a/sprites/bright-src/_assets/town-hall-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-hall-18@2x.png b/sprites/bright-src/_assets/town-hall-18@2x.png deleted file mode 100644 index fa9c2c11..00000000 Binary files a/sprites/bright-src/_assets/town-hall-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-hall-24.png b/sprites/bright-src/_assets/town-hall-24.png deleted file mode 100644 index d7986df2..00000000 Binary files a/sprites/bright-src/_assets/town-hall-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/town-hall-24@2x.png b/sprites/bright-src/_assets/town-hall-24@2x.png deleted file mode 100644 index cb75bec9..00000000 Binary files a/sprites/bright-src/_assets/town-hall-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-12.png b/sprites/bright-src/_assets/triangle-12.png deleted file mode 100644 index 46955ac6..00000000 Binary files a/sprites/bright-src/_assets/triangle-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-12@2x.png b/sprites/bright-src/_assets/triangle-12@2x.png deleted file mode 100644 index 0063e6ae..00000000 Binary files a/sprites/bright-src/_assets/triangle-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-18.png b/sprites/bright-src/_assets/triangle-18.png deleted file mode 100644 index 48b7da42..00000000 Binary files a/sprites/bright-src/_assets/triangle-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-18@2x.png b/sprites/bright-src/_assets/triangle-18@2x.png deleted file mode 100644 index d87a969b..00000000 Binary files a/sprites/bright-src/_assets/triangle-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-24.png b/sprites/bright-src/_assets/triangle-24.png deleted file mode 100644 index 6550e96c..00000000 Binary files a/sprites/bright-src/_assets/triangle-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-24@2x.png b/sprites/bright-src/_assets/triangle-24@2x.png deleted file mode 100644 index 7072587e..00000000 Binary files a/sprites/bright-src/_assets/triangle-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-stroked-12.png b/sprites/bright-src/_assets/triangle-stroked-12.png deleted file mode 100644 index f8ce4039..00000000 Binary files a/sprites/bright-src/_assets/triangle-stroked-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-stroked-12@2x.png b/sprites/bright-src/_assets/triangle-stroked-12@2x.png deleted file mode 100644 index 1a8e8266..00000000 Binary files a/sprites/bright-src/_assets/triangle-stroked-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-stroked-18.png b/sprites/bright-src/_assets/triangle-stroked-18.png deleted file mode 100644 index 5a8243f3..00000000 Binary files a/sprites/bright-src/_assets/triangle-stroked-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-stroked-18@2x.png b/sprites/bright-src/_assets/triangle-stroked-18@2x.png deleted file mode 100644 index 9026acde..00000000 Binary files a/sprites/bright-src/_assets/triangle-stroked-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-stroked-24.png b/sprites/bright-src/_assets/triangle-stroked-24.png deleted file mode 100644 index 39302080..00000000 Binary files a/sprites/bright-src/_assets/triangle-stroked-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/triangle-stroked-24@2x.png b/sprites/bright-src/_assets/triangle-stroked-24@2x.png deleted file mode 100644 index 818a622e..00000000 Binary files a/sprites/bright-src/_assets/triangle-stroked-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/village-12.png b/sprites/bright-src/_assets/village-12.png deleted file mode 100644 index 62bab32f..00000000 Binary files a/sprites/bright-src/_assets/village-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/village-12@2x.png b/sprites/bright-src/_assets/village-12@2x.png deleted file mode 100644 index a5a222e8..00000000 Binary files a/sprites/bright-src/_assets/village-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/village-18.png b/sprites/bright-src/_assets/village-18.png deleted file mode 100644 index 8d3cd606..00000000 Binary files a/sprites/bright-src/_assets/village-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/village-18@2x.png b/sprites/bright-src/_assets/village-18@2x.png deleted file mode 100644 index 924c2379..00000000 Binary files a/sprites/bright-src/_assets/village-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/village-24.png b/sprites/bright-src/_assets/village-24.png deleted file mode 100644 index 978516b5..00000000 Binary files a/sprites/bright-src/_assets/village-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/village-24@2x.png b/sprites/bright-src/_assets/village-24@2x.png deleted file mode 100644 index b3b2bda7..00000000 Binary files a/sprites/bright-src/_assets/village-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/warehouse-12.png b/sprites/bright-src/_assets/warehouse-12.png deleted file mode 100644 index 1f03eec7..00000000 Binary files a/sprites/bright-src/_assets/warehouse-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/warehouse-12@2x.png b/sprites/bright-src/_assets/warehouse-12@2x.png deleted file mode 100644 index 3672f781..00000000 Binary files a/sprites/bright-src/_assets/warehouse-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/warehouse-18.png b/sprites/bright-src/_assets/warehouse-18.png deleted file mode 100644 index d6ae9b70..00000000 Binary files a/sprites/bright-src/_assets/warehouse-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/warehouse-18@2x.png b/sprites/bright-src/_assets/warehouse-18@2x.png deleted file mode 100644 index d5f27205..00000000 Binary files a/sprites/bright-src/_assets/warehouse-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/warehouse-24.png b/sprites/bright-src/_assets/warehouse-24.png deleted file mode 100644 index 9ca853aa..00000000 Binary files a/sprites/bright-src/_assets/warehouse-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/warehouse-24@2x.png b/sprites/bright-src/_assets/warehouse-24@2x.png deleted file mode 100644 index c7217d94..00000000 Binary files a/sprites/bright-src/_assets/warehouse-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/waste-basket-12.png b/sprites/bright-src/_assets/waste-basket-12.png deleted file mode 100644 index 175199a5..00000000 Binary files a/sprites/bright-src/_assets/waste-basket-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/waste-basket-12@2x.png b/sprites/bright-src/_assets/waste-basket-12@2x.png deleted file mode 100644 index 519b95b3..00000000 Binary files a/sprites/bright-src/_assets/waste-basket-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/waste-basket-18.png b/sprites/bright-src/_assets/waste-basket-18.png deleted file mode 100644 index e785be7f..00000000 Binary files a/sprites/bright-src/_assets/waste-basket-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/waste-basket-18@2x.png b/sprites/bright-src/_assets/waste-basket-18@2x.png deleted file mode 100644 index 720311f8..00000000 Binary files a/sprites/bright-src/_assets/waste-basket-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/waste-basket-24.png b/sprites/bright-src/_assets/waste-basket-24.png deleted file mode 100644 index e4eefbc6..00000000 Binary files a/sprites/bright-src/_assets/waste-basket-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/waste-basket-24@2x.png b/sprites/bright-src/_assets/waste-basket-24@2x.png deleted file mode 100644 index d50f73b8..00000000 Binary files a/sprites/bright-src/_assets/waste-basket-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/water-12.png b/sprites/bright-src/_assets/water-12.png deleted file mode 100644 index 7e5d2ec6..00000000 Binary files a/sprites/bright-src/_assets/water-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/water-12@2x.png b/sprites/bright-src/_assets/water-12@2x.png deleted file mode 100644 index 42b0629f..00000000 Binary files a/sprites/bright-src/_assets/water-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/water-18.png b/sprites/bright-src/_assets/water-18.png deleted file mode 100644 index 5db118bf..00000000 Binary files a/sprites/bright-src/_assets/water-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/water-18@2x.png b/sprites/bright-src/_assets/water-18@2x.png deleted file mode 100644 index f63cebbd..00000000 Binary files a/sprites/bright-src/_assets/water-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/water-24.png b/sprites/bright-src/_assets/water-24.png deleted file mode 100644 index d2884ed6..00000000 Binary files a/sprites/bright-src/_assets/water-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/water-24@2x.png b/sprites/bright-src/_assets/water-24@2x.png deleted file mode 100644 index ccaedac1..00000000 Binary files a/sprites/bright-src/_assets/water-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/wave.png b/sprites/bright-src/_assets/wave.png deleted file mode 100644 index 41f39ed2..00000000 Binary files a/sprites/bright-src/_assets/wave.png and /dev/null differ diff --git a/sprites/bright-src/_assets/wave@2x.png b/sprites/bright-src/_assets/wave@2x.png deleted file mode 100644 index 319f4dd6..00000000 Binary files a/sprites/bright-src/_assets/wave@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/wetland-12.png b/sprites/bright-src/_assets/wetland-12.png deleted file mode 100644 index f08abdbc..00000000 Binary files a/sprites/bright-src/_assets/wetland-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/wetland-12@2x.png b/sprites/bright-src/_assets/wetland-12@2x.png deleted file mode 100644 index fb0bb466..00000000 Binary files a/sprites/bright-src/_assets/wetland-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/wetland-18.png b/sprites/bright-src/_assets/wetland-18.png deleted file mode 100644 index aa12af89..00000000 Binary files a/sprites/bright-src/_assets/wetland-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/wetland-18@2x.png b/sprites/bright-src/_assets/wetland-18@2x.png deleted file mode 100644 index b68f2339..00000000 Binary files a/sprites/bright-src/_assets/wetland-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/wetland-24.png b/sprites/bright-src/_assets/wetland-24.png deleted file mode 100644 index 65432069..00000000 Binary files a/sprites/bright-src/_assets/wetland-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/wetland-24@2x.png b/sprites/bright-src/_assets/wetland-24@2x.png deleted file mode 100644 index 92b866d5..00000000 Binary files a/sprites/bright-src/_assets/wetland-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/zoo-12.png b/sprites/bright-src/_assets/zoo-12.png deleted file mode 100644 index c78abb82..00000000 Binary files a/sprites/bright-src/_assets/zoo-12.png and /dev/null differ diff --git a/sprites/bright-src/_assets/zoo-12@2x.png b/sprites/bright-src/_assets/zoo-12@2x.png deleted file mode 100644 index a4ba4f9a..00000000 Binary files a/sprites/bright-src/_assets/zoo-12@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/zoo-18.png b/sprites/bright-src/_assets/zoo-18.png deleted file mode 100644 index b3cc3f26..00000000 Binary files a/sprites/bright-src/_assets/zoo-18.png and /dev/null differ diff --git a/sprites/bright-src/_assets/zoo-18@2x.png b/sprites/bright-src/_assets/zoo-18@2x.png deleted file mode 100644 index 7fe2a800..00000000 Binary files a/sprites/bright-src/_assets/zoo-18@2x.png and /dev/null differ diff --git a/sprites/bright-src/_assets/zoo-24.png b/sprites/bright-src/_assets/zoo-24.png deleted file mode 100644 index c8c27f38..00000000 Binary files a/sprites/bright-src/_assets/zoo-24.png and /dev/null differ diff --git a/sprites/bright-src/_assets/zoo-24@2x.png b/sprites/bright-src/_assets/zoo-24@2x.png deleted file mode 100644 index 0e4e6268..00000000 Binary files a/sprites/bright-src/_assets/zoo-24@2x.png and /dev/null differ diff --git a/sprites/bright-src/make_shields.sh b/sprites/bright-src/make_shields.sh deleted file mode 100755 index 56301455..00000000 --- a/sprites/bright-src/make_shields.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash - -motorway='#ffffff' - -for reflen in {1..6}; do - width=$(($reflen*5+14)) - height=18 - r_width=$(($reflen*10+28)) - r_height=36 - convert -type TrueColorMatte -size ${width}x$height xc:none \ - -fill $motorway -stroke '#888888' -strokewidth 1\ - -draw "roundRectangle 0,0 $(($width-1)),$(($height-1)), 3,3" \ - motorway_$reflen.png - convert -type TrueColorMatte -size ${r_width}x$r_height xc:none \ - -fill $motorway -stroke '#888888' -strokewidth 2 \ - -draw "roundRectangle 0,0 $(($r_width-1)),$(($r_height-1)), 6,6" \ - motorway_$reflen@2x.png -done diff --git a/sprites/bright.json b/sprites/bright.json deleted file mode 100644 index d8fd539f..00000000 --- a/sprites/bright.json +++ /dev/null @@ -1,2818 +0,0 @@ -{ - "marker-24": { - "x": 0, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "zoo-24": { - "x": 26, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "-24": { - "x": 0, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "wetland-24": { - "x": 26, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "water-24": { - "x": 52, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "airfield-24": { - "x": 52, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "waste-basket-24": { - "x": 0, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "warehouse-24": { - "x": 26, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "airport-24": { - "x": 52, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "village-24": { - "x": 78, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "triangle-stroked-24": { - "x": 78, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "alcohol-shop-24": { - "x": 78, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "triangle-24": { - "x": 0, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "town-hall-24": { - "x": 26, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "america-football-24": { - "x": 52, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "town-24": { - "x": 78, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "toilets-24": { - "x": 104, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "art-gallery-24": { - "x": 104, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "theatre-24": { - "x": 104, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "tennis-24": { - "x": 104, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "bakery-24": { - "x": 0, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "telephone-24": { - "x": 26, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "swimming-24": { - "x": 52, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "bank-24": { - "x": 78, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "suitcase-24": { - "x": 104, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "star-stroked-24": { - "x": 130, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "bar-24": { - "x": 130, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "star-24": { - "x": 130, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "square-stroked-24": { - "x": 130, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "baseball-24": { - "x": 130, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "square-24": { - "x": 0, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "soccer-24": { - "x": 26, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "basketball-24": { - "x": 52, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "slaughterhouse-24": { - "x": 78, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "skiing-24": { - "x": 104, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "beer-24": { - "x": 130, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "shop-24": { - "x": 156, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "scooter-24": { - "x": 156, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "bicycle-24": { - "x": 156, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "school-24": { - "x": 156, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "rocket-24": { - "x": 156, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "building-24": { - "x": 156, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "roadblock-24": { - "x": 0, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "restaurant-24": { - "x": 26, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "bus-24": { - "x": 52, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "religious-muslim-24": { - "x": 78, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "religious-jewish-24": { - "x": 104, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "cafe-24": { - "x": 130, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "religious-christian-24": { - "x": 156, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "rail-underground-24": { - "x": 182, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "camera-24": { - "x": 182, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "rail-metro-24": { - "x": 182, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "rail-light-24": { - "x": 182, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "campsite-24": { - "x": 182, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "rail-above-24": { - "x": 182, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "rail-24": { - "x": 182, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "car-24": { - "x": 0, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "prison-24": { - "x": 26, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "post-24": { - "x": 52, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "cemetery-24": { - "x": 78, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "polling-place-24": { - "x": 104, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "police-24": { - "x": 130, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "chemist-24": { - "x": 156, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "playground-24": { - "x": 182, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "place-of-worship-24": { - "x": 208, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "cinema-24": { - "x": 208, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "pitch-24": { - "x": 208, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "pharmacy-24": { - "x": 208, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "circle-24": { - "x": 208, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "parking-garage-24": { - "x": 208, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "parking-24": { - "x": 208, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "circle-stroked-24": { - "x": 208, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "park2-24": { - "x": 0, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "park-24": { - "x": 26, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "city-24": { - "x": 52, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "oil-well-24": { - "x": 78, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "music-24": { - "x": 104, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "clothing-store-24": { - "x": 130, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "museum-24": { - "x": 156, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "monument-24": { - "x": 182, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "college-24": { - "x": 208, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "mobilephone-24": { - "x": 234, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "minefield-24": { - "x": 234, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "commercial-24": { - "x": 234, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "marker-stroked-24": { - "x": 234, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "london-underground-24": { - "x": 234, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "cricket-24": { - "x": 234, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "logging-24": { - "x": 234, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "lodging-24": { - "x": 234, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "cross-24": { - "x": 234, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "lighthouse-24": { - "x": 0, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "library-24": { - "x": 26, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "dam-24": { - "x": 52, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "laundry-24": { - "x": 78, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "land-use-24": { - "x": 104, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "danger-24": { - "x": 130, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "industrial-24": { - "x": 156, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "hospital-24": { - "x": 182, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "disability-24": { - "x": 208, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "heliport-24": { - "x": 234, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "heart-24": { - "x": 260, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "dog-park-24": { - "x": 260, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "harbor-24": { - "x": 260, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "hairdresser-24": { - "x": 260, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "embassy-24": { - "x": 260, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "grocery-24": { - "x": 260, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "golf-24": { - "x": 260, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "emergency-telephone-24": { - "x": 260, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "garden-24": { - "x": 260, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "fuel-24": { - "x": 260, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "entrance-24": { - "x": 0, - "y": 260, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "fire-station-24": { - "x": 26, - "y": 260, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "ferry-24": { - "x": 52, - "y": 260, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "farm-24": { - "x": 78, - "y": 260, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "fast-food-24": { - "x": 104, - "y": 260, - "width": 24, - "height": 24, - "pixelRatio": 1, - "sdf": false - }, - "police-18": { - "x": 130, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "fast-food-18": { - "x": 150, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "farm-18": { - "x": 170, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "fire-station-18": { - "x": 190, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "fuel-18": { - "x": 210, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "entrance-18": { - "x": 230, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "garden-18": { - "x": 250, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "golf-18": { - "x": 286, - "y": 0, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "emergency-telephone-18": { - "x": 286, - "y": 20, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "grocery-18": { - "x": 286, - "y": 40, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "hairdresser-18": { - "x": 286, - "y": 60, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "embassy-18": { - "x": 286, - "y": 80, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "harbor-18": { - "x": 286, - "y": 100, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "heart-18": { - "x": 286, - "y": 120, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "dog-park-18": { - "x": 286, - "y": 140, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "heliport-18": { - "x": 286, - "y": 160, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "hospital-18": { - "x": 286, - "y": 180, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "disability-18": { - "x": 286, - "y": 200, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "industrial-18": { - "x": 286, - "y": 220, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "land-use-18": { - "x": 286, - "y": 240, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "danger-18": { - "x": 286, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "laundry-18": { - "x": 0, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "library-18": { - "x": 20, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "dam-18": { - "x": 40, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "lighthouse-18": { - "x": 60, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "lodging-18": { - "x": 80, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "cross-18": { - "x": 100, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "logging-18": { - "x": 120, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "london-underground-18": { - "x": 140, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "cricket-18": { - "x": 160, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "marker-18": { - "x": 180, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "-18": { - "x": 200, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "marker-stroked-18": { - "x": 220, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "minefield-18": { - "x": 240, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "commercial-18": { - "x": 260, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "mobilephone-18": { - "x": 280, - "y": 286, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "monument-18": { - "x": 306, - "y": 0, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "college-18": { - "x": 306, - "y": 20, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "motorway_1": { - "x": 0, - "y": 306, - "width": 19, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "motorway_2": { - "x": 21, - "y": 306, - "width": 24, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "motorway_3": { - "x": 47, - "y": 306, - "width": 29, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "motorway_4": { - "x": 78, - "y": 306, - "width": 34, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "motorway_5": { - "x": 114, - "y": 306, - "width": 39, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "motorway_6": { - "x": 155, - "y": 306, - "width": 44, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "museum-18": { - "x": 306, - "y": 40, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "music-18": { - "x": 306, - "y": 60, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "clothing-store-18": { - "x": 306, - "y": 80, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "oil-well-18": { - "x": 306, - "y": 100, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "park-18": { - "x": 306, - "y": 120, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "city-18": { - "x": 306, - "y": 140, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "park2-18": { - "x": 306, - "y": 160, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "parking-18": { - "x": 306, - "y": 180, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "circle-stroked-18": { - "x": 306, - "y": 200, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "parking-garage-18": { - "x": 306, - "y": 220, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "pharmacy-18": { - "x": 306, - "y": 240, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "circle-18": { - "x": 306, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "pitch-18": { - "x": 306, - "y": 280, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "place-of-worship-18": { - "x": 201, - "y": 306, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "cinema-18": { - "x": 221, - "y": 306, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "playground-18": { - "x": 241, - "y": 306, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "ferry-18": { - "x": 261, - "y": 306, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "chemist-18": { - "x": 281, - "y": 306, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "polling-place-18": { - "x": 301, - "y": 306, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "post-18": { - "x": 326, - "y": 0, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "cemetery-18": { - "x": 326, - "y": 20, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "prison-18": { - "x": 326, - "y": 40, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "rail-18": { - "x": 326, - "y": 60, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "car-18": { - "x": 326, - "y": 80, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "rail-above-18": { - "x": 326, - "y": 100, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "rail-light-18": { - "x": 326, - "y": 120, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "campsite-18": { - "x": 326, - "y": 140, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "rail-metro-18": { - "x": 326, - "y": 160, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "rail-underground-18": { - "x": 326, - "y": 180, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "camera-18": { - "x": 326, - "y": 200, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "religious-christian-18": { - "x": 326, - "y": 220, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "religious-jewish-18": { - "x": 326, - "y": 240, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "cafe-18": { - "x": 326, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "religious-muslim-18": { - "x": 326, - "y": 280, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "restaurant-18": { - "x": 326, - "y": 300, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "bus-18": { - "x": 0, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "roadblock-18": { - "x": 20, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "rocket-18": { - "x": 40, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "building-18": { - "x": 60, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "school-18": { - "x": 80, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "scooter-18": { - "x": 100, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "bicycle-18": { - "x": 120, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "shop-18": { - "x": 140, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "skiing-18": { - "x": 160, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "beer-18": { - "x": 180, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "slaughterhouse-18": { - "x": 200, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "soccer-18": { - "x": 220, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "basketball-18": { - "x": 240, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "square-18": { - "x": 260, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "square-stroked-18": { - "x": 280, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "baseball-18": { - "x": 300, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "star-18": { - "x": 320, - "y": 326, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "star-stroked-18": { - "x": 346, - "y": 0, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "bar-18": { - "x": 346, - "y": 20, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "suitcase-18": { - "x": 346, - "y": 40, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "swimming-18": { - "x": 346, - "y": 60, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "bank-18": { - "x": 346, - "y": 80, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "telephone-18": { - "x": 346, - "y": 100, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "tennis-18": { - "x": 346, - "y": 120, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "bakery-18": { - "x": 346, - "y": 140, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "theatre-18": { - "x": 346, - "y": 160, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "toilets-18": { - "x": 346, - "y": 180, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "art-gallery-18": { - "x": 346, - "y": 200, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "town-18": { - "x": 346, - "y": 220, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "town-hall-18": { - "x": 346, - "y": 240, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "america-football-18": { - "x": 346, - "y": 260, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "triangle-18": { - "x": 346, - "y": 280, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "triangle-stroked-18": { - "x": 346, - "y": 300, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "alcohol-shop-18": { - "x": 346, - "y": 320, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "village-18": { - "x": 0, - "y": 346, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "warehouse-18": { - "x": 20, - "y": 346, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "airport-18": { - "x": 40, - "y": 346, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "waste-basket-18": { - "x": 60, - "y": 346, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "water-18": { - "x": 80, - "y": 346, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "airfield-18": { - "x": 100, - "y": 346, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "zoo-18": { - "x": 120, - "y": 346, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "wetland-18": { - "x": 140, - "y": 346, - "width": 18, - "height": 18, - "pixelRatio": 1, - "sdf": false - }, - "cricket-12": { - "x": 270, - "y": 260, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "prison-12": { - "x": 160, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "minefield-12": { - "x": 174, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "cemetery-12": { - "x": 188, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "rail-12": { - "x": 202, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "fuel-12": { - "x": 216, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "grocery-12": { - "x": 230, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "rail-above-12": { - "x": 244, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "mobilephone-12": { - "x": 258, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "car-12": { - "x": 272, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "rail-light-12": { - "x": 286, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "industrial-12": { - "x": 300, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "commercial-12": { - "x": 314, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "rail-metro-12": { - "x": 328, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "monument-12": { - "x": 342, - "y": 346, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "campsite-12": { - "x": 366, - "y": 0, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "rail-underground-12": { - "x": 366, - "y": 14, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "ferry-12": { - "x": 366, - "y": 28, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "disability-12": { - "x": 366, - "y": 42, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "religious-christian-12": { - "x": 366, - "y": 56, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "land-use-12": { - "x": 366, - "y": 70, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "camera-12": { - "x": 366, - "y": 84, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "religious-jewish-12": { - "x": 366, - "y": 98, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "emergency-telephone-12": { - "x": 366, - "y": 112, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "hairdresser-12": { - "x": 366, - "y": 126, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "religious-muslim-12": { - "x": 366, - "y": 140, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "laundry-12": { - "x": 366, - "y": 154, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "cafe-12": { - "x": 366, - "y": 168, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "restaurant-12": { - "x": 366, - "y": 182, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "fire-station-12": { - "x": 366, - "y": 196, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "danger-12": { - "x": 366, - "y": 210, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "roadblock-12": { - "x": 366, - "y": 224, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "museum-12": { - "x": 366, - "y": 238, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "bus-12": { - "x": 366, - "y": 252, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "rocket-12": { - "x": 366, - "y": 266, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "library-12": { - "x": 366, - "y": 280, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "college-12": { - "x": 366, - "y": 294, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "school-12": { - "x": 366, - "y": 308, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "music-12": { - "x": 366, - "y": 322, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "building-12": { - "x": 366, - "y": 336, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "scooter-12": { - "x": 366, - "y": 350, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "garden-12": { - "x": 0, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "harbor-12": { - "x": 14, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "shop-12": { - "x": 28, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "oil-well-12": { - "x": 42, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "bicycle-12": { - "x": 56, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "skiing-12": { - "x": 70, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "lighthouse-12": { - "x": 84, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "clothing-store-12": { - "x": 98, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "slaughterhouse-12": { - "x": 112, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "park-12": { - "x": 126, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "beer-12": { - "x": 140, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "soccer-12": { - "x": 154, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "-12": { - "x": 168, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "dam-12": { - "x": 182, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "square-12": { - "x": 196, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "park2-12": { - "x": 210, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "basketball-12": { - "x": 224, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "square-stroked-12": { - "x": 238, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "lodging-12": { - "x": 252, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "city-12": { - "x": 266, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "star-12": { - "x": 280, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "parking-12": { - "x": 294, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "baseball-12": { - "x": 308, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "star-stroked-12": { - "x": 322, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "embassy-12": { - "x": 336, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "heart-12": { - "x": 350, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "suitcase-12": { - "x": 364, - "y": 366, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "parking-garage-12": { - "x": 380, - "y": 0, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "bar-12": { - "x": 380, - "y": 14, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "swimming-12": { - "x": 380, - "y": 28, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "logging-12": { - "x": 380, - "y": 42, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "circle-stroked-12": { - "x": 380, - "y": 56, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "telephone-12": { - "x": 380, - "y": 70, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "pharmacy-12": { - "x": 380, - "y": 84, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "bank-12": { - "x": 380, - "y": 98, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "tennis-12": { - "x": 380, - "y": 112, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "entrance-12": { - "x": 380, - "y": 126, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "cross-12": { - "x": 380, - "y": 140, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "theatre-12": { - "x": 380, - "y": 154, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "pitch-12": { - "x": 380, - "y": 168, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "bakery-12": { - "x": 380, - "y": 182, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "toilets-12": { - "x": 380, - "y": 196, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "london-underground-12": { - "x": 380, - "y": 210, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "circle-12": { - "x": 380, - "y": 224, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "town-12": { - "x": 380, - "y": 238, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "place-of-worship-12": { - "x": 380, - "y": 252, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "art-gallery-12": { - "x": 380, - "y": 266, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "town-hall-12": { - "x": 380, - "y": 280, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "golf-12": { - "x": 380, - "y": 294, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "heliport-12": { - "x": 380, - "y": 308, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "triangle-12": { - "x": 380, - "y": 322, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "playground-12": { - "x": 380, - "y": 336, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "america-football-12": { - "x": 380, - "y": 350, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "triangle-stroked-12": { - "x": 380, - "y": 364, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "marker-12": { - "x": 0, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "cinema-12": { - "x": 14, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "village-12": { - "x": 28, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "police-12": { - "x": 42, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "alcohol-shop-12": { - "x": 56, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "warehouse-12": { - "x": 70, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "farm-12": { - "x": 84, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "dog-park-12": { - "x": 98, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "waste-basket-12": { - "x": 112, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "polling-place-12": { - "x": 126, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "airport-12": { - "x": 140, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "water-12": { - "x": 154, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "marker-stroked-12": { - "x": 168, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "fast-food-12": { - "x": 182, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "post-12": { - "x": 196, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "wetland-12": { - "x": 210, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "hospital-12": { - "x": 224, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "airfield-12": { - "x": 238, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "zoo-12": { - "x": 252, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "chemist-12": { - "x": 266, - "y": 380, - "width": 12, - "height": 12, - "pixelRatio": 1, - "sdf": false - }, - "wave": { - "x": 280, - "y": 380, - "width": 16, - "height": 8, - "pixelRatio": 1, - "sdf": false - } -} \ No newline at end of file diff --git a/sprites/bright.png b/sprites/bright.png deleted file mode 100644 index 34ef6124..00000000 Binary files a/sprites/bright.png and /dev/null differ diff --git a/sprites/bright@2x.json b/sprites/bright@2x.json deleted file mode 100644 index b15134a6..00000000 --- a/sprites/bright@2x.json +++ /dev/null @@ -1,2818 +0,0 @@ -{ - "marker-24": { - "x": 0, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "zoo-24": { - "x": 50, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "-24": { - "x": 0, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "wetland-24": { - "x": 50, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "water-24": { - "x": 100, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "airfield-24": { - "x": 100, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "waste-basket-24": { - "x": 0, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "warehouse-24": { - "x": 50, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "airport-24": { - "x": 100, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "village-24": { - "x": 150, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "triangle-stroked-24": { - "x": 150, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "alcohol-shop-24": { - "x": 150, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "triangle-24": { - "x": 0, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "town-hall-24": { - "x": 50, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "america-football-24": { - "x": 100, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "town-24": { - "x": 150, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "toilets-24": { - "x": 200, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "art-gallery-24": { - "x": 200, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "theatre-24": { - "x": 200, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "tennis-24": { - "x": 200, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "bakery-24": { - "x": 0, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "telephone-24": { - "x": 50, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "swimming-24": { - "x": 100, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "bank-24": { - "x": 150, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "suitcase-24": { - "x": 200, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "star-stroked-24": { - "x": 250, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "bar-24": { - "x": 250, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "star-24": { - "x": 250, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "square-stroked-24": { - "x": 250, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "baseball-24": { - "x": 250, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "square-24": { - "x": 0, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "soccer-24": { - "x": 50, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "basketball-24": { - "x": 100, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "slaughterhouse-24": { - "x": 150, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "skiing-24": { - "x": 200, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "beer-24": { - "x": 250, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "shop-24": { - "x": 300, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "scooter-24": { - "x": 300, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "bicycle-24": { - "x": 300, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "school-24": { - "x": 300, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "rocket-24": { - "x": 300, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "building-24": { - "x": 300, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "roadblock-24": { - "x": 0, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "restaurant-24": { - "x": 50, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "bus-24": { - "x": 100, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "religious-muslim-24": { - "x": 150, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "religious-jewish-24": { - "x": 200, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "cafe-24": { - "x": 250, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "religious-christian-24": { - "x": 300, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "rail-underground-24": { - "x": 350, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "camera-24": { - "x": 350, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "rail-metro-24": { - "x": 350, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "rail-light-24": { - "x": 350, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "campsite-24": { - "x": 350, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "rail-above-24": { - "x": 350, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "rail-24": { - "x": 350, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "car-24": { - "x": 0, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "prison-24": { - "x": 50, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "post-24": { - "x": 100, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "cemetery-24": { - "x": 150, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "polling-place-24": { - "x": 200, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "police-24": { - "x": 250, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "chemist-24": { - "x": 300, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "playground-24": { - "x": 350, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "place-of-worship-24": { - "x": 400, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "cinema-24": { - "x": 400, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "pitch-24": { - "x": 400, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "pharmacy-24": { - "x": 400, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "circle-24": { - "x": 400, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "parking-garage-24": { - "x": 400, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "parking-24": { - "x": 400, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "circle-stroked-24": { - "x": 400, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "park2-24": { - "x": 0, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "park-24": { - "x": 50, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "city-24": { - "x": 100, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "oil-well-24": { - "x": 150, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "music-24": { - "x": 200, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "clothing-store-24": { - "x": 250, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "museum-24": { - "x": 300, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "monument-24": { - "x": 350, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "college-24": { - "x": 400, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "mobilephone-24": { - "x": 450, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "minefield-24": { - "x": 450, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "commercial-24": { - "x": 450, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "marker-stroked-24": { - "x": 450, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "london-underground-24": { - "x": 450, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "cricket-24": { - "x": 450, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "logging-24": { - "x": 450, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "lodging-24": { - "x": 450, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "cross-24": { - "x": 450, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "lighthouse-24": { - "x": 0, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "library-24": { - "x": 50, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "dam-24": { - "x": 100, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "laundry-24": { - "x": 150, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "land-use-24": { - "x": 200, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "danger-24": { - "x": 250, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "industrial-24": { - "x": 300, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "hospital-24": { - "x": 350, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "disability-24": { - "x": 400, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "heliport-24": { - "x": 450, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "heart-24": { - "x": 500, - "y": 0, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "dog-park-24": { - "x": 500, - "y": 50, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "harbor-24": { - "x": 500, - "y": 100, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "hairdresser-24": { - "x": 500, - "y": 150, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "embassy-24": { - "x": 500, - "y": 200, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "grocery-24": { - "x": 500, - "y": 250, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "golf-24": { - "x": 500, - "y": 300, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "emergency-telephone-24": { - "x": 500, - "y": 350, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "garden-24": { - "x": 500, - "y": 400, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "fuel-24": { - "x": 500, - "y": 450, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "entrance-24": { - "x": 0, - "y": 500, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "fire-station-24": { - "x": 50, - "y": 500, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "ferry-24": { - "x": 100, - "y": 500, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "farm-24": { - "x": 150, - "y": 500, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "fast-food-24": { - "x": 200, - "y": 500, - "width": 48, - "height": 48, - "pixelRatio": 2, - "sdf": false - }, - "police-18": { - "x": 250, - "y": 500, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "fast-food-18": { - "x": 288, - "y": 500, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "farm-18": { - "x": 326, - "y": 500, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "fire-station-18": { - "x": 364, - "y": 500, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "fuel-18": { - "x": 402, - "y": 500, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "entrance-18": { - "x": 440, - "y": 500, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "garden-18": { - "x": 478, - "y": 500, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "golf-18": { - "x": 550, - "y": 0, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "emergency-telephone-18": { - "x": 550, - "y": 38, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "grocery-18": { - "x": 550, - "y": 76, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "hairdresser-18": { - "x": 550, - "y": 114, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "embassy-18": { - "x": 550, - "y": 152, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "harbor-18": { - "x": 550, - "y": 190, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "heart-18": { - "x": 550, - "y": 228, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "dog-park-18": { - "x": 550, - "y": 266, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "heliport-18": { - "x": 550, - "y": 304, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "hospital-18": { - "x": 550, - "y": 342, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "disability-18": { - "x": 550, - "y": 380, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "industrial-18": { - "x": 550, - "y": 418, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "land-use-18": { - "x": 550, - "y": 456, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "danger-18": { - "x": 550, - "y": 494, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "laundry-18": { - "x": 0, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "library-18": { - "x": 38, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "dam-18": { - "x": 76, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "lighthouse-18": { - "x": 114, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "lodging-18": { - "x": 152, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "cross-18": { - "x": 190, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "logging-18": { - "x": 228, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "london-underground-18": { - "x": 266, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "cricket-18": { - "x": 304, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "marker-18": { - "x": 342, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "-18": { - "x": 380, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "marker-stroked-18": { - "x": 418, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "minefield-18": { - "x": 456, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "commercial-18": { - "x": 494, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "mobilephone-18": { - "x": 532, - "y": 550, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "monument-18": { - "x": 588, - "y": 0, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "college-18": { - "x": 588, - "y": 38, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "motorway_1": { - "x": 0, - "y": 588, - "width": 38, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "motorway_2": { - "x": 40, - "y": 588, - "width": 48, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "motorway_3": { - "x": 90, - "y": 588, - "width": 58, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "motorway_4": { - "x": 150, - "y": 588, - "width": 68, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "motorway_5": { - "x": 220, - "y": 588, - "width": 78, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "motorway_6": { - "x": 300, - "y": 588, - "width": 88, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "museum-18": { - "x": 588, - "y": 76, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "music-18": { - "x": 588, - "y": 114, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "clothing-store-18": { - "x": 588, - "y": 152, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "oil-well-18": { - "x": 588, - "y": 190, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "park-18": { - "x": 588, - "y": 228, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "city-18": { - "x": 588, - "y": 266, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "park2-18": { - "x": 588, - "y": 304, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "parking-18": { - "x": 588, - "y": 342, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "circle-stroked-18": { - "x": 588, - "y": 380, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "parking-garage-18": { - "x": 588, - "y": 418, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "pharmacy-18": { - "x": 588, - "y": 456, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "circle-18": { - "x": 588, - "y": 494, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "pitch-18": { - "x": 588, - "y": 532, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "place-of-worship-18": { - "x": 390, - "y": 588, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "cinema-18": { - "x": 428, - "y": 588, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "playground-18": { - "x": 466, - "y": 588, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "ferry-18": { - "x": 504, - "y": 588, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "chemist-18": { - "x": 542, - "y": 588, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "polling-place-18": { - "x": 580, - "y": 588, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "post-18": { - "x": 626, - "y": 0, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "cemetery-18": { - "x": 626, - "y": 38, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "prison-18": { - "x": 626, - "y": 76, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "rail-18": { - "x": 626, - "y": 114, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "car-18": { - "x": 626, - "y": 152, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "rail-above-18": { - "x": 626, - "y": 190, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "rail-light-18": { - "x": 626, - "y": 228, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "campsite-18": { - "x": 626, - "y": 266, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "rail-metro-18": { - "x": 626, - "y": 304, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "rail-underground-18": { - "x": 626, - "y": 342, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "camera-18": { - "x": 626, - "y": 380, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "religious-christian-18": { - "x": 626, - "y": 418, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "religious-jewish-18": { - "x": 626, - "y": 456, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "cafe-18": { - "x": 626, - "y": 494, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "religious-muslim-18": { - "x": 626, - "y": 532, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "restaurant-18": { - "x": 626, - "y": 570, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "bus-18": { - "x": 0, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "roadblock-18": { - "x": 38, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "rocket-18": { - "x": 76, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "building-18": { - "x": 114, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "school-18": { - "x": 152, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "scooter-18": { - "x": 190, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "bicycle-18": { - "x": 228, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "shop-18": { - "x": 266, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "skiing-18": { - "x": 304, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "beer-18": { - "x": 342, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "slaughterhouse-18": { - "x": 380, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "soccer-18": { - "x": 418, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "basketball-18": { - "x": 456, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "square-18": { - "x": 494, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "square-stroked-18": { - "x": 532, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "baseball-18": { - "x": 570, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "star-18": { - "x": 608, - "y": 626, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "star-stroked-18": { - "x": 664, - "y": 0, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "bar-18": { - "x": 664, - "y": 38, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "suitcase-18": { - "x": 664, - "y": 76, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "swimming-18": { - "x": 664, - "y": 114, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "bank-18": { - "x": 664, - "y": 152, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "telephone-18": { - "x": 664, - "y": 190, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "tennis-18": { - "x": 664, - "y": 228, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "bakery-18": { - "x": 664, - "y": 266, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "theatre-18": { - "x": 664, - "y": 304, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "toilets-18": { - "x": 664, - "y": 342, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "art-gallery-18": { - "x": 664, - "y": 380, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "town-18": { - "x": 664, - "y": 418, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "town-hall-18": { - "x": 664, - "y": 456, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "america-football-18": { - "x": 664, - "y": 494, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "triangle-18": { - "x": 664, - "y": 532, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "triangle-stroked-18": { - "x": 664, - "y": 570, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "alcohol-shop-18": { - "x": 664, - "y": 608, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "village-18": { - "x": 0, - "y": 664, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "warehouse-18": { - "x": 38, - "y": 664, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "airport-18": { - "x": 76, - "y": 664, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "waste-basket-18": { - "x": 114, - "y": 664, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "water-18": { - "x": 152, - "y": 664, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "airfield-18": { - "x": 190, - "y": 664, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "zoo-18": { - "x": 228, - "y": 664, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "wetland-18": { - "x": 266, - "y": 664, - "width": 36, - "height": 36, - "pixelRatio": 2, - "sdf": false - }, - "cricket-12": { - "x": 516, - "y": 500, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "prison-12": { - "x": 304, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "minefield-12": { - "x": 330, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "cemetery-12": { - "x": 356, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "rail-12": { - "x": 382, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "fuel-12": { - "x": 408, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "grocery-12": { - "x": 434, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "rail-above-12": { - "x": 460, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "mobilephone-12": { - "x": 486, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "car-12": { - "x": 512, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "rail-light-12": { - "x": 538, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "industrial-12": { - "x": 564, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "commercial-12": { - "x": 590, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "rail-metro-12": { - "x": 616, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "monument-12": { - "x": 642, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "campsite-12": { - "x": 668, - "y": 664, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "rail-underground-12": { - "x": 702, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "ferry-12": { - "x": 702, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "disability-12": { - "x": 702, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "religious-christian-12": { - "x": 702, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "land-use-12": { - "x": 702, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "camera-12": { - "x": 702, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "religious-jewish-12": { - "x": 702, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "emergency-telephone-12": { - "x": 702, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "hairdresser-12": { - "x": 702, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "religious-muslim-12": { - "x": 702, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "laundry-12": { - "x": 702, - "y": 260, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "cafe-12": { - "x": 702, - "y": 286, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "restaurant-12": { - "x": 702, - "y": 312, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "fire-station-12": { - "x": 702, - "y": 338, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "danger-12": { - "x": 702, - "y": 364, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "roadblock-12": { - "x": 702, - "y": 390, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "museum-12": { - "x": 702, - "y": 416, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "bus-12": { - "x": 702, - "y": 442, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "rocket-12": { - "x": 702, - "y": 468, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "library-12": { - "x": 702, - "y": 494, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "college-12": { - "x": 702, - "y": 520, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "school-12": { - "x": 702, - "y": 546, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "music-12": { - "x": 702, - "y": 572, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "building-12": { - "x": 702, - "y": 598, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "scooter-12": { - "x": 702, - "y": 624, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "garden-12": { - "x": 702, - "y": 650, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "harbor-12": { - "x": 702, - "y": 676, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "shop-12": { - "x": 0, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "oil-well-12": { - "x": 26, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "bicycle-12": { - "x": 52, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "skiing-12": { - "x": 78, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "lighthouse-12": { - "x": 104, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "clothing-store-12": { - "x": 130, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "slaughterhouse-12": { - "x": 156, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "park-12": { - "x": 182, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "beer-12": { - "x": 208, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "soccer-12": { - "x": 234, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "-12": { - "x": 260, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "dam-12": { - "x": 286, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "square-12": { - "x": 312, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "park2-12": { - "x": 338, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "basketball-12": { - "x": 364, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "square-stroked-12": { - "x": 390, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "lodging-12": { - "x": 416, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "city-12": { - "x": 442, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "star-12": { - "x": 468, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "parking-12": { - "x": 494, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "baseball-12": { - "x": 520, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "star-stroked-12": { - "x": 546, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "embassy-12": { - "x": 572, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "heart-12": { - "x": 598, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "suitcase-12": { - "x": 624, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "parking-garage-12": { - "x": 650, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "bar-12": { - "x": 676, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "swimming-12": { - "x": 702, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "logging-12": { - "x": 728, - "y": 0, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "circle-stroked-12": { - "x": 728, - "y": 26, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "telephone-12": { - "x": 728, - "y": 52, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "pharmacy-12": { - "x": 728, - "y": 78, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "bank-12": { - "x": 728, - "y": 104, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "tennis-12": { - "x": 728, - "y": 130, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "entrance-12": { - "x": 728, - "y": 156, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "cross-12": { - "x": 728, - "y": 182, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "theatre-12": { - "x": 728, - "y": 208, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "pitch-12": { - "x": 728, - "y": 234, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "bakery-12": { - "x": 728, - "y": 260, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "toilets-12": { - "x": 728, - "y": 286, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "london-underground-12": { - "x": 728, - "y": 312, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "circle-12": { - "x": 728, - "y": 338, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "town-12": { - "x": 728, - "y": 364, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "place-of-worship-12": { - "x": 728, - "y": 390, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "art-gallery-12": { - "x": 728, - "y": 416, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "town-hall-12": { - "x": 728, - "y": 442, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "golf-12": { - "x": 728, - "y": 468, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "heliport-12": { - "x": 728, - "y": 494, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "triangle-12": { - "x": 728, - "y": 520, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "playground-12": { - "x": 728, - "y": 546, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "america-football-12": { - "x": 728, - "y": 572, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "triangle-stroked-12": { - "x": 728, - "y": 598, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "marker-12": { - "x": 728, - "y": 624, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "cinema-12": { - "x": 728, - "y": 650, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "village-12": { - "x": 728, - "y": 676, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "police-12": { - "x": 728, - "y": 702, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "alcohol-shop-12": { - "x": 0, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "warehouse-12": { - "x": 26, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "farm-12": { - "x": 52, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "dog-park-12": { - "x": 78, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "waste-basket-12": { - "x": 104, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "polling-place-12": { - "x": 130, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "airport-12": { - "x": 156, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "water-12": { - "x": 182, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "marker-stroked-12": { - "x": 208, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "fast-food-12": { - "x": 234, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "post-12": { - "x": 260, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "wetland-12": { - "x": 286, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "hospital-12": { - "x": 312, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "airfield-12": { - "x": 338, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "zoo-12": { - "x": 364, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "chemist-12": { - "x": 390, - "y": 728, - "width": 24, - "height": 24, - "pixelRatio": 2, - "sdf": false - }, - "wave": { - "x": 664, - "y": 646, - "width": 32, - "height": 16, - "pixelRatio": 2, - "sdf": false - } -} \ No newline at end of file diff --git a/sprites/bright@2x.png b/sprites/bright@2x.png deleted file mode 100644 index ef7c1f45..00000000 Binary files a/sprites/bright@2x.png and /dev/null differ diff --git a/sprites/outdoors.json b/sprites/outdoors.json deleted file mode 100644 index b2a7ddf5..00000000 --- a/sprites/outdoors.json +++ /dev/null @@ -1 +0,0 @@ -{"wetland_noveg_64":{"x":0,"y":0,"width":64,"height":32,"pixelRatio":1},"wetland_64":{"x":66,"y":0,"width":64,"height":32,"pixelRatio":1},"airport-24":{"x":0,"y":34,"width":24,"height":24,"pixelRatio":1},"wetland_32":{"x":26,"y":34,"width":32,"height":16,"pixelRatio":1},"wetland_noveg_32":{"x":60,"y":34,"width":32,"height":16,"pixelRatio":1},"night-library-12":{"x":94,"y":34,"width":12,"height":12,"pixelRatio":1},"bakery-12":{"x":108,"y":34,"width":12,"height":12,"pixelRatio":1},"bank-12":{"x":0,"y":60,"width":12,"height":12,"pixelRatio":1},"bar-12":{"x":14,"y":60,"width":12,"height":12,"pixelRatio":1},"baseball-12":{"x":28,"y":60,"width":12,"height":12,"pixelRatio":1},"basketball-12":{"x":42,"y":60,"width":12,"height":12,"pixelRatio":1},"beer-12":{"x":56,"y":60,"width":12,"height":12,"pixelRatio":1},"bicycle-12":{"x":70,"y":60,"width":12,"height":12,"pixelRatio":1},"building-12":{"x":84,"y":60,"width":12,"height":12,"pixelRatio":1},"bus-12":{"x":98,"y":60,"width":12,"height":12,"pixelRatio":1},"cafe-12":{"x":112,"y":60,"width":12,"height":12,"pixelRatio":1},"camera-12":{"x":0,"y":74,"width":12,"height":12,"pixelRatio":1},"campsite-12":{"x":14,"y":74,"width":12,"height":12,"pixelRatio":1},"car-12":{"x":28,"y":74,"width":12,"height":12,"pixelRatio":1},"cemetery-12":{"x":42,"y":74,"width":12,"height":12,"pixelRatio":1},"chemist-12":{"x":56,"y":74,"width":12,"height":12,"pixelRatio":1},"cinema-12":{"x":70,"y":74,"width":12,"height":12,"pixelRatio":1},"circle-12":{"x":84,"y":74,"width":12,"height":12,"pixelRatio":1},"circle-stroked-12":{"x":98,"y":74,"width":12,"height":12,"pixelRatio":1},"city-12":{"x":112,"y":74,"width":12,"height":12,"pixelRatio":1},"clothing-store-12":{"x":0,"y":88,"width":12,"height":12,"pixelRatio":1},"college-12":{"x":14,"y":88,"width":12,"height":12,"pixelRatio":1},"commercial-12":{"x":28,"y":88,"width":12,"height":12,"pixelRatio":1},"cricket-12":{"x":42,"y":88,"width":12,"height":12,"pixelRatio":1},"cross-12":{"x":56,"y":88,"width":12,"height":12,"pixelRatio":1},"dam-12":{"x":70,"y":88,"width":12,"height":12,"pixelRatio":1},"danger-12":{"x":84,"y":88,"width":12,"height":12,"pixelRatio":1},"disability-12":{"x":98,"y":88,"width":12,"height":12,"pixelRatio":1},"dog-park-12":{"x":112,"y":88,"width":12,"height":12,"pixelRatio":1},"embassy-12":{"x":0,"y":102,"width":12,"height":12,"pixelRatio":1},"emergency-telephone-12":{"x":14,"y":102,"width":12,"height":12,"pixelRatio":1},"entrance-12":{"x":28,"y":102,"width":12,"height":12,"pixelRatio":1},"farm-12":{"x":42,"y":102,"width":12,"height":12,"pixelRatio":1},"fast-food-12":{"x":56,"y":102,"width":12,"height":12,"pixelRatio":1},"ferry-12":{"x":70,"y":102,"width":12,"height":12,"pixelRatio":1},"fire-station-12":{"x":84,"y":102,"width":12,"height":12,"pixelRatio":1},"fuel-12":{"x":98,"y":102,"width":12,"height":12,"pixelRatio":1},"garden-12":{"x":112,"y":102,"width":12,"height":12,"pixelRatio":1},"golf-12":{"x":0,"y":116,"width":12,"height":12,"pixelRatio":1},"grocery-12":{"x":14,"y":116,"width":12,"height":12,"pixelRatio":1},"hairdresser-12":{"x":28,"y":116,"width":12,"height":12,"pixelRatio":1},"harbor-12":{"x":42,"y":116,"width":12,"height":12,"pixelRatio":1},"heart-12":{"x":56,"y":116,"width":12,"height":12,"pixelRatio":1},"heliport-12":{"x":70,"y":116,"width":12,"height":12,"pixelRatio":1},"hospital-12":{"x":84,"y":116,"width":12,"height":12,"pixelRatio":1},"industrial-12":{"x":98,"y":116,"width":12,"height":12,"pixelRatio":1},"land-use-12":{"x":112,"y":116,"width":12,"height":12,"pixelRatio":1},"laundry-12":{"x":132,"y":0,"width":12,"height":12,"pixelRatio":1},"library-12":{"x":132,"y":14,"width":12,"height":12,"pixelRatio":1},"lighthouse-12":{"x":132,"y":28,"width":12,"height":12,"pixelRatio":1},"lodging-12":{"x":132,"y":42,"width":12,"height":12,"pixelRatio":1},"logging-12":{"x":132,"y":56,"width":12,"height":12,"pixelRatio":1},"london-underground-12":{"x":132,"y":70,"width":12,"height":12,"pixelRatio":1},"marker-12":{"x":132,"y":84,"width":12,"height":12,"pixelRatio":1},"marker-stroked-12":{"x":132,"y":98,"width":12,"height":12,"pixelRatio":1},"minefield-12":{"x":132,"y":112,"width":12,"height":12,"pixelRatio":1},"mobilephone-12":{"x":0,"y":130,"width":12,"height":12,"pixelRatio":1},"monument-12":{"x":14,"y":130,"width":12,"height":12,"pixelRatio":1},"museum-12":{"x":28,"y":130,"width":12,"height":12,"pixelRatio":1},"music-12":{"x":42,"y":130,"width":12,"height":12,"pixelRatio":1},"night-airfield-12":{"x":56,"y":130,"width":12,"height":12,"pixelRatio":1},"night-airport-12":{"x":70,"y":130,"width":12,"height":12,"pixelRatio":1},"night-alcohol-shop-12":{"x":84,"y":130,"width":12,"height":12,"pixelRatio":1},"night-america-football-12":{"x":98,"y":130,"width":12,"height":12,"pixelRatio":1},"night-art-gallery-12":{"x":112,"y":130,"width":12,"height":12,"pixelRatio":1},"night-bakery-12":{"x":126,"y":130,"width":12,"height":12,"pixelRatio":1},"night-bank-12":{"x":146,"y":0,"width":12,"height":12,"pixelRatio":1},"night-bar-12":{"x":146,"y":14,"width":12,"height":12,"pixelRatio":1},"night-baseball-12":{"x":146,"y":28,"width":12,"height":12,"pixelRatio":1},"night-basketball-12":{"x":146,"y":42,"width":12,"height":12,"pixelRatio":1},"night-beer-12":{"x":146,"y":56,"width":12,"height":12,"pixelRatio":1},"night-bicycle-12":{"x":146,"y":70,"width":12,"height":12,"pixelRatio":1},"night-building-12":{"x":146,"y":84,"width":12,"height":12,"pixelRatio":1},"night-bus-12":{"x":146,"y":98,"width":12,"height":12,"pixelRatio":1},"night-cafe-12":{"x":146,"y":112,"width":12,"height":12,"pixelRatio":1},"night-camera-12":{"x":146,"y":126,"width":12,"height":12,"pixelRatio":1},"night-campsite-12":{"x":0,"y":144,"width":12,"height":12,"pixelRatio":1},"night-car-12":{"x":14,"y":144,"width":12,"height":12,"pixelRatio":1},"night-cemetery-12":{"x":28,"y":144,"width":12,"height":12,"pixelRatio":1},"night-chemist-12":{"x":42,"y":144,"width":12,"height":12,"pixelRatio":1},"night-cinema-12":{"x":56,"y":144,"width":12,"height":12,"pixelRatio":1},"night-circle-12":{"x":70,"y":144,"width":12,"height":12,"pixelRatio":1},"night-circle-stroked-12":{"x":84,"y":144,"width":12,"height":12,"pixelRatio":1},"night-city-12":{"x":98,"y":144,"width":12,"height":12,"pixelRatio":1},"night-clothing-store-12":{"x":112,"y":144,"width":12,"height":12,"pixelRatio":1},"night-college-12":{"x":126,"y":144,"width":12,"height":12,"pixelRatio":1},"night-commercial-12":{"x":140,"y":144,"width":12,"height":12,"pixelRatio":1},"night-cricket-12":{"x":160,"y":0,"width":12,"height":12,"pixelRatio":1},"night-cross-12":{"x":160,"y":14,"width":12,"height":12,"pixelRatio":1},"night-dam-12":{"x":160,"y":28,"width":12,"height":12,"pixelRatio":1},"night-danger-12":{"x":160,"y":42,"width":12,"height":12,"pixelRatio":1},"night-disability-12":{"x":160,"y":56,"width":12,"height":12,"pixelRatio":1},"night-dog-park-12":{"x":160,"y":70,"width":12,"height":12,"pixelRatio":1},"night-embassy-12":{"x":160,"y":84,"width":12,"height":12,"pixelRatio":1},"night-emergency-telephone-12":{"x":160,"y":98,"width":12,"height":12,"pixelRatio":1},"night-entrance-12":{"x":160,"y":112,"width":12,"height":12,"pixelRatio":1},"night-farm-12":{"x":160,"y":126,"width":12,"height":12,"pixelRatio":1},"night-fast-food-12":{"x":160,"y":140,"width":12,"height":12,"pixelRatio":1},"night-ferry-12":{"x":0,"y":158,"width":12,"height":12,"pixelRatio":1},"night-fire-station-12":{"x":14,"y":158,"width":12,"height":12,"pixelRatio":1},"night-fuel-12":{"x":28,"y":158,"width":12,"height":12,"pixelRatio":1},"night-garden-12":{"x":42,"y":158,"width":12,"height":12,"pixelRatio":1},"night-golf-12":{"x":56,"y":158,"width":12,"height":12,"pixelRatio":1},"night-grocery-12":{"x":70,"y":158,"width":12,"height":12,"pixelRatio":1},"night-hairdresser-12":{"x":84,"y":158,"width":12,"height":12,"pixelRatio":1},"night-harbor-12":{"x":98,"y":158,"width":12,"height":12,"pixelRatio":1},"night-heart-12":{"x":112,"y":158,"width":12,"height":12,"pixelRatio":1},"night-heliport-12":{"x":126,"y":158,"width":12,"height":12,"pixelRatio":1},"night-hospital-12":{"x":140,"y":158,"width":12,"height":12,"pixelRatio":1},"night-industrial-12":{"x":154,"y":158,"width":12,"height":12,"pixelRatio":1},"night-land-use-12":{"x":174,"y":0,"width":12,"height":12,"pixelRatio":1},"night-laundry-12":{"x":174,"y":14,"width":12,"height":12,"pixelRatio":1},"airport-12":{"x":174,"y":28,"width":12,"height":12,"pixelRatio":1},"night-lighthouse-12":{"x":174,"y":42,"width":12,"height":12,"pixelRatio":1},"night-lodging-12":{"x":174,"y":56,"width":12,"height":12,"pixelRatio":1},"night-logging-12":{"x":174,"y":70,"width":12,"height":12,"pixelRatio":1},"night-london-underground-12":{"x":174,"y":84,"width":12,"height":12,"pixelRatio":1},"night-marker-12":{"x":174,"y":98,"width":12,"height":12,"pixelRatio":1},"night-marker-stroked-12":{"x":174,"y":112,"width":12,"height":12,"pixelRatio":1},"night-minefield-12":{"x":174,"y":126,"width":12,"height":12,"pixelRatio":1},"night-mobilephone-12":{"x":174,"y":140,"width":12,"height":12,"pixelRatio":1},"night-monument-12":{"x":174,"y":154,"width":12,"height":12,"pixelRatio":1},"night-museum-12":{"x":0,"y":172,"width":12,"height":12,"pixelRatio":1},"night-music-12":{"x":14,"y":172,"width":12,"height":12,"pixelRatio":1},"night-oil-well-12":{"x":28,"y":172,"width":12,"height":12,"pixelRatio":1},"night-park-12":{"x":42,"y":172,"width":12,"height":12,"pixelRatio":1},"night-park2-12":{"x":56,"y":172,"width":12,"height":12,"pixelRatio":1},"night-parking-12":{"x":70,"y":172,"width":12,"height":12,"pixelRatio":1},"night-parking-garage-12":{"x":84,"y":172,"width":12,"height":12,"pixelRatio":1},"night-pharmacy-12":{"x":98,"y":172,"width":12,"height":12,"pixelRatio":1},"night-pitch-12":{"x":112,"y":172,"width":12,"height":12,"pixelRatio":1},"night-place-of-worship-12":{"x":126,"y":172,"width":12,"height":12,"pixelRatio":1},"night-playground-12":{"x":140,"y":172,"width":12,"height":12,"pixelRatio":1},"night-police-12":{"x":154,"y":172,"width":12,"height":12,"pixelRatio":1},"night-polling-place-12":{"x":168,"y":172,"width":12,"height":12,"pixelRatio":1},"night-post-12":{"x":188,"y":0,"width":12,"height":12,"pixelRatio":1},"night-prison-12":{"x":188,"y":14,"width":12,"height":12,"pixelRatio":1},"night-rail-12":{"x":188,"y":28,"width":12,"height":12,"pixelRatio":1},"night-rail-above-12":{"x":188,"y":42,"width":12,"height":12,"pixelRatio":1},"night-rail-light-12":{"x":188,"y":56,"width":12,"height":12,"pixelRatio":1},"night-rail-metro-12":{"x":188,"y":70,"width":12,"height":12,"pixelRatio":1},"night-rail-underground-12":{"x":188,"y":84,"width":12,"height":12,"pixelRatio":1},"night-religious-christian-12":{"x":188,"y":98,"width":12,"height":12,"pixelRatio":1},"night-religious-jewish-12":{"x":188,"y":112,"width":12,"height":12,"pixelRatio":1},"night-religious-muslim-12":{"x":188,"y":126,"width":12,"height":12,"pixelRatio":1},"night-restaurant-12":{"x":188,"y":140,"width":12,"height":12,"pixelRatio":1},"night-roadblock-12":{"x":188,"y":154,"width":12,"height":12,"pixelRatio":1},"night-rocket-12":{"x":188,"y":168,"width":12,"height":12,"pixelRatio":1},"night-school-12":{"x":0,"y":186,"width":12,"height":12,"pixelRatio":1},"night-scooter-12":{"x":14,"y":186,"width":12,"height":12,"pixelRatio":1},"night-shop-12":{"x":28,"y":186,"width":12,"height":12,"pixelRatio":1},"night-skiing-12":{"x":42,"y":186,"width":12,"height":12,"pixelRatio":1},"night-slaughterhouse-12":{"x":56,"y":186,"width":12,"height":12,"pixelRatio":1},"night-soccer-12":{"x":70,"y":186,"width":12,"height":12,"pixelRatio":1},"night-square-12":{"x":84,"y":186,"width":12,"height":12,"pixelRatio":1},"night-square-stroked-12":{"x":98,"y":186,"width":12,"height":12,"pixelRatio":1},"night-star-12":{"x":112,"y":186,"width":12,"height":12,"pixelRatio":1},"night-star-stroked-12":{"x":126,"y":186,"width":12,"height":12,"pixelRatio":1},"night-suitcase-12":{"x":140,"y":186,"width":12,"height":12,"pixelRatio":1},"night-swimming-12":{"x":154,"y":186,"width":12,"height":12,"pixelRatio":1},"night-telephone-12":{"x":168,"y":186,"width":12,"height":12,"pixelRatio":1},"night-tennis-12":{"x":182,"y":186,"width":12,"height":12,"pixelRatio":1},"night-theatre-12":{"x":202,"y":0,"width":12,"height":12,"pixelRatio":1},"night-toilets-12":{"x":202,"y":14,"width":12,"height":12,"pixelRatio":1},"night-town-12":{"x":202,"y":28,"width":12,"height":12,"pixelRatio":1},"night-town-hall-12":{"x":202,"y":42,"width":12,"height":12,"pixelRatio":1},"night-triangle-12":{"x":202,"y":56,"width":12,"height":12,"pixelRatio":1},"night-triangle-stroked-12":{"x":202,"y":70,"width":12,"height":12,"pixelRatio":1},"night-village-12":{"x":202,"y":84,"width":12,"height":12,"pixelRatio":1},"night-warehouse-12":{"x":202,"y":98,"width":12,"height":12,"pixelRatio":1},"night-waste-basket-12":{"x":202,"y":112,"width":12,"height":12,"pixelRatio":1},"night-water-12":{"x":202,"y":126,"width":12,"height":12,"pixelRatio":1},"night-wetland-12":{"x":202,"y":140,"width":12,"height":12,"pixelRatio":1},"night-zoo-12":{"x":202,"y":154,"width":12,"height":12,"pixelRatio":1},"oil-well-12":{"x":202,"y":168,"width":12,"height":12,"pixelRatio":1},"park-12":{"x":202,"y":182,"width":12,"height":12,"pixelRatio":1},"park2-12":{"x":0,"y":200,"width":12,"height":12,"pixelRatio":1},"parking-12":{"x":14,"y":200,"width":12,"height":12,"pixelRatio":1},"parking-garage-12":{"x":28,"y":200,"width":12,"height":12,"pixelRatio":1},"pharmacy-12":{"x":42,"y":200,"width":12,"height":12,"pixelRatio":1},"pitch-12":{"x":56,"y":200,"width":12,"height":12,"pixelRatio":1},"place-of-worship-12":{"x":70,"y":200,"width":12,"height":12,"pixelRatio":1},"playground-12":{"x":84,"y":200,"width":12,"height":12,"pixelRatio":1},"police-12":{"x":98,"y":200,"width":12,"height":12,"pixelRatio":1},"polling-place-12":{"x":112,"y":200,"width":12,"height":12,"pixelRatio":1},"post-12":{"x":126,"y":200,"width":12,"height":12,"pixelRatio":1},"prison-12":{"x":140,"y":200,"width":12,"height":12,"pixelRatio":1},"rail-12":{"x":154,"y":200,"width":12,"height":12,"pixelRatio":1},"rail-above-12":{"x":168,"y":200,"width":12,"height":12,"pixelRatio":1},"rail-light-12":{"x":182,"y":200,"width":12,"height":12,"pixelRatio":1},"rail-metro-12":{"x":196,"y":200,"width":12,"height":12,"pixelRatio":1},"rail-underground-12":{"x":216,"y":0,"width":12,"height":12,"pixelRatio":1},"religious-christian-12":{"x":216,"y":14,"width":12,"height":12,"pixelRatio":1},"religious-jewish-12":{"x":216,"y":28,"width":12,"height":12,"pixelRatio":1},"religious-muslim-12":{"x":216,"y":42,"width":12,"height":12,"pixelRatio":1},"restaurant-12":{"x":216,"y":56,"width":12,"height":12,"pixelRatio":1},"roadblock-12":{"x":216,"y":70,"width":12,"height":12,"pixelRatio":1},"rocket-12":{"x":216,"y":84,"width":12,"height":12,"pixelRatio":1},"school-12":{"x":216,"y":98,"width":12,"height":12,"pixelRatio":1},"scooter-12":{"x":216,"y":112,"width":12,"height":12,"pixelRatio":1},"shop-12":{"x":216,"y":126,"width":12,"height":12,"pixelRatio":1},"skiing-12":{"x":216,"y":140,"width":12,"height":12,"pixelRatio":1},"slaughterhouse-12":{"x":216,"y":154,"width":12,"height":12,"pixelRatio":1},"soccer-12":{"x":216,"y":168,"width":12,"height":12,"pixelRatio":1},"square-12":{"x":216,"y":182,"width":12,"height":12,"pixelRatio":1},"square-stroked-12":{"x":216,"y":196,"width":12,"height":12,"pixelRatio":1},"star-12":{"x":0,"y":214,"width":12,"height":12,"pixelRatio":1},"star-stroked-12":{"x":14,"y":214,"width":12,"height":12,"pixelRatio":1},"suitcase-12":{"x":28,"y":214,"width":12,"height":12,"pixelRatio":1},"swimming-12":{"x":42,"y":214,"width":12,"height":12,"pixelRatio":1},"telephone-12":{"x":56,"y":214,"width":12,"height":12,"pixelRatio":1},"tennis-12":{"x":70,"y":214,"width":12,"height":12,"pixelRatio":1},"theatre-12":{"x":84,"y":214,"width":12,"height":12,"pixelRatio":1},"toilets-12":{"x":98,"y":214,"width":12,"height":12,"pixelRatio":1},"town-12":{"x":112,"y":214,"width":12,"height":12,"pixelRatio":1},"town-hall-12":{"x":126,"y":214,"width":12,"height":12,"pixelRatio":1},"triangle-12":{"x":140,"y":214,"width":12,"height":12,"pixelRatio":1},"triangle-stroked-12":{"x":154,"y":214,"width":12,"height":12,"pixelRatio":1},"village-12":{"x":168,"y":214,"width":12,"height":12,"pixelRatio":1},"warehouse-12":{"x":182,"y":214,"width":12,"height":12,"pixelRatio":1},"waste-basket-12":{"x":196,"y":214,"width":12,"height":12,"pixelRatio":1},"water-12":{"x":210,"y":214,"width":12,"height":12,"pixelRatio":1},"wetland-12":{"x":230,"y":0,"width":12,"height":12,"pixelRatio":1},"airfield-12":{"x":230,"y":14,"width":12,"height":12,"pixelRatio":1},"alcohol-shop-12":{"x":230,"y":28,"width":12,"height":12,"pixelRatio":1},"america-football-12":{"x":230,"y":42,"width":12,"height":12,"pixelRatio":1},"art-gallery-12":{"x":230,"y":56,"width":12,"height":12,"pixelRatio":1},"zoo-12":{"x":230,"y":70,"width":12,"height":12,"pixelRatio":1},"wetland_noveg_16":{"x":0,"y":228,"width":16,"height":8,"pixelRatio":1},"wetland_16":{"x":18,"y":228,"width":16,"height":8,"pixelRatio":1}} \ No newline at end of file diff --git a/sprites/outdoors.png b/sprites/outdoors.png deleted file mode 100644 index 61e99085..00000000 Binary files a/sprites/outdoors.png and /dev/null differ diff --git a/sprites/outdoors@2x.json b/sprites/outdoors@2x.json deleted file mode 100644 index df04f414..00000000 --- a/sprites/outdoors@2x.json +++ /dev/null @@ -1 +0,0 @@ -{"wetland_noveg_64":{"x":0,"y":0,"width":128,"height":64,"pixelRatio":2},"wetland_64":{"x":130,"y":0,"width":128,"height":64,"pixelRatio":2},"airport-24":{"x":0,"y":66,"width":48,"height":48,"pixelRatio":2},"night-library-12":{"x":50,"y":66,"width":24,"height":24,"pixelRatio":2},"america-football-12":{"x":76,"y":66,"width":24,"height":24,"pixelRatio":2},"art-gallery-12":{"x":102,"y":66,"width":24,"height":24,"pixelRatio":2},"bakery-12":{"x":128,"y":66,"width":24,"height":24,"pixelRatio":2},"bank-12":{"x":154,"y":66,"width":24,"height":24,"pixelRatio":2},"bar-12":{"x":180,"y":66,"width":24,"height":24,"pixelRatio":2},"baseball-12":{"x":206,"y":66,"width":24,"height":24,"pixelRatio":2},"basketball-12":{"x":232,"y":66,"width":24,"height":24,"pixelRatio":2},"beer-12":{"x":0,"y":116,"width":24,"height":24,"pixelRatio":2},"bicycle-12":{"x":26,"y":116,"width":24,"height":24,"pixelRatio":2},"building-12":{"x":52,"y":116,"width":24,"height":24,"pixelRatio":2},"bus-12":{"x":78,"y":116,"width":24,"height":24,"pixelRatio":2},"cafe-12":{"x":104,"y":116,"width":24,"height":24,"pixelRatio":2},"camera-12":{"x":130,"y":116,"width":24,"height":24,"pixelRatio":2},"campsite-12":{"x":156,"y":116,"width":24,"height":24,"pixelRatio":2},"car-12":{"x":182,"y":116,"width":24,"height":24,"pixelRatio":2},"cemetery-12":{"x":208,"y":116,"width":24,"height":24,"pixelRatio":2},"chemist-12":{"x":234,"y":116,"width":24,"height":24,"pixelRatio":2},"cinema-12":{"x":0,"y":142,"width":24,"height":24,"pixelRatio":2},"circle-12":{"x":26,"y":142,"width":24,"height":24,"pixelRatio":2},"circle-stroked-12":{"x":52,"y":142,"width":24,"height":24,"pixelRatio":2},"city-12":{"x":78,"y":142,"width":24,"height":24,"pixelRatio":2},"clothing-store-12":{"x":104,"y":142,"width":24,"height":24,"pixelRatio":2},"college-12":{"x":130,"y":142,"width":24,"height":24,"pixelRatio":2},"commercial-12":{"x":156,"y":142,"width":24,"height":24,"pixelRatio":2},"cricket-12":{"x":182,"y":142,"width":24,"height":24,"pixelRatio":2},"cross-12":{"x":208,"y":142,"width":24,"height":24,"pixelRatio":2},"dam-12":{"x":234,"y":142,"width":24,"height":24,"pixelRatio":2},"danger-12":{"x":0,"y":168,"width":24,"height":24,"pixelRatio":2},"disability-12":{"x":26,"y":168,"width":24,"height":24,"pixelRatio":2},"dog-park-12":{"x":52,"y":168,"width":24,"height":24,"pixelRatio":2},"embassy-12":{"x":78,"y":168,"width":24,"height":24,"pixelRatio":2},"emergency-telephone-12":{"x":104,"y":168,"width":24,"height":24,"pixelRatio":2},"entrance-12":{"x":130,"y":168,"width":24,"height":24,"pixelRatio":2},"farm-12":{"x":156,"y":168,"width":24,"height":24,"pixelRatio":2},"fast-food-12":{"x":182,"y":168,"width":24,"height":24,"pixelRatio":2},"ferry-12":{"x":208,"y":168,"width":24,"height":24,"pixelRatio":2},"fire-station-12":{"x":234,"y":168,"width":24,"height":24,"pixelRatio":2},"fuel-12":{"x":0,"y":194,"width":24,"height":24,"pixelRatio":2},"garden-12":{"x":26,"y":194,"width":24,"height":24,"pixelRatio":2},"golf-12":{"x":52,"y":194,"width":24,"height":24,"pixelRatio":2},"grocery-12":{"x":78,"y":194,"width":24,"height":24,"pixelRatio":2},"hairdresser-12":{"x":104,"y":194,"width":24,"height":24,"pixelRatio":2},"harbor-12":{"x":130,"y":194,"width":24,"height":24,"pixelRatio":2},"heart-12":{"x":156,"y":194,"width":24,"height":24,"pixelRatio":2},"heliport-12":{"x":182,"y":194,"width":24,"height":24,"pixelRatio":2},"hospital-12":{"x":208,"y":194,"width":24,"height":24,"pixelRatio":2},"industrial-12":{"x":234,"y":194,"width":24,"height":24,"pixelRatio":2},"land-use-12":{"x":0,"y":220,"width":24,"height":24,"pixelRatio":2},"laundry-12":{"x":26,"y":220,"width":24,"height":24,"pixelRatio":2},"library-12":{"x":52,"y":220,"width":24,"height":24,"pixelRatio":2},"lighthouse-12":{"x":78,"y":220,"width":24,"height":24,"pixelRatio":2},"lodging-12":{"x":104,"y":220,"width":24,"height":24,"pixelRatio":2},"logging-12":{"x":130,"y":220,"width":24,"height":24,"pixelRatio":2},"london-underground-12":{"x":156,"y":220,"width":24,"height":24,"pixelRatio":2},"marker-12":{"x":182,"y":220,"width":24,"height":24,"pixelRatio":2},"marker-stroked-12":{"x":208,"y":220,"width":24,"height":24,"pixelRatio":2},"minefield-12":{"x":234,"y":220,"width":24,"height":24,"pixelRatio":2},"mobilephone-12":{"x":260,"y":0,"width":24,"height":24,"pixelRatio":2},"monument-12":{"x":260,"y":26,"width":24,"height":24,"pixelRatio":2},"museum-12":{"x":260,"y":52,"width":24,"height":24,"pixelRatio":2},"music-12":{"x":260,"y":78,"width":24,"height":24,"pixelRatio":2},"night-airfield-12":{"x":260,"y":104,"width":24,"height":24,"pixelRatio":2},"night-airport-12":{"x":260,"y":130,"width":24,"height":24,"pixelRatio":2},"night-alcohol-shop-12":{"x":260,"y":156,"width":24,"height":24,"pixelRatio":2},"night-america-football-12":{"x":260,"y":182,"width":24,"height":24,"pixelRatio":2},"night-art-gallery-12":{"x":260,"y":208,"width":24,"height":24,"pixelRatio":2},"night-bakery-12":{"x":0,"y":246,"width":24,"height":24,"pixelRatio":2},"night-bank-12":{"x":26,"y":246,"width":24,"height":24,"pixelRatio":2},"night-bar-12":{"x":52,"y":246,"width":24,"height":24,"pixelRatio":2},"night-baseball-12":{"x":78,"y":246,"width":24,"height":24,"pixelRatio":2},"night-basketball-12":{"x":104,"y":246,"width":24,"height":24,"pixelRatio":2},"night-beer-12":{"x":130,"y":246,"width":24,"height":24,"pixelRatio":2},"night-bicycle-12":{"x":156,"y":246,"width":24,"height":24,"pixelRatio":2},"night-building-12":{"x":182,"y":246,"width":24,"height":24,"pixelRatio":2},"night-bus-12":{"x":208,"y":246,"width":24,"height":24,"pixelRatio":2},"night-cafe-12":{"x":234,"y":246,"width":24,"height":24,"pixelRatio":2},"night-camera-12":{"x":260,"y":246,"width":24,"height":24,"pixelRatio":2},"night-campsite-12":{"x":286,"y":0,"width":24,"height":24,"pixelRatio":2},"night-car-12":{"x":286,"y":26,"width":24,"height":24,"pixelRatio":2},"night-cemetery-12":{"x":286,"y":52,"width":24,"height":24,"pixelRatio":2},"night-chemist-12":{"x":286,"y":78,"width":24,"height":24,"pixelRatio":2},"night-cinema-12":{"x":286,"y":104,"width":24,"height":24,"pixelRatio":2},"night-circle-12":{"x":286,"y":130,"width":24,"height":24,"pixelRatio":2},"night-circle-stroked-12":{"x":286,"y":156,"width":24,"height":24,"pixelRatio":2},"night-city-12":{"x":286,"y":182,"width":24,"height":24,"pixelRatio":2},"night-clothing-store-12":{"x":286,"y":208,"width":24,"height":24,"pixelRatio":2},"night-college-12":{"x":286,"y":234,"width":24,"height":24,"pixelRatio":2},"night-commercial-12":{"x":0,"y":272,"width":24,"height":24,"pixelRatio":2},"night-cricket-12":{"x":26,"y":272,"width":24,"height":24,"pixelRatio":2},"night-cross-12":{"x":52,"y":272,"width":24,"height":24,"pixelRatio":2},"night-dam-12":{"x":78,"y":272,"width":24,"height":24,"pixelRatio":2},"night-danger-12":{"x":104,"y":272,"width":24,"height":24,"pixelRatio":2},"night-disability-12":{"x":130,"y":272,"width":24,"height":24,"pixelRatio":2},"night-dog-park-12":{"x":156,"y":272,"width":24,"height":24,"pixelRatio":2},"night-embassy-12":{"x":182,"y":272,"width":24,"height":24,"pixelRatio":2},"night-emergency-telephone-12":{"x":208,"y":272,"width":24,"height":24,"pixelRatio":2},"night-entrance-12":{"x":234,"y":272,"width":24,"height":24,"pixelRatio":2},"night-farm-12":{"x":260,"y":272,"width":24,"height":24,"pixelRatio":2},"night-fast-food-12":{"x":286,"y":272,"width":24,"height":24,"pixelRatio":2},"night-ferry-12":{"x":312,"y":0,"width":24,"height":24,"pixelRatio":2},"night-fire-station-12":{"x":312,"y":26,"width":24,"height":24,"pixelRatio":2},"night-fuel-12":{"x":312,"y":52,"width":24,"height":24,"pixelRatio":2},"night-garden-12":{"x":312,"y":78,"width":24,"height":24,"pixelRatio":2},"night-golf-12":{"x":312,"y":104,"width":24,"height":24,"pixelRatio":2},"night-grocery-12":{"x":312,"y":130,"width":24,"height":24,"pixelRatio":2},"night-hairdresser-12":{"x":312,"y":156,"width":24,"height":24,"pixelRatio":2},"night-harbor-12":{"x":312,"y":182,"width":24,"height":24,"pixelRatio":2},"night-heart-12":{"x":312,"y":208,"width":24,"height":24,"pixelRatio":2},"night-heliport-12":{"x":312,"y":234,"width":24,"height":24,"pixelRatio":2},"night-hospital-12":{"x":312,"y":260,"width":24,"height":24,"pixelRatio":2},"night-industrial-12":{"x":0,"y":298,"width":24,"height":24,"pixelRatio":2},"night-land-use-12":{"x":26,"y":298,"width":24,"height":24,"pixelRatio":2},"night-laundry-12":{"x":52,"y":298,"width":24,"height":24,"pixelRatio":2},"airport-12":{"x":78,"y":298,"width":24,"height":24,"pixelRatio":2},"night-lighthouse-12":{"x":104,"y":298,"width":24,"height":24,"pixelRatio":2},"night-lodging-12":{"x":130,"y":298,"width":24,"height":24,"pixelRatio":2},"night-logging-12":{"x":156,"y":298,"width":24,"height":24,"pixelRatio":2},"night-london-underground-12":{"x":182,"y":298,"width":24,"height":24,"pixelRatio":2},"night-marker-12":{"x":208,"y":298,"width":24,"height":24,"pixelRatio":2},"night-marker-stroked-12":{"x":234,"y":298,"width":24,"height":24,"pixelRatio":2},"night-minefield-12":{"x":260,"y":298,"width":24,"height":24,"pixelRatio":2},"night-mobilephone-12":{"x":286,"y":298,"width":24,"height":24,"pixelRatio":2},"night-monument-12":{"x":312,"y":298,"width":24,"height":24,"pixelRatio":2},"night-museum-12":{"x":338,"y":0,"width":24,"height":24,"pixelRatio":2},"night-music-12":{"x":338,"y":26,"width":24,"height":24,"pixelRatio":2},"night-oil-well-12":{"x":338,"y":52,"width":24,"height":24,"pixelRatio":2},"night-park-12":{"x":338,"y":78,"width":24,"height":24,"pixelRatio":2},"night-park2-12":{"x":338,"y":104,"width":24,"height":24,"pixelRatio":2},"night-parking-12":{"x":338,"y":130,"width":24,"height":24,"pixelRatio":2},"night-parking-garage-12":{"x":338,"y":156,"width":24,"height":24,"pixelRatio":2},"night-pharmacy-12":{"x":338,"y":182,"width":24,"height":24,"pixelRatio":2},"night-pitch-12":{"x":338,"y":208,"width":24,"height":24,"pixelRatio":2},"night-place-of-worship-12":{"x":338,"y":234,"width":24,"height":24,"pixelRatio":2},"night-playground-12":{"x":338,"y":260,"width":24,"height":24,"pixelRatio":2},"night-police-12":{"x":338,"y":286,"width":24,"height":24,"pixelRatio":2},"night-polling-place-12":{"x":0,"y":324,"width":24,"height":24,"pixelRatio":2},"night-post-12":{"x":26,"y":324,"width":24,"height":24,"pixelRatio":2},"night-prison-12":{"x":52,"y":324,"width":24,"height":24,"pixelRatio":2},"night-rail-12":{"x":78,"y":324,"width":24,"height":24,"pixelRatio":2},"night-rail-above-12":{"x":104,"y":324,"width":24,"height":24,"pixelRatio":2},"night-rail-light-12":{"x":130,"y":324,"width":24,"height":24,"pixelRatio":2},"night-rail-metro-12":{"x":156,"y":324,"width":24,"height":24,"pixelRatio":2},"night-rail-underground-12":{"x":182,"y":324,"width":24,"height":24,"pixelRatio":2},"night-religious-christian-12":{"x":208,"y":324,"width":24,"height":24,"pixelRatio":2},"night-religious-jewish-12":{"x":234,"y":324,"width":24,"height":24,"pixelRatio":2},"night-religious-muslim-12":{"x":260,"y":324,"width":24,"height":24,"pixelRatio":2},"night-restaurant-12":{"x":286,"y":324,"width":24,"height":24,"pixelRatio":2},"night-roadblock-12":{"x":312,"y":324,"width":24,"height":24,"pixelRatio":2},"night-rocket-12":{"x":338,"y":324,"width":24,"height":24,"pixelRatio":2},"night-school-12":{"x":364,"y":0,"width":24,"height":24,"pixelRatio":2},"night-scooter-12":{"x":364,"y":26,"width":24,"height":24,"pixelRatio":2},"night-shop-12":{"x":364,"y":52,"width":24,"height":24,"pixelRatio":2},"night-skiing-12":{"x":364,"y":78,"width":24,"height":24,"pixelRatio":2},"night-slaughterhouse-12":{"x":364,"y":104,"width":24,"height":24,"pixelRatio":2},"night-soccer-12":{"x":364,"y":130,"width":24,"height":24,"pixelRatio":2},"night-square-12":{"x":364,"y":156,"width":24,"height":24,"pixelRatio":2},"night-square-stroked-12":{"x":364,"y":182,"width":24,"height":24,"pixelRatio":2},"night-star-12":{"x":364,"y":208,"width":24,"height":24,"pixelRatio":2},"night-star-stroked-12":{"x":364,"y":234,"width":24,"height":24,"pixelRatio":2},"night-suitcase-12":{"x":364,"y":260,"width":24,"height":24,"pixelRatio":2},"night-swimming-12":{"x":364,"y":286,"width":24,"height":24,"pixelRatio":2},"night-telephone-12":{"x":364,"y":312,"width":24,"height":24,"pixelRatio":2},"night-tennis-12":{"x":0,"y":350,"width":24,"height":24,"pixelRatio":2},"night-theatre-12":{"x":26,"y":350,"width":24,"height":24,"pixelRatio":2},"night-toilets-12":{"x":52,"y":350,"width":24,"height":24,"pixelRatio":2},"night-town-12":{"x":78,"y":350,"width":24,"height":24,"pixelRatio":2},"night-town-hall-12":{"x":104,"y":350,"width":24,"height":24,"pixelRatio":2},"night-triangle-12":{"x":130,"y":350,"width":24,"height":24,"pixelRatio":2},"night-triangle-stroked-12":{"x":156,"y":350,"width":24,"height":24,"pixelRatio":2},"night-village-12":{"x":182,"y":350,"width":24,"height":24,"pixelRatio":2},"night-warehouse-12":{"x":208,"y":350,"width":24,"height":24,"pixelRatio":2},"night-waste-basket-12":{"x":234,"y":350,"width":24,"height":24,"pixelRatio":2},"night-water-12":{"x":260,"y":350,"width":24,"height":24,"pixelRatio":2},"night-wetland-12":{"x":286,"y":350,"width":24,"height":24,"pixelRatio":2},"night-zoo-12":{"x":312,"y":350,"width":24,"height":24,"pixelRatio":2},"oil-well-12":{"x":338,"y":350,"width":24,"height":24,"pixelRatio":2},"park-12":{"x":364,"y":350,"width":24,"height":24,"pixelRatio":2},"park2-12":{"x":390,"y":0,"width":24,"height":24,"pixelRatio":2},"parking-12":{"x":390,"y":26,"width":24,"height":24,"pixelRatio":2},"parking-garage-12":{"x":390,"y":52,"width":24,"height":24,"pixelRatio":2},"pharmacy-12":{"x":390,"y":78,"width":24,"height":24,"pixelRatio":2},"pitch-12":{"x":390,"y":104,"width":24,"height":24,"pixelRatio":2},"place-of-worship-12":{"x":390,"y":130,"width":24,"height":24,"pixelRatio":2},"playground-12":{"x":390,"y":156,"width":24,"height":24,"pixelRatio":2},"police-12":{"x":390,"y":182,"width":24,"height":24,"pixelRatio":2},"polling-place-12":{"x":390,"y":208,"width":24,"height":24,"pixelRatio":2},"post-12":{"x":390,"y":234,"width":24,"height":24,"pixelRatio":2},"prison-12":{"x":390,"y":260,"width":24,"height":24,"pixelRatio":2},"rail-12":{"x":390,"y":286,"width":24,"height":24,"pixelRatio":2},"rail-above-12":{"x":390,"y":312,"width":24,"height":24,"pixelRatio":2},"rail-light-12":{"x":390,"y":338,"width":24,"height":24,"pixelRatio":2},"rail-metro-12":{"x":0,"y":376,"width":24,"height":24,"pixelRatio":2},"rail-underground-12":{"x":26,"y":376,"width":24,"height":24,"pixelRatio":2},"religious-christian-12":{"x":52,"y":376,"width":24,"height":24,"pixelRatio":2},"religious-jewish-12":{"x":78,"y":376,"width":24,"height":24,"pixelRatio":2},"religious-muslim-12":{"x":104,"y":376,"width":24,"height":24,"pixelRatio":2},"restaurant-12":{"x":130,"y":376,"width":24,"height":24,"pixelRatio":2},"roadblock-12":{"x":156,"y":376,"width":24,"height":24,"pixelRatio":2},"rocket-12":{"x":182,"y":376,"width":24,"height":24,"pixelRatio":2},"school-12":{"x":208,"y":376,"width":24,"height":24,"pixelRatio":2},"scooter-12":{"x":234,"y":376,"width":24,"height":24,"pixelRatio":2},"shop-12":{"x":260,"y":376,"width":24,"height":24,"pixelRatio":2},"skiing-12":{"x":286,"y":376,"width":24,"height":24,"pixelRatio":2},"slaughterhouse-12":{"x":312,"y":376,"width":24,"height":24,"pixelRatio":2},"soccer-12":{"x":338,"y":376,"width":24,"height":24,"pixelRatio":2},"square-12":{"x":364,"y":376,"width":24,"height":24,"pixelRatio":2},"square-stroked-12":{"x":390,"y":376,"width":24,"height":24,"pixelRatio":2},"star-12":{"x":416,"y":0,"width":24,"height":24,"pixelRatio":2},"star-stroked-12":{"x":416,"y":26,"width":24,"height":24,"pixelRatio":2},"suitcase-12":{"x":416,"y":52,"width":24,"height":24,"pixelRatio":2},"swimming-12":{"x":416,"y":78,"width":24,"height":24,"pixelRatio":2},"telephone-12":{"x":416,"y":104,"width":24,"height":24,"pixelRatio":2},"tennis-12":{"x":416,"y":130,"width":24,"height":24,"pixelRatio":2},"theatre-12":{"x":416,"y":156,"width":24,"height":24,"pixelRatio":2},"toilets-12":{"x":416,"y":182,"width":24,"height":24,"pixelRatio":2},"town-12":{"x":416,"y":208,"width":24,"height":24,"pixelRatio":2},"town-hall-12":{"x":416,"y":234,"width":24,"height":24,"pixelRatio":2},"triangle-12":{"x":416,"y":260,"width":24,"height":24,"pixelRatio":2},"triangle-stroked-12":{"x":416,"y":286,"width":24,"height":24,"pixelRatio":2},"village-12":{"x":416,"y":312,"width":24,"height":24,"pixelRatio":2},"warehouse-12":{"x":416,"y":338,"width":24,"height":24,"pixelRatio":2},"waste-basket-12":{"x":416,"y":364,"width":24,"height":24,"pixelRatio":2},"water-12":{"x":0,"y":402,"width":24,"height":24,"pixelRatio":2},"wetland-12":{"x":26,"y":402,"width":24,"height":24,"pixelRatio":2},"airfield-12":{"x":52,"y":402,"width":24,"height":24,"pixelRatio":2},"alcohol-shop-12":{"x":78,"y":402,"width":24,"height":24,"pixelRatio":2},"zoo-12":{"x":104,"y":402,"width":24,"height":24,"pixelRatio":2},"wetland_32":{"x":50,"y":92,"width":32,"height":16,"pixelRatio":2},"wetland_noveg_32":{"x":84,"y":92,"width":32,"height":16,"pixelRatio":2},"wetland_noveg_16":{"x":416,"y":390,"width":16,"height":8,"pixelRatio":2},"wetland_16":{"x":390,"y":364,"width":16,"height":8,"pixelRatio":2}} \ No newline at end of file diff --git a/sprites/outdoors@2x.png b/sprites/outdoors@2x.png deleted file mode 100644 index 4506fee8..00000000 Binary files a/sprites/outdoors@2x.png and /dev/null differ diff --git a/sprites/pencil-src/line_dotted_10.png b/sprites/pencil-src/line_dotted_10.png deleted file mode 100644 index bba09785..00000000 Binary files a/sprites/pencil-src/line_dotted_10.png and /dev/null differ diff --git a/sprites/pencil-src/line_dotted_12.png b/sprites/pencil-src/line_dotted_12.png deleted file mode 100644 index 5ccb36cc..00000000 Binary files a/sprites/pencil-src/line_dotted_12.png and /dev/null differ diff --git a/sprites/pencil-src/line_dotted_4.png b/sprites/pencil-src/line_dotted_4.png deleted file mode 100644 index 3280c67f..00000000 Binary files a/sprites/pencil-src/line_dotted_4.png and /dev/null differ diff --git a/sprites/pencil-src/line_dotted_6.png b/sprites/pencil-src/line_dotted_6.png deleted file mode 100644 index 9125a7e5..00000000 Binary files a/sprites/pencil-src/line_dotted_6.png and /dev/null differ diff --git a/sprites/pencil-src/line_dotted_8.png b/sprites/pencil-src/line_dotted_8.png deleted file mode 100644 index 3cf779ec..00000000 Binary files a/sprites/pencil-src/line_dotted_8.png and /dev/null differ diff --git a/sprites/pencil-src/line_double_14.png b/sprites/pencil-src/line_double_14.png deleted file mode 100644 index be962808..00000000 Binary files a/sprites/pencil-src/line_double_14.png and /dev/null differ diff --git a/sprites/pencil-src/line_double_14_mask.png b/sprites/pencil-src/line_double_14_mask.png deleted file mode 100644 index f9db99a5..00000000 Binary files a/sprites/pencil-src/line_double_14_mask.png and /dev/null differ diff --git a/sprites/pencil-src/line_double_16.png b/sprites/pencil-src/line_double_16.png deleted file mode 100644 index 943bc08b..00000000 Binary files a/sprites/pencil-src/line_double_16.png and /dev/null differ diff --git a/sprites/pencil-src/line_double_16_mask.png b/sprites/pencil-src/line_double_16_mask.png deleted file mode 100644 index 655985cc..00000000 Binary files a/sprites/pencil-src/line_double_16_mask.png and /dev/null differ diff --git a/sprites/pencil-src/line_double_18.png b/sprites/pencil-src/line_double_18.png deleted file mode 100644 index d746bac3..00000000 Binary files a/sprites/pencil-src/line_double_18.png and /dev/null differ diff --git a/sprites/pencil-src/line_double_18_mask.png b/sprites/pencil-src/line_double_18_mask.png deleted file mode 100644 index 24970c00..00000000 Binary files a/sprites/pencil-src/line_double_18_mask.png and /dev/null differ diff --git a/sprites/pencil-src/line_double_20.png b/sprites/pencil-src/line_double_20.png deleted file mode 100644 index 6a6cf5d4..00000000 Binary files a/sprites/pencil-src/line_double_20.png and /dev/null differ diff --git a/sprites/pencil-src/line_double_20_mask.png b/sprites/pencil-src/line_double_20_mask.png deleted file mode 100644 index dcb3728e..00000000 Binary files a/sprites/pencil-src/line_double_20_mask.png and /dev/null differ diff --git a/sprites/pencil-src/line_shade_22.png b/sprites/pencil-src/line_shade_22.png deleted file mode 100644 index ff7968a6..00000000 Binary files a/sprites/pencil-src/line_shade_22.png and /dev/null differ diff --git a/sprites/pencil-src/line_shade_22_1.png b/sprites/pencil-src/line_shade_22_1.png deleted file mode 100644 index 40ca0a1a..00000000 Binary files a/sprites/pencil-src/line_shade_22_1.png and /dev/null differ diff --git a/sprites/pencil-src/line_shade_22_2.png b/sprites/pencil-src/line_shade_22_2.png deleted file mode 100644 index 06c1c71a..00000000 Binary files a/sprites/pencil-src/line_shade_22_2.png and /dev/null differ diff --git a/sprites/pencil-src/line_shade_22_4.png b/sprites/pencil-src/line_shade_22_4.png deleted file mode 100644 index 249af4ff..00000000 Binary files a/sprites/pencil-src/line_shade_22_4.png and /dev/null differ diff --git a/sprites/pencil-src/line_solid_6.png b/sprites/pencil-src/line_solid_6.png deleted file mode 100644 index f7758750..00000000 Binary files a/sprites/pencil-src/line_solid_6.png and /dev/null differ diff --git a/sprites/pencil-src/line_solid_7.png b/sprites/pencil-src/line_solid_7.png deleted file mode 100644 index 9a165c02..00000000 Binary files a/sprites/pencil-src/line_solid_7.png and /dev/null differ diff --git a/sprites/pencil-src/line_water_14.png b/sprites/pencil-src/line_water_14.png deleted file mode 100644 index 72df41d8..00000000 Binary files a/sprites/pencil-src/line_water_14.png and /dev/null differ diff --git a/sprites/pencil-src/linedpaper.png b/sprites/pencil-src/linedpaper.png deleted file mode 100644 index 28a0234d..00000000 Binary files a/sprites/pencil-src/linedpaper.png and /dev/null differ diff --git a/sprites/pencil-src/linedpaper_256.png b/sprites/pencil-src/linedpaper_256.png deleted file mode 100644 index d9c08e8a..00000000 Binary files a/sprites/pencil-src/linedpaper_256.png and /dev/null differ diff --git a/sprites/pencil-src/natural_paper.png b/sprites/pencil-src/natural_paper.png deleted file mode 100644 index c3ea3e43..00000000 Binary files a/sprites/pencil-src/natural_paper.png and /dev/null differ diff --git a/sprites/pencil-src/natural_paper_seamless.png b/sprites/pencil-src/natural_paper_seamless.png deleted file mode 100644 index b8aeac48..00000000 Binary files a/sprites/pencil-src/natural_paper_seamless.png and /dev/null differ diff --git a/sprites/pencil-src/natural_paper_seamless_s.png b/sprites/pencil-src/natural_paper_seamless_s.png deleted file mode 100644 index 8d744ac0..00000000 Binary files a/sprites/pencil-src/natural_paper_seamless_s.png and /dev/null differ diff --git a/sprites/pencil-src/shade_dark.png b/sprites/pencil-src/shade_dark.png deleted file mode 100644 index 9cc6053d..00000000 Binary files a/sprites/pencil-src/shade_dark.png and /dev/null differ diff --git a/sprites/pencil-src/shade_light.png b/sprites/pencil-src/shade_light.png deleted file mode 100644 index 612c13d5..00000000 Binary files a/sprites/pencil-src/shade_light.png and /dev/null differ diff --git a/sprites/pencil-src/shade_medium.png b/sprites/pencil-src/shade_medium.png deleted file mode 100644 index 063d974e..00000000 Binary files a/sprites/pencil-src/shade_medium.png and /dev/null differ diff --git a/sprites/pencil-src/shade_medium_2.png b/sprites/pencil-src/shade_medium_2.png deleted file mode 100644 index c46df84f..00000000 Binary files a/sprites/pencil-src/shade_medium_2.png and /dev/null differ diff --git a/sprites/pencil-src/shade_medium_seamless.png b/sprites/pencil-src/shade_medium_seamless.png deleted file mode 100644 index 4faf65e5..00000000 Binary files a/sprites/pencil-src/shade_medium_seamless.png and /dev/null differ diff --git a/sprites/pencil-src/water_pattern.png b/sprites/pencil-src/water_pattern.png deleted file mode 100644 index 91e36104..00000000 Binary files a/sprites/pencil-src/water_pattern.png and /dev/null differ diff --git a/sprites/pencil-src/water_pattern_s.png b/sprites/pencil-src/water_pattern_s.png deleted file mode 100644 index 675e5c71..00000000 Binary files a/sprites/pencil-src/water_pattern_s.png and /dev/null differ diff --git a/sprites/pencil.json b/sprites/pencil.json deleted file mode 100644 index f2d353a2..00000000 --- a/sprites/pencil.json +++ /dev/null @@ -1,266 +0,0 @@ -{ - "natural_paper": { - "x": 0, - "y": 0, - "width": 523, - "height": 384, - "pixelRatio": 1, - "sdf": false - }, - "linedpaper": { - "x": 525, - "y": 0, - "width": 412, - "height": 300, - "pixelRatio": 1, - "sdf": false - }, - "linedpaper_256": { - "x": 0, - "y": 386, - "width": 256, - "height": 256, - "pixelRatio": 1, - "sdf": false - }, - "natural_paper_seamless": { - "x": 258, - "y": 386, - "width": 512, - "height": 256, - "pixelRatio": 1, - "sdf": false - }, - "natural_paper_seamless_s_pad": { - "x": 0, - "y": 644, - "width": 258, - "height": 130, - "pixelRatio": 1, - "sdf": false - }, - "shade_light": { - "x": 772, - "y": 386, - "width": 64, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "water_pattern": { - "x": 260, - "y": 644, - "width": 128, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "shade_dark": { - "x": 838, - "y": 386, - "width": 64, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "natural_paper_seamless_s": { - "x": 390, - "y": 644, - "width": 256, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "shade_medium_2": { - "x": 648, - "y": 644, - "width": 256, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "shade_medium": { - "x": 0, - "y": 776, - "width": 64, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "shade_medium_seamless": { - "x": 525, - "y": 302, - "width": 128, - "height": 64, - "pixelRatio": 1, - "sdf": false - }, - "water_pattern_s": { - "x": 655, - "y": 302, - "width": 64, - "height": 64, - "pixelRatio": 1, - "sdf": false - }, - "line_shade_22_4": { - "x": 721, - "y": 302, - "width": 137, - "height": 38, - "pixelRatio": 1, - "sdf": false - }, - "line_shade_22_2": { - "x": 721, - "y": 342, - "width": 137, - "height": 22, - "pixelRatio": 1, - "sdf": false - }, - "line_shade_22_1": { - "x": 525, - "y": 368, - "width": 137, - "height": 11, - "pixelRatio": 1, - "sdf": false - }, - "line_shade_22": { - "x": 664, - "y": 368, - "width": 137, - "height": 11, - "pixelRatio": 1, - "sdf": false - }, - "line_double_20": { - "x": 772, - "y": 516, - "width": 141, - "height": 10, - "pixelRatio": 1, - "sdf": false - }, - "line_double_20_mask": { - "x": 772, - "y": 528, - "width": 141, - "height": 10, - "pixelRatio": 1, - "sdf": false - }, - "line_double_18_mask": { - "x": 772, - "y": 540, - "width": 141, - "height": 9, - "pixelRatio": 1, - "sdf": false - }, - "line_double_18": { - "x": 772, - "y": 551, - "width": 141, - "height": 9, - "pixelRatio": 1, - "sdf": false - }, - "line_double_16": { - "x": 772, - "y": 562, - "width": 141, - "height": 8, - "pixelRatio": 1, - "sdf": false - }, - "line_double_16_mask": { - "x": 772, - "y": 572, - "width": 141, - "height": 8, - "pixelRatio": 1, - "sdf": false - }, - "line_double_14_mask": { - "x": 803, - "y": 368, - "width": 123, - "height": 7, - "pixelRatio": 1, - "sdf": false - }, - "line_water_14": { - "x": 772, - "y": 582, - "width": 161, - "height": 7, - "pixelRatio": 1, - "sdf": false - }, - "line_double_14": { - "x": 772, - "y": 591, - "width": 123, - "height": 7, - "pixelRatio": 1, - "sdf": false - }, - "line_dotted_12": { - "x": 772, - "y": 600, - "width": 155, - "height": 6, - "pixelRatio": 1, - "sdf": false - }, - "line_dotted_10": { - "x": 772, - "y": 608, - "width": 129, - "height": 5, - "pixelRatio": 1, - "sdf": false - }, - "line_solid_7": { - "x": 772, - "y": 615, - "width": 161, - "height": 4, - "pixelRatio": 1, - "sdf": false - }, - "line_dotted_8": { - "x": 772, - "y": 621, - "width": 103, - "height": 4, - "pixelRatio": 1, - "sdf": false - }, - "line_solid_6": { - "x": 525, - "y": 381, - "width": 121, - "height": 3, - "pixelRatio": 1, - "sdf": false - }, - "line_dotted_6": { - "x": 860, - "y": 302, - "width": 77, - "height": 3, - "pixelRatio": 1, - "sdf": false - }, - "line_dotted_4": { - "x": 860, - "y": 307, - "width": 51, - "height": 2, - "pixelRatio": 1, - "sdf": false - } -} \ No newline at end of file diff --git a/sprites/pencil.png b/sprites/pencil.png deleted file mode 100644 index e59e00a4..00000000 Binary files a/sprites/pencil.png and /dev/null differ diff --git a/sprites/pencil@2x.json b/sprites/pencil@2x.json deleted file mode 100644 index f2d353a2..00000000 --- a/sprites/pencil@2x.json +++ /dev/null @@ -1,266 +0,0 @@ -{ - "natural_paper": { - "x": 0, - "y": 0, - "width": 523, - "height": 384, - "pixelRatio": 1, - "sdf": false - }, - "linedpaper": { - "x": 525, - "y": 0, - "width": 412, - "height": 300, - "pixelRatio": 1, - "sdf": false - }, - "linedpaper_256": { - "x": 0, - "y": 386, - "width": 256, - "height": 256, - "pixelRatio": 1, - "sdf": false - }, - "natural_paper_seamless": { - "x": 258, - "y": 386, - "width": 512, - "height": 256, - "pixelRatio": 1, - "sdf": false - }, - "natural_paper_seamless_s_pad": { - "x": 0, - "y": 644, - "width": 258, - "height": 130, - "pixelRatio": 1, - "sdf": false - }, - "shade_light": { - "x": 772, - "y": 386, - "width": 64, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "water_pattern": { - "x": 260, - "y": 644, - "width": 128, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "shade_dark": { - "x": 838, - "y": 386, - "width": 64, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "natural_paper_seamless_s": { - "x": 390, - "y": 644, - "width": 256, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "shade_medium_2": { - "x": 648, - "y": 644, - "width": 256, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "shade_medium": { - "x": 0, - "y": 776, - "width": 64, - "height": 128, - "pixelRatio": 1, - "sdf": false - }, - "shade_medium_seamless": { - "x": 525, - "y": 302, - "width": 128, - "height": 64, - "pixelRatio": 1, - "sdf": false - }, - "water_pattern_s": { - "x": 655, - "y": 302, - "width": 64, - "height": 64, - "pixelRatio": 1, - "sdf": false - }, - "line_shade_22_4": { - "x": 721, - "y": 302, - "width": 137, - "height": 38, - "pixelRatio": 1, - "sdf": false - }, - "line_shade_22_2": { - "x": 721, - "y": 342, - "width": 137, - "height": 22, - "pixelRatio": 1, - "sdf": false - }, - "line_shade_22_1": { - "x": 525, - "y": 368, - "width": 137, - "height": 11, - "pixelRatio": 1, - "sdf": false - }, - "line_shade_22": { - "x": 664, - "y": 368, - "width": 137, - "height": 11, - "pixelRatio": 1, - "sdf": false - }, - "line_double_20": { - "x": 772, - "y": 516, - "width": 141, - "height": 10, - "pixelRatio": 1, - "sdf": false - }, - "line_double_20_mask": { - "x": 772, - "y": 528, - "width": 141, - "height": 10, - "pixelRatio": 1, - "sdf": false - }, - "line_double_18_mask": { - "x": 772, - "y": 540, - "width": 141, - "height": 9, - "pixelRatio": 1, - "sdf": false - }, - "line_double_18": { - "x": 772, - "y": 551, - "width": 141, - "height": 9, - "pixelRatio": 1, - "sdf": false - }, - "line_double_16": { - "x": 772, - "y": 562, - "width": 141, - "height": 8, - "pixelRatio": 1, - "sdf": false - }, - "line_double_16_mask": { - "x": 772, - "y": 572, - "width": 141, - "height": 8, - "pixelRatio": 1, - "sdf": false - }, - "line_double_14_mask": { - "x": 803, - "y": 368, - "width": 123, - "height": 7, - "pixelRatio": 1, - "sdf": false - }, - "line_water_14": { - "x": 772, - "y": 582, - "width": 161, - "height": 7, - "pixelRatio": 1, - "sdf": false - }, - "line_double_14": { - "x": 772, - "y": 591, - "width": 123, - "height": 7, - "pixelRatio": 1, - "sdf": false - }, - "line_dotted_12": { - "x": 772, - "y": 600, - "width": 155, - "height": 6, - "pixelRatio": 1, - "sdf": false - }, - "line_dotted_10": { - "x": 772, - "y": 608, - "width": 129, - "height": 5, - "pixelRatio": 1, - "sdf": false - }, - "line_solid_7": { - "x": 772, - "y": 615, - "width": 161, - "height": 4, - "pixelRatio": 1, - "sdf": false - }, - "line_dotted_8": { - "x": 772, - "y": 621, - "width": 103, - "height": 4, - "pixelRatio": 1, - "sdf": false - }, - "line_solid_6": { - "x": 525, - "y": 381, - "width": 121, - "height": 3, - "pixelRatio": 1, - "sdf": false - }, - "line_dotted_6": { - "x": 860, - "y": 302, - "width": 77, - "height": 3, - "pixelRatio": 1, - "sdf": false - }, - "line_dotted_4": { - "x": 860, - "y": 307, - "width": 51, - "height": 2, - "pixelRatio": 1, - "sdf": false - } -} \ No newline at end of file diff --git a/sprites/pencil@2x.png b/sprites/pencil@2x.png deleted file mode 100644 index e59e00a4..00000000 Binary files a/sprites/pencil@2x.png and /dev/null differ diff --git a/sprites/sprite.json b/sprites/sprite.json deleted file mode 100644 index c43563aa..00000000 --- a/sprites/sprite.json +++ /dev/null @@ -1 +0,0 @@ -{"london-underground-24":{"x":0,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"zoo-24":{"x":26,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"airfield-24":{"x":0,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"wetland-24":{"x":26,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"water-24":{"x":52,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"airport-24":{"x":52,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"waste-basket-24":{"x":0,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"warehouse-24":{"x":26,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"alcohol-shop-24":{"x":52,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"village-24":{"x":78,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"triangle-stroked-24":{"x":78,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"america-football-24":{"x":78,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"triangle-24":{"x":0,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"town-hall-24":{"x":26,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"art-gallery-24":{"x":52,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"town-24":{"x":78,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"toilets-24":{"x":104,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"bakery-24":{"x":104,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"theatre-24":{"x":104,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"tennis-24":{"x":104,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"bank-24":{"x":0,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"telephone-24":{"x":26,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"swimming-24":{"x":52,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"bar-24":{"x":78,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"suitcase-24":{"x":104,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"star-stroked-24":{"x":130,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"baseball-24":{"x":130,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"star-24":{"x":130,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"square-stroked-24":{"x":130,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"basketball-24":{"x":130,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"square-24":{"x":0,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"soccer-24":{"x":26,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"beer-24":{"x":52,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"slaughterhouse-24":{"x":78,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"skiing-24":{"x":104,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"bicycle-24":{"x":130,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"shop-24":{"x":156,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"scooter-24":{"x":156,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"building-24":{"x":156,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"school-24":{"x":156,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"rocket-24":{"x":156,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"bus-24":{"x":156,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"roadblock-24":{"x":0,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"restaurant-24":{"x":26,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"cafe-24":{"x":52,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"religious-muslim-24":{"x":78,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"religious-jewish-24":{"x":104,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"camera-24":{"x":130,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"religious-christian-24":{"x":156,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"rail-underground-24":{"x":182,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"campsite-24":{"x":182,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"rail-metro-24":{"x":182,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"rail-light-24":{"x":182,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"car-24":{"x":182,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"rail-above-24":{"x":182,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"rail-24":{"x":182,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"cemetery-24":{"x":0,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"prison-24":{"x":26,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"post-24":{"x":52,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"chemist-24":{"x":78,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"polling-place-24":{"x":104,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"police-24":{"x":130,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"cinema-24":{"x":156,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"playground-24":{"x":182,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"place-of-worship-24":{"x":208,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"circle-24":{"x":208,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"pitch-24":{"x":208,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"pharmacy-24":{"x":208,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"circle-stroked-24":{"x":208,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"parking-garage-24":{"x":208,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"parking-24":{"x":208,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"city-24":{"x":208,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"park2-24":{"x":0,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"park-24":{"x":26,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"clothing-store-24":{"x":52,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"oil-well-24":{"x":78,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"music-24":{"x":104,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"college-24":{"x":130,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"museum-24":{"x":156,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"monument-24":{"x":182,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"commercial-24":{"x":208,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"mobilephone-24":{"x":234,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"minefield-24":{"x":234,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"cricket-24":{"x":234,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"marker-stroked-24":{"x":234,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"marker-24":{"x":234,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"cross-24":{"x":234,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"logging-24":{"x":234,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"lodging-24":{"x":234,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"dam-24":{"x":234,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"lighthouse-24":{"x":0,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"library-24":{"x":26,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"danger-24":{"x":52,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"laundry-24":{"x":78,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"land-use-24":{"x":104,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"disability-24":{"x":130,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"industrial-24":{"x":156,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"hospital-24":{"x":182,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"dog-park-24":{"x":208,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"heliport-24":{"x":234,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"heart-24":{"x":260,"y":0,"width":24,"height":24,"pixelRatio":1,"sdf":false},"harbor-24":{"x":260,"y":26,"width":24,"height":24,"pixelRatio":1,"sdf":false},"embassy-24":{"x":260,"y":52,"width":24,"height":24,"pixelRatio":1,"sdf":false},"hairdresser-24":{"x":260,"y":78,"width":24,"height":24,"pixelRatio":1,"sdf":false},"grocery-24":{"x":260,"y":104,"width":24,"height":24,"pixelRatio":1,"sdf":false},"emergency-telephone-24":{"x":260,"y":130,"width":24,"height":24,"pixelRatio":1,"sdf":false},"golf-24":{"x":260,"y":156,"width":24,"height":24,"pixelRatio":1,"sdf":false},"garden-24":{"x":260,"y":182,"width":24,"height":24,"pixelRatio":1,"sdf":false},"entrance-24":{"x":260,"y":208,"width":24,"height":24,"pixelRatio":1,"sdf":false},"fuel-24":{"x":260,"y":234,"width":24,"height":24,"pixelRatio":1,"sdf":false},"fire-station-24":{"x":0,"y":260,"width":24,"height":24,"pixelRatio":1,"sdf":false},"farm-24":{"x":26,"y":260,"width":24,"height":24,"pixelRatio":1,"sdf":false},"ferry-24":{"x":52,"y":260,"width":24,"height":24,"pixelRatio":1,"sdf":false},"fast-food-24":{"x":78,"y":260,"width":24,"height":24,"pixelRatio":1,"sdf":false},"dot.sdf":{"x":104,"y":260,"width":19,"height":20,"pixelRatio":1,"sdf":true},"chemist-18":{"x":125,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"ferry-18":{"x":145,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"zoo-18":{"x":165,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"wetland-18":{"x":185,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"fire-station-18":{"x":205,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"farm-18":{"x":225,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"airport-18":{"x":245,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"fuel-18":{"x":265,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"water-18":{"x":286,"y":0,"width":18,"height":18,"pixelRatio":1,"sdf":false},"waste-basket-18":{"x":286,"y":20,"width":18,"height":18,"pixelRatio":1,"sdf":false},"garden-18":{"x":286,"y":40,"width":18,"height":18,"pixelRatio":1,"sdf":false},"entrance-18":{"x":286,"y":60,"width":18,"height":18,"pixelRatio":1,"sdf":false},"alcohol-shop-18":{"x":286,"y":80,"width":18,"height":18,"pixelRatio":1,"sdf":false},"golf-18":{"x":286,"y":100,"width":18,"height":18,"pixelRatio":1,"sdf":false},"warehouse-18":{"x":286,"y":120,"width":18,"height":18,"pixelRatio":1,"sdf":false},"village-18":{"x":286,"y":140,"width":18,"height":18,"pixelRatio":1,"sdf":false},"grocery-18":{"x":286,"y":160,"width":18,"height":18,"pixelRatio":1,"sdf":false},"emergency-telephone-18":{"x":286,"y":180,"width":18,"height":18,"pixelRatio":1,"sdf":false},"america-football-18":{"x":286,"y":200,"width":18,"height":18,"pixelRatio":1,"sdf":false},"hairdresser-18":{"x":286,"y":220,"width":18,"height":18,"pixelRatio":1,"sdf":false},"triangle-stroked-18":{"x":286,"y":240,"width":18,"height":18,"pixelRatio":1,"sdf":false},"triangle-18":{"x":286,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"harbor-18":{"x":0,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"embassy-18":{"x":20,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"art-gallery-18":{"x":40,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"heart-18":{"x":60,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"town-hall-18":{"x":80,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"town-18":{"x":100,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"heliport-18":{"x":120,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"fast-food-18":{"x":140,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"bakery-18":{"x":160,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"hospital-18":{"x":180,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"dog-park-18":{"x":200,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"toilets-18":{"x":220,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"industrial-18":{"x":240,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"theatre-18":{"x":260,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"bank-18":{"x":280,"y":286,"width":18,"height":18,"pixelRatio":1,"sdf":false},"land-use-18":{"x":306,"y":0,"width":18,"height":18,"pixelRatio":1,"sdf":false},"disability-18":{"x":306,"y":20,"width":18,"height":18,"pixelRatio":1,"sdf":false},"tennis-18":{"x":306,"y":40,"width":18,"height":18,"pixelRatio":1,"sdf":false},"laundry-18":{"x":306,"y":60,"width":18,"height":18,"pixelRatio":1,"sdf":false},"telephone-18":{"x":306,"y":80,"width":18,"height":18,"pixelRatio":1,"sdf":false},"bar-18":{"x":306,"y":100,"width":18,"height":18,"pixelRatio":1,"sdf":false},"library-18":{"x":306,"y":120,"width":18,"height":18,"pixelRatio":1,"sdf":false},"danger-18":{"x":306,"y":140,"width":18,"height":18,"pixelRatio":1,"sdf":false},"swimming-18":{"x":306,"y":160,"width":18,"height":18,"pixelRatio":1,"sdf":false},"lighthouse-18":{"x":306,"y":180,"width":18,"height":18,"pixelRatio":1,"sdf":false},"suitcase-18":{"x":306,"y":200,"width":18,"height":18,"pixelRatio":1,"sdf":false},"baseball-18":{"x":306,"y":220,"width":18,"height":18,"pixelRatio":1,"sdf":false},"lodging-18":{"x":306,"y":240,"width":18,"height":18,"pixelRatio":1,"sdf":false},"dam-18":{"x":306,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"star-stroked-18":{"x":306,"y":280,"width":18,"height":18,"pixelRatio":1,"sdf":false},"logging-18":{"x":0,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"star-18":{"x":20,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"basketball-18":{"x":40,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"london-underground-18":{"x":60,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"airfield-18":{"x":80,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"square-stroked-18":{"x":100,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"marker-18":{"x":120,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"cross-18":{"x":140,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"square-18":{"x":160,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"marker-stroked-18":{"x":180,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"beer-18":{"x":200,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"soccer-18":{"x":220,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"minefield-18":{"x":240,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"cricket-18":{"x":260,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"slaughterhouse-18":{"x":280,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"mobilephone-18":{"x":300,"y":306,"width":18,"height":18,"pixelRatio":1,"sdf":false},"bicycle-18":{"x":326,"y":0,"width":18,"height":18,"pixelRatio":1,"sdf":false},"skiing-18":{"x":326,"y":20,"width":18,"height":18,"pixelRatio":1,"sdf":false},"monument-18":{"x":326,"y":40,"width":18,"height":18,"pixelRatio":1,"sdf":false},"commercial-18":{"x":326,"y":60,"width":18,"height":18,"pixelRatio":1,"sdf":false},"shop-18":{"x":326,"y":80,"width":18,"height":18,"pixelRatio":1,"sdf":false},"museum-18":{"x":326,"y":100,"width":18,"height":18,"pixelRatio":1,"sdf":false},"building-18":{"x":326,"y":120,"width":18,"height":18,"pixelRatio":1,"sdf":false},"scooter-18":{"x":326,"y":140,"width":18,"height":18,"pixelRatio":1,"sdf":false},"music-18":{"x":326,"y":160,"width":18,"height":18,"pixelRatio":1,"sdf":false},"college-18":{"x":326,"y":180,"width":18,"height":18,"pixelRatio":1,"sdf":false},"school-18":{"x":326,"y":200,"width":18,"height":18,"pixelRatio":1,"sdf":false},"oil-well-18":{"x":326,"y":220,"width":18,"height":18,"pixelRatio":1,"sdf":false},"bus-18":{"x":326,"y":240,"width":18,"height":18,"pixelRatio":1,"sdf":false},"rocket-18":{"x":326,"y":260,"width":18,"height":18,"pixelRatio":1,"sdf":false},"park-18":{"x":326,"y":280,"width":18,"height":18,"pixelRatio":1,"sdf":false},"clothing-store-18":{"x":326,"y":300,"width":18,"height":18,"pixelRatio":1,"sdf":false},"roadblock-18":{"x":0,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"park2-18":{"x":20,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"cafe-18":{"x":40,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"restaurant-18":{"x":60,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"parking-18":{"x":80,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"city-18":{"x":100,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"religious-muslim-18":{"x":120,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"parking-garage-18":{"x":140,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"camera-18":{"x":160,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"religious-jewish-18":{"x":180,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"pharmacy-18":{"x":200,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"circle-stroked-18":{"x":220,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"religious-christian-18":{"x":240,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"pitch-18":{"x":260,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"campsite-18":{"x":280,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"rail-underground-18":{"x":300,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"place-of-worship-18":{"x":320,"y":326,"width":18,"height":18,"pixelRatio":1,"sdf":false},"circle-18":{"x":346,"y":0,"width":18,"height":18,"pixelRatio":1,"sdf":false},"rail-metro-18":{"x":346,"y":20,"width":18,"height":18,"pixelRatio":1,"sdf":false},"playground-18":{"x":346,"y":40,"width":18,"height":18,"pixelRatio":1,"sdf":false},"car-18":{"x":346,"y":60,"width":18,"height":18,"pixelRatio":1,"sdf":false},"rail-light-18":{"x":346,"y":80,"width":18,"height":18,"pixelRatio":1,"sdf":false},"police-18":{"x":346,"y":100,"width":18,"height":18,"pixelRatio":1,"sdf":false},"cinema-18":{"x":346,"y":120,"width":18,"height":18,"pixelRatio":1,"sdf":false},"rail-above-18":{"x":346,"y":140,"width":18,"height":18,"pixelRatio":1,"sdf":false},"polling-place-18":{"x":346,"y":160,"width":18,"height":18,"pixelRatio":1,"sdf":false},"cemetery-18":{"x":346,"y":180,"width":18,"height":18,"pixelRatio":1,"sdf":false},"rail-18":{"x":346,"y":200,"width":18,"height":18,"pixelRatio":1,"sdf":false},"post-18":{"x":346,"y":220,"width":18,"height":18,"pixelRatio":1,"sdf":false},"prison-18":{"x":346,"y":240,"width":18,"height":18,"pixelRatio":1,"sdf":false},"square-stroked-12":{"x":346,"y":260,"width":12,"height":12,"pixelRatio":1,"sdf":false},"prison-12":{"x":346,"y":274,"width":12,"height":12,"pixelRatio":1,"sdf":false},"chemist-12":{"x":346,"y":288,"width":12,"height":12,"pixelRatio":1,"sdf":false},"rail-12":{"x":346,"y":302,"width":12,"height":12,"pixelRatio":1,"sdf":false},"post-12":{"x":346,"y":316,"width":12,"height":12,"pixelRatio":1,"sdf":false},"cinema-12":{"x":346,"y":330,"width":12,"height":12,"pixelRatio":1,"sdf":false},"rail-above-12":{"x":0,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"polling-place-12":{"x":14,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"cemetery-12":{"x":28,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"rail-light-12":{"x":42,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"police-12":{"x":56,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"circle-12":{"x":70,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"rail-metro-12":{"x":84,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"playground-12":{"x":98,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"car-12":{"x":112,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"rail-underground-12":{"x":126,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"place-of-worship-12":{"x":140,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"circle-stroked-12":{"x":154,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"religious-christian-12":{"x":168,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"pitch-12":{"x":182,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"campsite-12":{"x":196,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"religious-jewish-12":{"x":210,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"pharmacy-12":{"x":224,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"city-12":{"x":238,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"religious-muslim-12":{"x":252,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"parking-garage-12":{"x":266,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"camera-12":{"x":280,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"restaurant-12":{"x":294,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"parking-12":{"x":308,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"clothing-store-12":{"x":322,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"roadblock-12":{"x":336,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"park2-12":{"x":350,"y":346,"width":12,"height":12,"pixelRatio":1,"sdf":false},"cafe-12":{"x":366,"y":0,"width":12,"height":12,"pixelRatio":1,"sdf":false},"rocket-12":{"x":366,"y":14,"width":12,"height":12,"pixelRatio":1,"sdf":false},"park-12":{"x":366,"y":28,"width":12,"height":12,"pixelRatio":1,"sdf":false},"college-12":{"x":366,"y":42,"width":12,"height":12,"pixelRatio":1,"sdf":false},"school-12":{"x":366,"y":56,"width":12,"height":12,"pixelRatio":1,"sdf":false},"oil-well-12":{"x":366,"y":70,"width":12,"height":12,"pixelRatio":1,"sdf":false},"bus-12":{"x":366,"y":84,"width":12,"height":12,"pixelRatio":1,"sdf":false},"scooter-12":{"x":366,"y":98,"width":12,"height":12,"pixelRatio":1,"sdf":false},"music-12":{"x":366,"y":112,"width":12,"height":12,"pixelRatio":1,"sdf":false},"commercial-12":{"x":366,"y":126,"width":12,"height":12,"pixelRatio":1,"sdf":false},"shop-12":{"x":366,"y":140,"width":12,"height":12,"pixelRatio":1,"sdf":false},"museum-12":{"x":366,"y":154,"width":12,"height":12,"pixelRatio":1,"sdf":false},"building-12":{"x":366,"y":168,"width":12,"height":12,"pixelRatio":1,"sdf":false},"skiing-12":{"x":366,"y":182,"width":12,"height":12,"pixelRatio":1,"sdf":false},"monument-12":{"x":366,"y":196,"width":12,"height":12,"pixelRatio":1,"sdf":false},"cricket-12":{"x":366,"y":210,"width":12,"height":12,"pixelRatio":1,"sdf":false},"slaughterhouse-12":{"x":366,"y":224,"width":12,"height":12,"pixelRatio":1,"sdf":false},"mobilephone-12":{"x":366,"y":238,"width":12,"height":12,"pixelRatio":1,"sdf":false},"bicycle-12":{"x":366,"y":252,"width":12,"height":12,"pixelRatio":1,"sdf":false},"soccer-12":{"x":366,"y":266,"width":12,"height":12,"pixelRatio":1,"sdf":false},"minefield-12":{"x":366,"y":280,"width":12,"height":12,"pixelRatio":1,"sdf":false},"cross-12":{"x":366,"y":294,"width":12,"height":12,"pixelRatio":1,"sdf":false},"square-12":{"x":366,"y":308,"width":12,"height":12,"pixelRatio":1,"sdf":false},"marker-stroked-12":{"x":366,"y":322,"width":12,"height":12,"pixelRatio":1,"sdf":false},"beer-12":{"x":366,"y":336,"width":12,"height":12,"pixelRatio":1,"sdf":false},"ferry-12":{"x":0,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"marker-12":{"x":14,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"london-underground-12":{"x":28,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"star-12":{"x":42,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"dam-12":{"x":56,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"basketball-12":{"x":70,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"star-stroked-12":{"x":84,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"logging-12":{"x":98,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"lodging-12":{"x":112,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"suitcase-12":{"x":126,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"danger-12":{"x":140,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"baseball-12":{"x":154,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"swimming-12":{"x":168,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"lighthouse-12":{"x":182,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"library-12":{"x":196,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"telephone-12":{"x":210,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"disability-12":{"x":224,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"bar-12":{"x":238,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"tennis-12":{"x":252,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"laundry-12":{"x":266,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"land-use-12":{"x":280,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"theatre-12":{"x":294,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"dog-park-12":{"x":308,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"bank-12":{"x":322,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"toilets-12":{"x":336,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"industrial-12":{"x":350,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"hospital-12":{"x":364,"y":360,"width":12,"height":12,"pixelRatio":1,"sdf":false},"town-12":{"x":380,"y":0,"width":12,"height":12,"pixelRatio":1,"sdf":false},"heliport-12":{"x":380,"y":14,"width":12,"height":12,"pixelRatio":1,"sdf":false},"bakery-12":{"x":380,"y":28,"width":12,"height":12,"pixelRatio":1,"sdf":false},"town-hall-12":{"x":380,"y":42,"width":12,"height":12,"pixelRatio":1,"sdf":false},"embassy-12":{"x":380,"y":56,"width":12,"height":12,"pixelRatio":1,"sdf":false},"heart-12":{"x":380,"y":70,"width":12,"height":12,"pixelRatio":1,"sdf":false},"triangle-12":{"x":380,"y":84,"width":12,"height":12,"pixelRatio":1,"sdf":false},"harbor-12":{"x":380,"y":98,"width":12,"height":12,"pixelRatio":1,"sdf":false},"art-gallery-12":{"x":380,"y":112,"width":12,"height":12,"pixelRatio":1,"sdf":false},"triangle-stroked-12":{"x":380,"y":126,"width":12,"height":12,"pixelRatio":1,"sdf":false},"emergency-telephone-12":{"x":380,"y":140,"width":12,"height":12,"pixelRatio":1,"sdf":false},"hairdresser-12":{"x":380,"y":154,"width":12,"height":12,"pixelRatio":1,"sdf":false},"village-12":{"x":380,"y":168,"width":12,"height":12,"pixelRatio":1,"sdf":false},"grocery-12":{"x":380,"y":182,"width":12,"height":12,"pixelRatio":1,"sdf":false},"america-football-12":{"x":380,"y":196,"width":12,"height":12,"pixelRatio":1,"sdf":false},"warehouse-12":{"x":380,"y":210,"width":12,"height":12,"pixelRatio":1,"sdf":false},"entrance-12":{"x":380,"y":224,"width":12,"height":12,"pixelRatio":1,"sdf":false},"golf-12":{"x":380,"y":238,"width":12,"height":12,"pixelRatio":1,"sdf":false},"waste-basket-12":{"x":380,"y":252,"width":12,"height":12,"pixelRatio":1,"sdf":false},"garden-12":{"x":380,"y":266,"width":12,"height":12,"pixelRatio":1,"sdf":false},"alcohol-shop-12":{"x":380,"y":280,"width":12,"height":12,"pixelRatio":1,"sdf":false},"water-12":{"x":380,"y":294,"width":12,"height":12,"pixelRatio":1,"sdf":false},"farm-12":{"x":380,"y":308,"width":12,"height":12,"pixelRatio":1,"sdf":false},"fuel-12":{"x":380,"y":322,"width":12,"height":12,"pixelRatio":1,"sdf":false},"wetland-12":{"x":380,"y":336,"width":12,"height":12,"pixelRatio":1,"sdf":false},"fire-station-12":{"x":380,"y":350,"width":12,"height":12,"pixelRatio":1,"sdf":false},"airport-12":{"x":0,"y":374,"width":12,"height":12,"pixelRatio":1,"sdf":false},"zoo-12":{"x":14,"y":374,"width":12,"height":12,"pixelRatio":1,"sdf":false},"fast-food-12":{"x":28,"y":374,"width":12,"height":12,"pixelRatio":1,"sdf":false},"airfield-12":{"x":42,"y":374,"width":12,"height":12,"pixelRatio":1,"sdf":false}} \ No newline at end of file diff --git a/sprites/sprite.png b/sprites/sprite.png deleted file mode 100644 index 4ed0c8a6..00000000 Binary files a/sprites/sprite.png and /dev/null differ diff --git a/sprites/sprite@2x.json b/sprites/sprite@2x.json deleted file mode 100644 index ac932506..00000000 --- a/sprites/sprite@2x.json +++ /dev/null @@ -1 +0,0 @@ -{"london-underground-24":{"x":0,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"zoo-24":{"x":50,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"airfield-24":{"x":0,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"wetland-24":{"x":50,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"water-24":{"x":100,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"airport-24":{"x":100,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"waste-basket-24":{"x":0,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"warehouse-24":{"x":50,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"alcohol-shop-24":{"x":100,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"village-24":{"x":150,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"triangle-stroked-24":{"x":150,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"america-football-24":{"x":150,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"triangle-24":{"x":0,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"town-hall-24":{"x":50,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"art-gallery-24":{"x":100,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"town-24":{"x":150,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"toilets-24":{"x":200,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"bakery-24":{"x":200,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"theatre-24":{"x":200,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"tennis-24":{"x":200,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"bank-24":{"x":0,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"telephone-24":{"x":50,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"swimming-24":{"x":100,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"bar-24":{"x":150,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"suitcase-24":{"x":200,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"star-stroked-24":{"x":250,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"baseball-24":{"x":250,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"star-24":{"x":250,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"square-stroked-24":{"x":250,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"basketball-24":{"x":250,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"square-24":{"x":0,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"soccer-24":{"x":50,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"beer-24":{"x":100,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"slaughterhouse-24":{"x":150,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"skiing-24":{"x":200,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"bicycle-24":{"x":250,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"shop-24":{"x":300,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"scooter-24":{"x":300,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"building-24":{"x":300,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"school-24":{"x":300,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"rocket-24":{"x":300,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"bus-24":{"x":300,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"roadblock-24":{"x":0,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"restaurant-24":{"x":50,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"cafe-24":{"x":100,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"religious-muslim-24":{"x":150,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"religious-jewish-24":{"x":200,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"camera-24":{"x":250,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"religious-christian-24":{"x":300,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"rail-underground-24":{"x":350,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"campsite-24":{"x":350,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"rail-metro-24":{"x":350,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"rail-light-24":{"x":350,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"car-24":{"x":350,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"rail-above-24":{"x":350,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"rail-24":{"x":350,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"cemetery-24":{"x":0,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"prison-24":{"x":50,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"post-24":{"x":100,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"chemist-24":{"x":150,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"polling-place-24":{"x":200,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"police-24":{"x":250,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"cinema-24":{"x":300,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"playground-24":{"x":350,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"place-of-worship-24":{"x":400,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"circle-24":{"x":400,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"pitch-24":{"x":400,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"pharmacy-24":{"x":400,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"circle-stroked-24":{"x":400,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"parking-garage-24":{"x":400,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"parking-24":{"x":400,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"city-24":{"x":400,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"park2-24":{"x":0,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"park-24":{"x":50,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"clothing-store-24":{"x":100,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"oil-well-24":{"x":150,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"music-24":{"x":200,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"college-24":{"x":250,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"museum-24":{"x":300,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"monument-24":{"x":350,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"commercial-24":{"x":400,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"mobilephone-24":{"x":450,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"minefield-24":{"x":450,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"cricket-24":{"x":450,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"marker-stroked-24":{"x":450,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"marker-24":{"x":450,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"cross-24":{"x":450,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"logging-24":{"x":450,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"lodging-24":{"x":450,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"dam-24":{"x":450,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"lighthouse-24":{"x":0,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"library-24":{"x":50,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"danger-24":{"x":100,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"laundry-24":{"x":150,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"land-use-24":{"x":200,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"disability-24":{"x":250,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"industrial-24":{"x":300,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"hospital-24":{"x":350,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"dog-park-24":{"x":400,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"heliport-24":{"x":450,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"heart-24":{"x":500,"y":0,"width":48,"height":48,"pixelRatio":2,"sdf":false},"harbor-24":{"x":500,"y":50,"width":48,"height":48,"pixelRatio":2,"sdf":false},"embassy-24":{"x":500,"y":100,"width":48,"height":48,"pixelRatio":2,"sdf":false},"hairdresser-24":{"x":500,"y":150,"width":48,"height":48,"pixelRatio":2,"sdf":false},"grocery-24":{"x":500,"y":200,"width":48,"height":48,"pixelRatio":2,"sdf":false},"emergency-telephone-24":{"x":500,"y":250,"width":48,"height":48,"pixelRatio":2,"sdf":false},"golf-24":{"x":500,"y":300,"width":48,"height":48,"pixelRatio":2,"sdf":false},"garden-24":{"x":500,"y":350,"width":48,"height":48,"pixelRatio":2,"sdf":false},"entrance-24":{"x":500,"y":400,"width":48,"height":48,"pixelRatio":2,"sdf":false},"fuel-24":{"x":500,"y":450,"width":48,"height":48,"pixelRatio":2,"sdf":false},"fire-station-24":{"x":0,"y":500,"width":48,"height":48,"pixelRatio":2,"sdf":false},"farm-24":{"x":50,"y":500,"width":48,"height":48,"pixelRatio":2,"sdf":false},"ferry-24":{"x":100,"y":500,"width":48,"height":48,"pixelRatio":2,"sdf":false},"fast-food-24":{"x":150,"y":500,"width":48,"height":48,"pixelRatio":2,"sdf":false},"chemist-18":{"x":200,"y":500,"width":36,"height":36,"pixelRatio":2,"sdf":false},"fast-food-18":{"x":238,"y":500,"width":36,"height":36,"pixelRatio":2,"sdf":false},"ferry-18":{"x":276,"y":500,"width":36,"height":36,"pixelRatio":2,"sdf":false},"zoo-18":{"x":314,"y":500,"width":36,"height":36,"pixelRatio":2,"sdf":false},"wetland-18":{"x":352,"y":500,"width":36,"height":36,"pixelRatio":2,"sdf":false},"fire-station-18":{"x":390,"y":500,"width":36,"height":36,"pixelRatio":2,"sdf":false},"farm-18":{"x":428,"y":500,"width":36,"height":36,"pixelRatio":2,"sdf":false},"airport-18":{"x":466,"y":500,"width":36,"height":36,"pixelRatio":2,"sdf":false},"fuel-18":{"x":504,"y":500,"width":36,"height":36,"pixelRatio":2,"sdf":false},"water-18":{"x":550,"y":0,"width":36,"height":36,"pixelRatio":2,"sdf":false},"waste-basket-18":{"x":550,"y":38,"width":36,"height":36,"pixelRatio":2,"sdf":false},"garden-18":{"x":550,"y":76,"width":36,"height":36,"pixelRatio":2,"sdf":false},"entrance-18":{"x":550,"y":114,"width":36,"height":36,"pixelRatio":2,"sdf":false},"alcohol-shop-18":{"x":550,"y":152,"width":36,"height":36,"pixelRatio":2,"sdf":false},"golf-18":{"x":550,"y":190,"width":36,"height":36,"pixelRatio":2,"sdf":false},"warehouse-18":{"x":550,"y":228,"width":36,"height":36,"pixelRatio":2,"sdf":false},"village-18":{"x":550,"y":266,"width":36,"height":36,"pixelRatio":2,"sdf":false},"grocery-18":{"x":550,"y":304,"width":36,"height":36,"pixelRatio":2,"sdf":false},"emergency-telephone-18":{"x":550,"y":342,"width":36,"height":36,"pixelRatio":2,"sdf":false},"america-football-18":{"x":550,"y":380,"width":36,"height":36,"pixelRatio":2,"sdf":false},"hairdresser-18":{"x":550,"y":418,"width":36,"height":36,"pixelRatio":2,"sdf":false},"triangle-stroked-18":{"x":550,"y":456,"width":36,"height":36,"pixelRatio":2,"sdf":false},"triangle-18":{"x":550,"y":494,"width":36,"height":36,"pixelRatio":2,"sdf":false},"harbor-18":{"x":0,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"embassy-18":{"x":38,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"art-gallery-18":{"x":76,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"heart-18":{"x":114,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"town-hall-18":{"x":152,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"town-18":{"x":190,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"heliport-18":{"x":228,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"bakery-18":{"x":266,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"toilets-18":{"x":304,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"hospital-18":{"x":342,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"dog-park-18":{"x":380,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"theatre-18":{"x":418,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"industrial-18":{"x":456,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"bank-18":{"x":494,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"tennis-18":{"x":532,"y":550,"width":36,"height":36,"pixelRatio":2,"sdf":false},"land-use-18":{"x":588,"y":0,"width":36,"height":36,"pixelRatio":2,"sdf":false},"disability-18":{"x":588,"y":38,"width":36,"height":36,"pixelRatio":2,"sdf":false},"telephone-18":{"x":588,"y":76,"width":36,"height":36,"pixelRatio":2,"sdf":false},"laundry-18":{"x":588,"y":114,"width":36,"height":36,"pixelRatio":2,"sdf":false},"bar-18":{"x":588,"y":152,"width":36,"height":36,"pixelRatio":2,"sdf":false},"swimming-18":{"x":588,"y":190,"width":36,"height":36,"pixelRatio":2,"sdf":false},"library-18":{"x":588,"y":228,"width":36,"height":36,"pixelRatio":2,"sdf":false},"danger-18":{"x":588,"y":266,"width":36,"height":36,"pixelRatio":2,"sdf":false},"suitcase-18":{"x":588,"y":304,"width":36,"height":36,"pixelRatio":2,"sdf":false},"lighthouse-18":{"x":588,"y":342,"width":36,"height":36,"pixelRatio":2,"sdf":false},"baseball-18":{"x":588,"y":380,"width":36,"height":36,"pixelRatio":2,"sdf":false},"star-stroked-18":{"x":588,"y":418,"width":36,"height":36,"pixelRatio":2,"sdf":false},"lodging-18":{"x":588,"y":456,"width":36,"height":36,"pixelRatio":2,"sdf":false},"dam-18":{"x":588,"y":494,"width":36,"height":36,"pixelRatio":2,"sdf":false},"star-18":{"x":588,"y":532,"width":36,"height":36,"pixelRatio":2,"sdf":false},"logging-18":{"x":0,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"basketball-18":{"x":38,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"square-stroked-18":{"x":76,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"london-underground-18":{"x":114,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"airfield-18":{"x":152,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"square-18":{"x":190,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"marker-18":{"x":228,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"cross-18":{"x":266,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"beer-18":{"x":304,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"marker-stroked-18":{"x":342,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"soccer-18":{"x":380,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"slaughterhouse-18":{"x":418,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"minefield-18":{"x":456,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"cricket-18":{"x":494,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"bicycle-18":{"x":532,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"mobilephone-18":{"x":570,"y":588,"width":36,"height":36,"pixelRatio":2,"sdf":false},"skiing-18":{"x":626,"y":0,"width":36,"height":36,"pixelRatio":2,"sdf":false},"shop-18":{"x":626,"y":38,"width":36,"height":36,"pixelRatio":2,"sdf":false},"monument-18":{"x":626,"y":76,"width":36,"height":36,"pixelRatio":2,"sdf":false},"commercial-18":{"x":626,"y":114,"width":36,"height":36,"pixelRatio":2,"sdf":false},"building-18":{"x":626,"y":152,"width":36,"height":36,"pixelRatio":2,"sdf":false},"museum-18":{"x":626,"y":190,"width":36,"height":36,"pixelRatio":2,"sdf":false},"scooter-18":{"x":626,"y":228,"width":36,"height":36,"pixelRatio":2,"sdf":false},"school-18":{"x":626,"y":266,"width":36,"height":36,"pixelRatio":2,"sdf":false},"music-18":{"x":626,"y":304,"width":36,"height":36,"pixelRatio":2,"sdf":false},"college-18":{"x":626,"y":342,"width":36,"height":36,"pixelRatio":2,"sdf":false},"bus-18":{"x":626,"y":380,"width":36,"height":36,"pixelRatio":2,"sdf":false},"oil-well-18":{"x":626,"y":418,"width":36,"height":36,"pixelRatio":2,"sdf":false},"rocket-18":{"x":626,"y":456,"width":36,"height":36,"pixelRatio":2,"sdf":false},"roadblock-18":{"x":626,"y":494,"width":36,"height":36,"pixelRatio":2,"sdf":false},"park-18":{"x":626,"y":532,"width":36,"height":36,"pixelRatio":2,"sdf":false},"clothing-store-18":{"x":626,"y":570,"width":36,"height":36,"pixelRatio":2,"sdf":false},"cafe-18":{"x":0,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"park2-18":{"x":38,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"restaurant-18":{"x":76,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"religious-muslim-18":{"x":114,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"parking-18":{"x":152,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"city-18":{"x":190,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"camera-18":{"x":228,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"parking-garage-18":{"x":266,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"religious-jewish-18":{"x":304,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"religious-christian-18":{"x":342,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"pharmacy-18":{"x":380,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"circle-stroked-18":{"x":418,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"campsite-18":{"x":456,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"pitch-18":{"x":494,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"rail-underground-18":{"x":532,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"rail-metro-18":{"x":570,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"place-of-worship-18":{"x":608,"y":626,"width":36,"height":36,"pixelRatio":2,"sdf":false},"circle-18":{"x":664,"y":0,"width":36,"height":36,"pixelRatio":2,"sdf":false},"car-18":{"x":664,"y":38,"width":36,"height":36,"pixelRatio":2,"sdf":false},"playground-18":{"x":664,"y":76,"width":36,"height":36,"pixelRatio":2,"sdf":false},"rail-light-18":{"x":664,"y":114,"width":36,"height":36,"pixelRatio":2,"sdf":false},"rail-above-18":{"x":664,"y":152,"width":36,"height":36,"pixelRatio":2,"sdf":false},"police-18":{"x":664,"y":190,"width":36,"height":36,"pixelRatio":2,"sdf":false},"cinema-18":{"x":664,"y":228,"width":36,"height":36,"pixelRatio":2,"sdf":false},"cemetery-18":{"x":664,"y":266,"width":36,"height":36,"pixelRatio":2,"sdf":false},"polling-place-18":{"x":664,"y":304,"width":36,"height":36,"pixelRatio":2,"sdf":false},"rail-18":{"x":664,"y":342,"width":36,"height":36,"pixelRatio":2,"sdf":false},"prison-18":{"x":664,"y":380,"width":36,"height":36,"pixelRatio":2,"sdf":false},"post-18":{"x":664,"y":418,"width":36,"height":36,"pixelRatio":2,"sdf":false},"beer-12":{"x":664,"y":456,"width":24,"height":24,"pixelRatio":2,"sdf":false},"ferry-12":{"x":664,"y":482,"width":24,"height":24,"pixelRatio":2,"sdf":false},"post-12":{"x":664,"y":508,"width":24,"height":24,"pixelRatio":2,"sdf":false},"chemist-12":{"x":664,"y":534,"width":24,"height":24,"pixelRatio":2,"sdf":false},"rail-12":{"x":664,"y":560,"width":24,"height":24,"pixelRatio":2,"sdf":false},"cinema-12":{"x":664,"y":586,"width":24,"height":24,"pixelRatio":2,"sdf":false},"polling-place-12":{"x":664,"y":612,"width":24,"height":24,"pixelRatio":2,"sdf":false},"rail-above-12":{"x":664,"y":638,"width":24,"height":24,"pixelRatio":2,"sdf":false},"police-12":{"x":0,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"cemetery-12":{"x":26,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"rail-light-12":{"x":52,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"circle-12":{"x":78,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"playground-12":{"x":104,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"rail-metro-12":{"x":130,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"place-of-worship-12":{"x":156,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"car-12":{"x":182,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"rail-underground-12":{"x":208,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"circle-stroked-12":{"x":234,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"pitch-12":{"x":260,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"religious-christian-12":{"x":286,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"pharmacy-12":{"x":312,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"campsite-12":{"x":338,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"religious-jewish-12":{"x":364,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"city-12":{"x":390,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"parking-garage-12":{"x":416,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"religious-muslim-12":{"x":442,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"parking-12":{"x":468,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"camera-12":{"x":494,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"restaurant-12":{"x":520,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"clothing-store-12":{"x":546,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"park2-12":{"x":572,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"roadblock-12":{"x":598,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"park-12":{"x":624,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"cafe-12":{"x":650,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"rocket-12":{"x":676,"y":664,"width":24,"height":24,"pixelRatio":2,"sdf":false},"college-12":{"x":702,"y":0,"width":24,"height":24,"pixelRatio":2,"sdf":false},"oil-well-12":{"x":702,"y":26,"width":24,"height":24,"pixelRatio":2,"sdf":false},"school-12":{"x":702,"y":52,"width":24,"height":24,"pixelRatio":2,"sdf":false},"music-12":{"x":702,"y":78,"width":24,"height":24,"pixelRatio":2,"sdf":false},"bus-12":{"x":702,"y":104,"width":24,"height":24,"pixelRatio":2,"sdf":false},"scooter-12":{"x":702,"y":130,"width":24,"height":24,"pixelRatio":2,"sdf":false},"commercial-12":{"x":702,"y":156,"width":24,"height":24,"pixelRatio":2,"sdf":false},"museum-12":{"x":702,"y":182,"width":24,"height":24,"pixelRatio":2,"sdf":false},"shop-12":{"x":702,"y":208,"width":24,"height":24,"pixelRatio":2,"sdf":false},"monument-12":{"x":702,"y":234,"width":24,"height":24,"pixelRatio":2,"sdf":false},"building-12":{"x":702,"y":260,"width":24,"height":24,"pixelRatio":2,"sdf":false},"skiing-12":{"x":702,"y":286,"width":24,"height":24,"pixelRatio":2,"sdf":false},"cricket-12":{"x":702,"y":312,"width":24,"height":24,"pixelRatio":2,"sdf":false},"mobilephone-12":{"x":702,"y":338,"width":24,"height":24,"pixelRatio":2,"sdf":false},"slaughterhouse-12":{"x":702,"y":364,"width":24,"height":24,"pixelRatio":2,"sdf":false},"minefield-12":{"x":702,"y":390,"width":24,"height":24,"pixelRatio":2,"sdf":false},"bicycle-12":{"x":702,"y":416,"width":24,"height":24,"pixelRatio":2,"sdf":false},"soccer-12":{"x":702,"y":442,"width":24,"height":24,"pixelRatio":2,"sdf":false},"cross-12":{"x":702,"y":468,"width":24,"height":24,"pixelRatio":2,"sdf":false},"marker-stroked-12":{"x":702,"y":494,"width":24,"height":24,"pixelRatio":2,"sdf":false},"square-12":{"x":702,"y":520,"width":24,"height":24,"pixelRatio":2,"sdf":false},"marker-12":{"x":702,"y":546,"width":24,"height":24,"pixelRatio":2,"sdf":false},"prison-12":{"x":702,"y":572,"width":24,"height":24,"pixelRatio":2,"sdf":false},"square-stroked-12":{"x":702,"y":598,"width":24,"height":24,"pixelRatio":2,"sdf":false},"london-underground-12":{"x":702,"y":624,"width":24,"height":24,"pixelRatio":2,"sdf":false},"dam-12":{"x":702,"y":650,"width":24,"height":24,"pixelRatio":2,"sdf":false},"star-12":{"x":0,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"logging-12":{"x":26,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"basketball-12":{"x":52,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"star-stroked-12":{"x":78,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"lodging-12":{"x":104,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"danger-12":{"x":130,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"suitcase-12":{"x":156,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"lighthouse-12":{"x":182,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"baseball-12":{"x":208,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"swimming-12":{"x":234,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"library-12":{"x":260,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"disability-12":{"x":286,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"telephone-12":{"x":312,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"laundry-12":{"x":338,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"bar-12":{"x":364,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"tennis-12":{"x":390,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"land-use-12":{"x":416,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"dog-park-12":{"x":442,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"theatre-12":{"x":468,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"industrial-12":{"x":494,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"bank-12":{"x":520,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"toilets-12":{"x":546,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"hospital-12":{"x":572,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"fast-food-12":{"x":598,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"town-12":{"x":624,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"heliport-12":{"x":650,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"bakery-12":{"x":676,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"town-hall-12":{"x":702,"y":690,"width":24,"height":24,"pixelRatio":2,"sdf":false},"embassy-12":{"x":728,"y":0,"width":24,"height":24,"pixelRatio":2,"sdf":false},"heart-12":{"x":728,"y":26,"width":24,"height":24,"pixelRatio":2,"sdf":false},"triangle-12":{"x":728,"y":52,"width":24,"height":24,"pixelRatio":2,"sdf":false},"harbor-12":{"x":728,"y":78,"width":24,"height":24,"pixelRatio":2,"sdf":false},"art-gallery-12":{"x":728,"y":104,"width":24,"height":24,"pixelRatio":2,"sdf":false},"triangle-stroked-12":{"x":728,"y":130,"width":24,"height":24,"pixelRatio":2,"sdf":false},"emergency-telephone-12":{"x":728,"y":156,"width":24,"height":24,"pixelRatio":2,"sdf":false},"hairdresser-12":{"x":728,"y":182,"width":24,"height":24,"pixelRatio":2,"sdf":false},"village-12":{"x":728,"y":208,"width":24,"height":24,"pixelRatio":2,"sdf":false},"grocery-12":{"x":728,"y":234,"width":24,"height":24,"pixelRatio":2,"sdf":false},"america-football-12":{"x":728,"y":260,"width":24,"height":24,"pixelRatio":2,"sdf":false},"warehouse-12":{"x":728,"y":286,"width":24,"height":24,"pixelRatio":2,"sdf":false},"entrance-12":{"x":728,"y":312,"width":24,"height":24,"pixelRatio":2,"sdf":false},"golf-12":{"x":728,"y":338,"width":24,"height":24,"pixelRatio":2,"sdf":false},"waste-basket-12":{"x":728,"y":364,"width":24,"height":24,"pixelRatio":2,"sdf":false},"garden-12":{"x":728,"y":390,"width":24,"height":24,"pixelRatio":2,"sdf":false},"alcohol-shop-12":{"x":728,"y":416,"width":24,"height":24,"pixelRatio":2,"sdf":false},"water-12":{"x":728,"y":442,"width":24,"height":24,"pixelRatio":2,"sdf":false},"farm-12":{"x":728,"y":468,"width":24,"height":24,"pixelRatio":2,"sdf":false},"fuel-12":{"x":728,"y":494,"width":24,"height":24,"pixelRatio":2,"sdf":false},"wetland-12":{"x":728,"y":520,"width":24,"height":24,"pixelRatio":2,"sdf":false},"fire-station-12":{"x":728,"y":546,"width":24,"height":24,"pixelRatio":2,"sdf":false},"airport-12":{"x":728,"y":572,"width":24,"height":24,"pixelRatio":2,"sdf":false},"zoo-12":{"x":728,"y":598,"width":24,"height":24,"pixelRatio":2,"sdf":false},"airfield-12":{"x":728,"y":624,"width":24,"height":24,"pixelRatio":2,"sdf":false},"dot.sdf":{"x":728,"y":650,"width":19,"height":20,"pixelRatio":1,"sdf":true}} \ No newline at end of file diff --git a/sprites/sprite@2x.png b/sprites/sprite@2x.png deleted file mode 100644 index f9ad05b8..00000000 Binary files a/sprites/sprite@2x.png and /dev/null differ diff --git a/styles/basic-v4.json b/styles/basic-v4.json deleted file mode 100644 index e2c1d11d..00000000 --- a/styles/basic-v4.json +++ /dev/null @@ -1,448 +0,0 @@ -{ - "version": 4, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6-dev", - "maxZoom": 15 - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/sprite", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "constants": { - "@name": "{name_en}", - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@land": "#dedede", - "@water": "#a0cfdf", - "@park": "#d2edae", - "@building": "#d6d6d6", - "@label": "#666", - "@label-halo": "rgba(255,255,255,0.75)", - "@road-major": "#fff", - "@road-minor": "#efefef", - "@road-major-width": { - "base": 1.4, - "stops": [[6, 0.5], [20, 30]] - }, - "@road-minor-width": { - "base": 1.55, - "stops": [[4, 0.25], [20, 30]] - } - }, - "layers": [ - { - "id": "background", - "type": "background", - "style": { - "background-color": "@land" - } - }, - { - "id": "landuse_park", - "source": "mapbox", - "source-layer": "landuse", - "filter": { - "class": "park" - }, - "type": "fill", - "style": { - "fill-color": "@park" - } - }, - { - "id": "waterway", - "source": "mapbox", - "source-layer": "waterway", - "filter": { - "$type": "LineString", - "class": [ - "river", - "canal" - ] - }, - "type": "line", - "style": { - "line-color": "@water", - "line-width": { - "base": 1.4, - "stops": [[8, 0.5], [20, 15]] - } - } - }, - { - "id": "water", - "source": "mapbox", - "source-layer": "water", - "type": "fill", - "style": { - "fill-color": "@water" - } - }, - { - "id": "building", - "source": "mapbox", - "source-layer": "building", - "type": "fill", - "style": { - "fill-color": "@building" - } - }, - { - "id": "tunnel_minor", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { - "$type": "LineString", - "class": [ - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" - ] - }, - "type": "line", - "style": { - "line-color": "@road-minor", - "line-width": "@road-minor-width", - "line-dasharray": [2, 1] - } - }, - { - "id": "tunnel_major", - "source": "mapbox", - "source-layer": "tunnel", - "type": "line", - "filter": { - "$type": "LineString", - "class": [ - "motorway", - "main" - ] - }, - "style": { - "line-color": "@road-major", - "line-width": "@road-major-width", - "line-dasharray": [2, 1] - } - }, - { - "id": "road_minor", - "source": "mapbox", - "source-layer": "road", - "filter": { - "class": [ - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" - ], - "$type": "LineString" - }, - "type": "line", - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@road-minor", - "line-width": "@road-minor-width" - } - }, - { - "id": "road_major", - "source": "mapbox", - "source-layer": "road", - "filter": { - "$type": "LineString", - "class": [ - "motorway", - "main" - ] - }, - "type": "line", - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@road-major", - "line-width": "@road-major-width" - } - }, - { - "id": "bridge_minor_case", - "source": "mapbox", - "source-layer": "bridge", - "filter": { - "$type": "LineString", - "class": [ - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" - ] - }, - "type": "line", - "style": { - "line-color": "@land", - "line-offset": "@road-minor-width", - "line-width": { - "base": 1.6, - "stops": [[12, 0.5],[20, 10]] - } - } - }, - { - "id": "bridge_major_case", - "source": "mapbox", - "source-layer": "bridge", - "filter": { - "class": [ - "motorway", - "main" - ], - "$type": "LineString" - }, - "type": "line", - "style": { - "line-color": "@land", - "line-offset": "@road-major-width", - "line-width": { - "base": 1.4, - "stops": [[12, 0.5], [20, 10]] - } - } - }, - { - "id": "bridge_minor", - "source": "mapbox", - "source-layer": "bridge", - "filter": { - "$type": "LineString", - "class": [ - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" - ] - }, - "type": "line", - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@road-minor", - "line-width": "@road-minor-width" - } - }, - { - "id": "bridge_major", - "source": "mapbox", - "source-layer": "bridge", - "filter": { - "class": [ - "motorway", - "main" - ], - "$type": "LineString" - }, - "type": "line", - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@road-major", - "line-width": "@road-major-width" - } - }, - { - "id": "admin_country", - "source": "mapbox", - "source-layer": "admin", - "filter": { - "admin_level": { - "<=": 2 - }, - "maritime": 0, - "$type": "LineString" - }, - "type": "line", - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "#8b8a8a", - "line-width": { - "base": 1.3, - "stops": [[3, 0.5], [22, 15]] - } - } - }, - { - "id": "country_label_line", - "source": "mapbox", - "source-layer": "country_label_line", - "filter": { - "$type": "LineString" - }, - "type": "line", - "style": { - "line-color": "#aaa" - } - }, - { - "id": "country_label", - "source": "mapbox", - "source-layer": "country_label", - "filter": { - "$type": "Point" - }, - "max-zoom": 12, - "type": "symbol", - "render": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 22, - "text-max-width": 10 - }, - "style": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 14], [8, 22]] - } - } - }, - { - "id": "place_label_city", - "source": "mapbox", - "source-layer": "place_label", - "filter": { - "$type": "Point", - "type": "city" - }, - "max-zoom": 16, - "type": "symbol", - "render": { - "text-field": "@name", - "text-font": "@sans_bd", - "text-max-width": 10 - }, - "style": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 12], [8, 16]] - } - } - }, - { - "id": "place_label_other", - "source": "mapbox", - "source-layer": "place_label", - "filter": { - "$type": "Point", - "type": [ - "town", - "village", - "hamlet", - "suburb", - "neighbourhood" - ] - }, - "min-zoom": 8, - "type": "symbol", - "render": { - "text-field": "@name", - "text-font": "@sans_md", - "text-max-width": 6 - }, - "style": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[6, 12], [12, 16]] - } - } - }, - { - "id": "road_major_label", - "source": "mapbox", - "source-layer": "road_label", - "filter": { - "class": [ - "motorway", - "main" - ], - "$type": "LineString" - }, - "type": "symbol", - "render": { - "symbol-placement": "line", - "text-field": "@name", - "text-font": "@sans_md", - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-max-size": 14 - }, - "style": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-size": { - "base": 1.4, - "stops": [[10, 8], [20, 14]] - } - } - }, - { - "id": "poi_label", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { - "scalerank": 1, - "localrank": 1, - "$type": "Point" - }, - "min-zoom": 5, - "type": "symbol", - "render": { - "icon-image": "{maki}-12", - "icon-max-size": 1, - "text-offset": [0, 0.5], - "text-vertical-align": "top", - "text-field": "@name", - "text-font": "@sans_md", - "text-max-size": 11, - "text-max-width": 8 - }, - "style": { - "icon-size": 1, - "text-color": "@label", - "text-halo-width": 1, - "text-halo-color": "@label-halo", - "text-halo-blur": 1, - "text-size": 11 - } - } - ] -} diff --git a/styles/basic-v5.json b/styles/basic-v5.json deleted file mode 100644 index 1d3b2d4a..00000000 --- a/styles/basic-v5.json +++ /dev/null @@ -1,448 +0,0 @@ -{ - "version": 5, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6-dev", - "maxZoom": 15 - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/sprite", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "constants": { - "@name": "{name_en}", - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@land": "#dedede", - "@water": "#a0cfdf", - "@park": "#d2edae", - "@building": "#d6d6d6", - "@label": "#666", - "@label-halo": "rgba(255,255,255,0.75)", - "@road-major": "#fff", - "@road-minor": "#efefef", - "@road-major-width": { - "base": 1.4, - "stops": [[6, 0.5], [20, 30]] - }, - "@road-minor-width": { - "base": 1.55, - "stops": [[4, 0.25], [20, 30]] - } - }, - "layers": [ - { - "id": "background", - "type": "background", - "style": { - "background-color": "@land" - } - }, - { - "id": "landuse_park", - "source": "mapbox", - "source-layer": "landuse", - "filter": { - "class": "park" - }, - "type": "fill", - "style": { - "fill-color": "@park" - } - }, - { - "id": "waterway", - "source": "mapbox", - "source-layer": "waterway", - "filter": { - "$type": "LineString", - "class": [ - "river", - "canal" - ] - }, - "type": "line", - "style": { - "line-color": "@water", - "line-width": { - "base": 1.4, - "stops": [[8, 0.5], [20, 15]] - } - } - }, - { - "id": "water", - "source": "mapbox", - "source-layer": "water", - "type": "fill", - "style": { - "fill-color": "@water" - } - }, - { - "id": "building", - "source": "mapbox", - "source-layer": "building", - "type": "fill", - "style": { - "fill-color": "@building" - } - }, - { - "id": "tunnel_minor", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { - "$type": "LineString", - "class": [ - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" - ] - }, - "type": "line", - "style": { - "line-color": "@road-minor", - "line-width": "@road-minor-width", - "line-dasharray": [2, 1] - } - }, - { - "id": "tunnel_major", - "source": "mapbox", - "source-layer": "tunnel", - "type": "line", - "filter": { - "$type": "LineString", - "class": [ - "motorway", - "main" - ] - }, - "style": { - "line-color": "@road-major", - "line-width": "@road-major-width", - "line-dasharray": [2, 1] - } - }, - { - "id": "road_minor", - "source": "mapbox", - "source-layer": "road", - "filter": { - "class": [ - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" - ], - "$type": "LineString" - }, - "type": "line", - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@road-minor", - "line-width": "@road-minor-width" - } - }, - { - "id": "road_major", - "source": "mapbox", - "source-layer": "road", - "filter": { - "$type": "LineString", - "class": [ - "motorway", - "main" - ] - }, - "type": "line", - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@road-major", - "line-width": "@road-major-width" - } - }, - { - "id": "bridge_minor_case", - "source": "mapbox", - "source-layer": "bridge", - "filter": { - "$type": "LineString", - "class": [ - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" - ] - }, - "type": "line", - "style": { - "line-color": "@land", - "line-offset": "@road-minor-width", - "line-width": { - "base": 1.6, - "stops": [[12, 0.5],[20, 10]] - } - } - }, - { - "id": "bridge_major_case", - "source": "mapbox", - "source-layer": "bridge", - "filter": { - "class": [ - "motorway", - "main" - ], - "$type": "LineString" - }, - "type": "line", - "style": { - "line-color": "@land", - "line-offset": "@road-major-width", - "line-width": { - "base": 1.4, - "stops": [[12, 0.5], [20, 10]] - } - } - }, - { - "id": "bridge_minor", - "source": "mapbox", - "source-layer": "bridge", - "filter": { - "$type": "LineString", - "class": [ - "motorway_link", - "street", - "street_limited", - "service", - "driveway", - "path" - ] - }, - "type": "line", - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@road-minor", - "line-width": "@road-minor-width" - } - }, - { - "id": "bridge_major", - "source": "mapbox", - "source-layer": "bridge", - "filter": { - "class": [ - "motorway", - "main" - ], - "$type": "LineString" - }, - "type": "line", - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@road-major", - "line-width": "@road-major-width" - } - }, - { - "id": "admin_country", - "source": "mapbox", - "source-layer": "admin", - "filter": { - "admin_level": { - "<=": 2 - }, - "maritime": 0, - "$type": "LineString" - }, - "type": "line", - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "#8b8a8a", - "line-width": { - "base": 1.3, - "stops": [[3, 0.5], [22, 15]] - } - } - }, - { - "id": "country_label_line", - "source": "mapbox", - "source-layer": "country_label_line", - "filter": { - "$type": "LineString" - }, - "type": "line", - "style": { - "line-color": "#aaa" - } - }, - { - "id": "country_label", - "source": "mapbox", - "source-layer": "country_label", - "filter": { - "$type": "Point" - }, - "max-zoom": 12, - "type": "symbol", - "render": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 22, - "text-max-width": 10 - }, - "style": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 14], [8, 22]] - } - } - }, - { - "id": "place_label_city", - "source": "mapbox", - "source-layer": "place_label", - "filter": { - "$type": "Point", - "type": "city" - }, - "max-zoom": 16, - "type": "symbol", - "render": { - "text-field": "@name", - "text-font": "@sans_bd", - "text-max-width": 10 - }, - "style": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 12], [8, 16]] - } - } - }, - { - "id": "place_label_other", - "source": "mapbox", - "source-layer": "place_label", - "filter": { - "$type": "Point", - "type": [ - "town", - "village", - "hamlet", - "suburb", - "neighbourhood" - ] - }, - "min-zoom": 8, - "type": "symbol", - "render": { - "text-field": "@name", - "text-font": "@sans_md", - "text-max-width": 6 - }, - "style": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[6, 12], [12, 16]] - } - } - }, - { - "id": "road_major_label", - "source": "mapbox", - "source-layer": "road_label", - "filter": { - "class": [ - "motorway", - "main" - ], - "$type": "LineString" - }, - "type": "symbol", - "render": { - "symbol-placement": "line", - "text-field": "@name", - "text-font": "@sans_md", - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-max-size": 14 - }, - "style": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-size": { - "base": 1.4, - "stops": [[10, 8], [20, 14]] - } - } - }, - { - "id": "poi_label", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { - "scalerank": 1, - "localrank": 1, - "$type": "Point" - }, - "min-zoom": 5, - "type": "symbol", - "render": { - "icon-image": "{maki}-12", - "icon-max-size": 1, - "text-offset": [0, 0.5], - "text-vertical-align": "top", - "text-field": "@name", - "text-font": "@sans_md", - "text-max-size": 11, - "text-max-width": 8 - }, - "style": { - "icon-size": 1, - "text-color": "@label", - "text-halo-width": 1, - "text-halo-color": "@label-halo", - "text-halo-blur": 1, - "text-size": 11 - } - } - ] -} diff --git a/styles/basic-v6.json b/styles/basic-v6.json deleted file mode 100644 index 26f6c276..00000000 --- a/styles/basic-v6.json +++ /dev/null @@ -1,322 +0,0 @@ -{ - "version": 6, - "constants": { - "@name": "{name_en}", - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@land": "#dedede", - "@water": "#a0cfdf", - "@park": "#d2edae", - "@building": "#d6d6d6", - "@label": "#666", - "@label-halo": "rgba(255,255,255,0.75)", - "@road-major": "#fff", - "@road-minor": "#efefef", - "@road-major-width": { - "base": 1.4, - "stops": [[6, 0.5], [20, 30]] - }, - "@road-minor-width": { - "base": 1.55, - "stops": [[4, 0.25], [20, 30]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6-dev" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/sprite", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [{ - "id": "background", - "type": "background", - "paint": { - "background-color": "@land" - } - }, { - "id": "landuse_park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "park"], - "paint": { - "fill-color": "@park" - } - }, { - "id": "waterway", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["all", ["==", "$type", "LineString"], ["in", "class", "river", "canal"]], - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.4, - "stops": [[8, 0.5], [20, 15]] - } - } - }, { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "@water" - } - }, { - "id": "building", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "@building" - } - }, { - "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": "@road-minor", - "line-width": "@road-minor-width", - "line-dasharray": [2, 1] - } - }, { - "id": "tunnel_major", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["all", ["==", "$type", "LineString"], ["in", "class", "motorway", "main"]], - "paint": { - "line-color": "@road-major", - "line-width": "@road-major-width", - "line-dasharray": [2, 1] - } - }, { - "id": "road_minor", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["all", ["in", "class", "motorway_link", "street", "street_limited", "service", "driveway", "path"], ["==", "$type", "LineString"]], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@road-minor", - "line-width": "@road-minor-width" - } - }, { - "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": "@road-major", - "line-width": "@road-major-width" - } - }, { - "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": "@land", - "line-width": { - "base": 1.6, - "stops": [[12, 0.5], [20, 10]] - }, - "line-gap-width": "@road-minor-width" - } - }, { - "id": "bridge_major_case", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["all", ["in", "class", "motorway", "main"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@land", - "line-width": { - "base": 1.4, - "stops": [[12, 0.5], [20, 10]] - }, - "line-gap-width": "@road-major-width" - } - }, { - "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": "@road-minor", - "line-width": "@road-minor-width" - } - }, { - "id": "bridge_major", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["all", ["in", "class", "motorway", "main"], ["==", "$type", "LineString"]], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@road-major", - "line-width": "@road-major-width" - } - }, { - "id": "admin_country", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["all", ["<=", "admin_level", 2], ["==", "maritime", 0], ["==", "$type", "LineString"]], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "#8b8a8a", - "line-width": { - "base": 1.3, - "stops": [[3, 0.5], [22, 15]] - } - } - }, { - "id": "country_label_line", - "type": "line", - "source": "mapbox", - "source-layer": "country_label_line", - "filter": ["==", "$type", "LineString"], - "paint": { - "line-color": "#aaa" - } - }, { - "id": "country_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "maxzoom": 12, - "filter": ["==", "$type", "Point"], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 22, - "text-max-width": 10 - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 14], [8, 22]] - } - } - }, { - "id": "place_label_city", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, - "filter": ["all", ["==", "$type", "Point"], ["==", "type", "city"]], - "layout": { - "text-field": "@name", - "text-font": "@sans_bd", - "text-max-width": 10 - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 12], [8, 16]] - } - } - }, { - "id": "place_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "minzoom": 8, - "filter": ["all", ["==", "$type", "Point"], ["in", "type", "town", "village", "hamlet", "suburb", "neighbourhood"]], - "layout": { - "text-field": "@name", - "text-font": "@sans_md", - "text-max-width": 6 - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[6, 12], [12, 16]] - } - } - }, { - "id": "road_major_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "motorway", "main"], ["==", "$type", "LineString"]], - "layout": { - "symbol-placement": "line", - "text-field": "@name", - "text-font": "@sans_md", - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-max-size": 14 - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-size": { - "base": 1.4, - "stops": [[10, 8], [20, 14]] - } - } - }, { - "id": "poi_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 5, - "filter": ["all", ["==", "scalerank", 1], ["==", "localrank", 1], ["==", "$type", "Point"]], - "layout": { - "icon-image": "{maki}-12", - "icon-max-size": 1, - "text-offset": [0, 0.5], - "text-field": "@name", - "text-font": "@sans_md", - "text-max-size": 11, - "text-max-width": 8, - "text-anchor": "top" - }, - "paint": { - "icon-size": 1, - "text-color": "@label", - "text-halo-width": 1, - "text-halo-color": "@label-halo", - "text-halo-blur": 1, - "text-size": 11 - } - }] -} diff --git a/styles/basic-v7.json b/styles/basic-v7.json deleted file mode 100644 index aad573b8..00000000 --- a/styles/basic-v7.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "version": 7, - "name": "Basic", - "constants": { - "@name": "{name_en}", - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@land": "#dedede", - "@water": "#a0cfdf", - "@park": "#d2edae", - "@building": "#d6d6d6", - "@label": "#666", - "@label-halo": "rgba(255,255,255,0.75)", - "@road-major": "#fff", - "@road-minor": "#efefef", - "@road-major-width": { - "base": 1.4, - "stops": [[6, 0.5], [20, 30]] - }, - "@road-minor-width": { - "base": 1.55, - "stops": [[4, 0.25], [20, 30]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/sprite", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [{ - "id": "background", - "type": "background", - "paint": { - "background-color": "@land" - } - }, { - "id": "landuse_park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "park"], - "paint": { - "fill-color": "@park" - } - }, { - "id": "waterway", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["all", ["==", "$type", "LineString"], ["in", "class", "river", "canal"]], - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.4, - "stops": [[8, 0.5], [20, 15]] - } - } - }, { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "@water" - } - }, { - "id": "building", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "@building" - } - }, { - "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": "@road-minor", - "line-width": "@road-minor-width", - "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": "@road-major", - "line-width": "@road-major-width", - "line-dasharray": [0.28, 0.14] - } - }, { - "id": "road_minor", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["all", ["in", "class", "motorway_link", "street", "street_limited", "service", "driveway", "path"], ["==", "$type", "LineString"]], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@road-minor", - "line-width": "@road-minor-width" - } - }, { - "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": "@road-major", - "line-width": "@road-major-width" - } - }, { - "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": "@land", - "line-width": { - "base": 1.6, - "stops": [[12, 0.5], [20, 10]] - }, - "line-gap-width": "@road-minor-width" - } - }, { - "id": "bridge_major_case", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["all", ["in", "class", "motorway", "main"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@land", - "line-width": { - "base": 1.4, - "stops": [[12, 0.5], [20, 10]] - }, - "line-gap-width": "@road-major-width" - } - }, { - "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": "@road-minor", - "line-width": "@road-minor-width" - } - }, { - "id": "bridge_major", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["all", ["in", "class", "motorway", "main"], ["==", "$type", "LineString"]], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@road-major", - "line-width": "@road-major-width" - } - }, { - "id": "admin_country", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["all", ["<=", "admin_level", 2], ["==", "maritime", 0], ["==", "$type", "LineString"]], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "#8b8a8a", - "line-width": { - "base": 1.3, - "stops": [[3, 0.5], [22, 15]] - } - } - }, { - "id": "country_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "maxzoom": 12, - "filter": ["==", "$type", "Point"], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 22, - "text-max-width": 10 - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 14], [8, 22]] - } - } - }, { - "id": "place_label_city", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, - "filter": ["all", ["==", "$type", "Point"], ["==", "type", "city"]], - "layout": { - "text-field": "@name", - "text-font": "@sans_bd", - "text-max-width": 10 - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 12], [8, 16]] - } - } - }, { - "id": "place_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "minzoom": 8, - "filter": ["all", ["==", "$type", "Point"], ["in", "type", "town", "village", "hamlet", "suburb", "neighbourhood"]], - "layout": { - "text-field": "@name", - "text-font": "@sans_md", - "text-max-width": 6 - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "stops": [[6, 12], [12, 16]] - } - } - }, { - "id": "road_major_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "motorway", "main"], ["==", "$type", "LineString"]], - "layout": { - "symbol-placement": "line", - "text-field": "@name", - "text-font": "@sans_md", - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-max-size": 14 - }, - "paint": { - "text-color": "@label", - "text-halo-color": "@label-halo", - "text-halo-width": 2, - "text-size": { - "base": 1.4, - "stops": [[10, 8], [20, 14]] - } - } - }, { - "id": "poi_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 5, - "filter": ["all", ["==", "scalerank", 1], ["==", "localrank", 1], ["==", "$type", "Point"]], - "layout": { - "icon-image": "{maki}-12", - "icon-max-size": 1, - "text-offset": [0, 0.5], - "text-field": "@name", - "text-font": "@sans_md", - "text-max-size": 11, - "text-max-width": 8, - "text-anchor": "top" - }, - "paint": { - "icon-size": 1, - "text-color": "@label", - "text-halo-width": 1, - "text-halo-color": "@label-halo", - "text-halo-blur": 1, - "text-size": 11 - } - }] -} diff --git a/styles/bright-v4.json b/styles/bright-v4.json deleted file mode 100644 index 164b17bd..00000000 --- a/styles/bright-v4.json +++ /dev/null @@ -1,1333 +0,0 @@ -{ - "version": 4, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/bright", - "glyphs": "https://mapbox.s3.amazonaws.com/gl-glyphs-256/{fontstack}/{range}.pbf", - "constants": { - "@name": "{name_en}", - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@sans_it": "Open Sans Italic, Arial Unicode MS Regular", - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@land": "#f8f4f0", - "@water": "#a0c8f0", - "@admin": "#9e9cab", - "@admin-opacity": 0.5, - "@park": "#d8e8c8", - "@cemetery": "#e0e4dd", - "@hospital": "#fde", - "@school": "#f0e8f8", - "@wood": "#6a4", - "@building": "#f2eae2", - "@building_shadow": "#dfdbd7", - "@building_color_transition": { - "base": 1, - "stops": [[15.5, "#f2eae2"], [16, "#dfdbd7"]] - }, - "@building_opacity": {"base": 1, "stops": [[15, 0], [16, 1]]}, - "@aeroway": "#f0ede9", - "@motorway": "#fc8", - "@motorway_casing": "#e9ac77", - "@motorway_tunnel": "#ffdaa6", - "@main": "#fea", - "@main_tunnel": "#fff4c6", - "@street": "#fff", - "@street_limited": "#f3f3f3", - "@street_casing": "#cfcdca", - "@path": "#cba", - "@rail": "#bbb", - "@text": "#334", - "@text_halo": "rgba(255,255,255,0.8)", - "@marine_text": "#74aee9", - "@marine_text_halo": "rgba(255,255,255,0.7)", - "@poi_text": "#666", - "@poi_text_halo": "#ffffff", - "@maki": "#666", - "@point_translate": [0, -30], - "@tunnel_line_dasharray": [{ - "base": 1.5, "stops": [[12, 6], [20, 9]] - }, { - "base": 1.5, "stops": [[12, 2], [20, 3]] - }], - "@motorway_width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]}, - "@motorway_casing_width": {"base": 1.2, "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]]}, - "@motorway_link_width": {"base": 1.2, "stops": [[12.5, 0], [13, 1.5], [20, 10]]}, - "@motorway_link_casing_width": {"base": 1.2, "stops": [[12, 1], [13, 3], [20, 13]]}, - "@main_width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 14]]}, - "@main_casing_width": {"base": 1.2, "stops": [[5, 0.1], [6, 0.2], [7, 1.5], [20, 18]]}, - "@street_width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 11.5]]}, - "@street_casing_width": {"base": 1.2, "stops": [[12, 0.5], [13, 1], [14, 4], [20, 15]]}, - "@street_casing_opacity": {"stops": [[12, 0], [12.5, 1]]}, - "@service_casing_width": {"base": 1.2, "stops": [[15, 1], [16, 4], [20, 11]]}, - "@service_width": {"base": 1.2, "stops": [[15.5, 0], [16, 2], [20, 7.5]]}, - "@path_width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]}, - "@path_line_dasharray": [{ - "base": 1.2, "stops": [[15, 2], [20, 4]] - },{ - "base": 1.2, "stops": [[15, 1], [20, 2]] - }], - "@rail_width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]}, - "@rail_hatch_width": {"base": 1.4, "stops": [[14.5, 0], [15, 3], [20, 8]]}, - "@rail_hatch_line_dasharray": [2, 30], - "@admin_level_3_width": { - "base": 1, - "stops": [[4, 0.4], [5, 1], [12, 3]] - }, - "@admin_level_2_width": { - "base": 1, - "stops": [[4, 1.4], [5, 2], [12, 8]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6-dev", - "maxZoom": 15 - } - }, - "layers": [{ - "id": "background", - "style": { - "background-color": "@land" - }, - "type": "background" - }, { - "id": "landuse_park", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "park" }, - "style": { - "fill-color": "@park" - }, - "type": "fill" - }, { - "id": "landuse_cemetery", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "cemetery" }, - "style": { - "fill-color": "@cemetery" - }, - "type": "fill" - }, { - "id": "landuse_hospital", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "hospital" }, - "style": { - "fill-color": "@hospital" - }, - "type": "fill" - }, { - "id": "landuse_school", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "school" }, - "style": { - "fill-color": "@school" - }, - "type": "fill" - }, { - "id": "landuse_wood", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "wood" }, - "style": { - "fill-color": "@wood", - "fill-opacity": 0.1 - }, - "type": "fill" - }, { - "id": "waterway", - "source": "mapbox", - "source-layer": "waterway", - "filter": { - "class": { - "!=": ["river", "stream", "canal"] - } - }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "@water", - "line-width": { - "base": 1.3, - "stops": [[13, 0.5], [20, 2]] - } - }, - "type": "line" - }, { - "id": "waterway_river", - "source": "mapbox", - "source-layer": "waterway", - "filter": { "class": "river" }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "@water", - "line-width": { - "base": 1.2, - "stops": [[11, 0.5], [20, 6]] - } - }, - "type": "line" - }, { - "id": "waterway_stream_canal", - "source": "mapbox", - "source-layer": "waterway", - "filter": { "class": ["stream", "canal"] }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "@water", - "line-width": { - "base": 1.3, - "stops": [[13, 0.5], [20, 6]] - } - }, - "type": "line" - }, { - "id": "water", - "source": "mapbox", - "source-layer": "water", - "style": { - "fill-color": "@water" - }, - "type": "fill" - }, { - "id": "water_offset", - "source": "mapbox", - "source-layer": "water", - "type": "fill", - "style": { - "fill-color": "white", - "fill-opacity": 0.3, - "fill-translate": [0, 2.5] - } - }, { - "id": "water_pattern", - "ref": "water", - "style": { - "fill-image": "wave", - "fill-translate": [0, 2.5] - } - }, { - "id": "aeroway_fill", - "source": "mapbox", - "source-layer": "aeroway", - "min-zoom": 11, - "filter": { - "$type": "Polygon" - }, - "style": { - "fill-color": "@aeroway", - "fill-opacity": 0.7 - }, - "type": "fill" - }, { - "id": "aeroway_runway", - "source": "mapbox", - "source-layer": "aeroway", - "min-zoom": 11, - "filter": { - "$type": "LineString", - "type": "runway" }, - "style": { - "line-color": "@aeroway", - "line-width": { - "base": 1.2, - "stops": [[11, 3], [20, 16]] - } - }, - "type": "line" - }, { - "id": "aeroway_taxiway", - "source": "mapbox", - "source-layer": "aeroway", - "min-zoom": 11, - "filter": { - "$type": "LineString", - "type": "taxiway" }, - "style": { - "line-color": "@aeroway", - "line-width": { - "base": 1.2, - "stops": [[11, 0.5], [20, 6]] - } - }, - "type": "line" - }, { - "id": "building", - "source": "mapbox", - "source-layer": "building", - "style": { - "fill-color": "@building_color_transition" - }, - "type": "fill" - }, { - "id": "building_top", - "ref": "building", - "style": { - "fill-color": "@building", - "fill-opacity": "@building_opacity", - "fill-translate": [{ - "base": 1, - "stops": [[15, 0], [16, -2] ] - }, { - "base": 1, - "stops": [[15, 0], [16, -2] ] - }], - "fill-outline-color": "@building_shadow" - } - }, { - "id": "tunnel_motorway_link_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "motorway_link" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_service_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "service" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_street_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": ["street", "street_limited"] }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-dasharray": [7, 2], - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "tunnel_main_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "main" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@main_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_motorway_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "motorway" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@motorway_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_path", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "path" }, - "type": "line", - "style": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "style": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "style": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "style": { - "line-color": "@main_tunnel", - "line-width": "@main_width" - } - }, { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "style": { - "line-color": "@motorway_tunnel", - "line-width": "@motorway_width" - } - }, { - "id": "tunnel_major_rail", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "major_rail" }, - "style": { - "line-color": "@rail", - "line-width": "@rail_width" - }, - "type": "line" - }, { - "id": "tunnel_major_rail_hatching", - "ref": "tunnel_major_rail", - "style": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "id": "road_motorway_link_casing", - "source": "mapbox", - "source-layer": "road", - "min-zoom": 12, - "filter": { "class": "motorway_link" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "road_service_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "service" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "road_street_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["street", "street_limited"], "$type": "LineString" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "road_main_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "main" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@main_casing_width" - }, - "type": "line" - }, { - "id": "road_motorway_casing", - "source": "mapbox", - "source-layer": "road", - "min-zoom": 5, - "filter": { "class": "motorway" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@motorway_casing_width" - }, - "type": "line" - }, { - "id": "road_path", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "path" }, - "style": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "road_service", - "ref": "road_service_casing", - "style": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "road_street", - "ref": "road_street_casing", - "style": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "road_main", - "ref": "road_main_casing", - "style": { - "line-color": "@main", - "line-width": "@main_width" - } - }, { - "id": "road_motorway", - "ref": "road_motorway_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_width" - }, - "type": "line" - }, { - "id": "road_major_rail", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "major_rail" }, - "style": { - "line-color": "@rail", - "line-width": "@rail_width" - }, - "type": "line" - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "style": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "id": "bridge_motorway_link_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "motorway_link" }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "bridge_motorway_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "motorway" }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@motorway_casing_width" - }, - "type": "line" - }, { - "id": "bridge_service_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "service" }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "bridge_street_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": ["street", "street_limited"] }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "bridge_main_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "main" }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@main_casing_width" - }, - "type": "line" - }, { - "id": "bridge_path", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "path" }, - "style": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "bridge_service", - "ref": "bridge_service_casing", - "style": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "bridge_street", - "ref": "bridge_street_casing", - "style": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "bridge_main", - "ref": "bridge_main_casing", - "style": { - "line-color": "@main", - "line-width": "@main_width" - } - }, { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_width" - } - }, { - "id": "bridge_major_rail", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "major_rail" }, - "style": { - "line-color": "@rail", - "line-width": "@rail_width" - }, - "type": "line" - }, { - "id": "bridge_major_rail_hatching", - "ref": "bridge_major_rail", - "style": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "id": "admin_level_3", - "source": "mapbox", - "source-layer": "admin", - "filter": { - "admin_level": {">=": 3}, - "maritime": 0 - }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@admin", - "line-dasharray": [10, 3], - "line-width": "@admin_level_3_width" - }, - "type": "line" - }, { - "id": "admin_level_2", - "source": "mapbox", - "source-layer": "admin", - "filter": { - "admin_level": 2, - "disputed": 0, - "maritime": 0 - }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "@admin", - "line-width": "@admin_level_2_width" - }, - "type": "line" - }, { - "id": "admin_level_2_disputed", - "source": "mapbox", - "source-layer": "admin", - "filter": { - "admin_level": 2, - "disputed": 1, - "maritime": 0 - }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "@admin", - "line-dasharray": [4, 4], - "line-width": "@admin_level_2_width" - }, - "type": "line" - }, { - "id": "admin_level_3_maritime", - "source": "mapbox", - "source-layer": "admin", - "filter": { - "admin_level": {">=": 3}, - "maritime": 1 - }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@water", - "line-opacity": "@admin-opacity", - "line-dasharray": [10, 3], - "line-width": "@admin_level_3_width" - }, - "type": "line" - }, { - "id": "admin_level_2_maritime", - "source": "mapbox", - "source-layer": "admin", - "filter": { - "admin_level": 2, - "maritime": 1 - }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "@water", - "line-opacity": "@admin-opacity", - "line-width": "@admin_level_2_width" - }, - "type": "line" - }, { - "id": "country_label_line", - "source": "mapbox", - "source-layer": "country_label_line", - "style": { - "line-color": "@text", - "line-opacity": 0.5 - }, - "type": "line" - }, { - "id": "country_label_1", - "source": "mapbox", - "source-layer": "country_label", - "filter": { - "scalerank": 1 - }, - "render": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "style": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[2, 13], [4, 17]] - } - }, - "type": "symbol" - }, { - "id": "country_label_2", - "source": "mapbox", - "source-layer": "country_label", - "filter": { - "scalerank": 2 - }, - "render": { - "text-font": "@sans_bd", - "text-field": "{name_en}", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "style": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 13], [5, 17]] - } - }, - "type": "symbol" - }, { - "id": "country_label_3", - "source": "mapbox", - "source-layer": "country_label", - "filter": { - "scalerank": 3 - }, - "render": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "style": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[4, 13], [7, 17]] - } - }, - "type": "symbol" - }, { - "id": "country_label_4", - "source": "mapbox", - "source-layer": "country_label", - "filter": { - "scalerank": {">=": 4} - }, - "render": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 15 - }, - "style": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[5, 13], [6, 15]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_point_1", - "source": "mapbox", - "source-layer": "marine_label", - "filter": {"labelrank": 1, "$type": "Point"}, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 22, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "text-line-height": 1.6, - "symbol-placement": "point", - "text-offset": [0, 2.4] - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 18], [4, 22]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_line_1", - "source": "mapbox", - "source-layer": "marine_label", - "filter": {"labelrank": 1, "$type": "LineString"}, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 18], [4, 22]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_point_2", - "source": "mapbox", - "source-layer": "marine_label", - "filter": {"labelrank": 2, "$type": "Point"}, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 16, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 14], [4, 16]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_line_2", - "source": "mapbox", - "source-layer": "marine_label", - "filter": {"labelrank": 2, "$type": "LineString"}, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 16, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 14], [4, 16]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_3", - "source": "mapbox", - "source-layer": "marine_label", - "filter": {"labelrank": 3, "$type": "Point"}, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 14]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_line_3", - "source": "mapbox", - "source-layer": "marine_label", - "filter": {"labelrank": 3, "$type": "LineString"}, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 14]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_4", - "source": "mapbox", - "source-layer": "marine_label", - "filter": {"labelrank": {">=": 4}, "$type": "Point"}, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 6, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 12]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_line_4", - "source": "mapbox", - "source-layer": "marine_label", - "filter": {"labelrank": {">=": 4}, "$type": "LineString"}, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 12]] - } - }, - "type": "symbol" - }, { - "id": "place_label_city", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "city" }, - "render": { - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 24, - "text-max-width": 8 - }, - "style": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[7, 14], [11, 24]] - } - }, - "type": "symbol" - }, { - "id": "place_label_town", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "town" }, - "render": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 24, - "text-max-width": 8 - }, - "style": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[10, 14], [15, 24]] - } - }, - "type": "symbol" - }, { - "id": "place_label_village", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "village" }, - "render": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 22, - "text-max-width": 8 - }, - "style": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[10, 12], [15, 22]] - } - }, - "type": "symbol" - }, { - "id": "road_label_highway_shields", - "source": "mapbox", - "source-layer": "road_label", - "filter": {"class": "motorway", "reflen": [1,2,3,4,5,6]}, - "render": { - "symbol-placement": "line", - "symbol-min-distance": 500, - "icon-image": "motorway_{reflen}", - "icon-max-size": 1, - "text-field": "{ref}", - "text-font": "@sans_bd", - "text-max-size": 11, - "text-rotation-alignment": "viewport", - "icon-rotation-alignment": "viewport" - }, - "style": { - "text-color": "#765", - "text-size": 11 - }, - "type": "symbol" - }, { - "id": "road_label", - "source": "mapbox", - "source-layer": "road_label", - "filter": { "$type": "LineString" }, - "render": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 13, - "symbol-placement": "line" - }, - "style": { - "text-color": "#765", - "text-halo-color": "#fff", - "text-halo-width": 1, - "text-halo-blur": 0.5, - "text-size": { - "stops": [[13, 12], [14, 13]] - } - }, - "type": "symbol" - }, { - "id": "place_label_other", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": ["hamlet", "suburb", "neighbourhood"] }, - "render": { - "text-font": "@sans_bd", - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-field": "@name", - "text-max-size": 14, - "text-max-width": 9 - }, - "style": { - "text-color": "#633", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[12, 10], [15, 14]] - } - }, - "type": "symbol" - }, { - "id": "poi_label_1", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "$type": "Point", "scalerank": 1 }, - "render": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - }, - "min-zoom": 13, - "type": "symbol" - }, { - "id": "poi_label_2", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "$type": "Point", "scalerank": 2 }, - "render": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - }, - "min-zoom": 14, - "type": "symbol" - }, { - "id": "poi_label_3", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "$type": "Point", "scalerank": 3 }, - "render": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - }, - "min-zoom": 15, - "type": "symbol" - }, { - "id": "poi_label_4", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "$type": "Point", "scalerank": 4 }, - "render": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - }, - "min-zoom": 16, - "type": "symbol" - }, { - "id": "poi_label_other", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "$type": "Point", "scalerank": {">=": 5} }, - "render": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - }, - "min-zoom": 17, - "type": "symbol" - }, { - "id": "water_label", - "source": "mapbox", - "source-layer": "water_label", - "filter": { "$type": "Point" }, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 5 - }, - "style": { - "text-size": 12, - "text-color": "@marine_text", - "text-halo-width": 1.5, - "text-halo-color": "@marine_text_halo" - }, - "type": "symbol" - }] -} diff --git a/styles/bright-v5.json b/styles/bright-v5.json deleted file mode 100644 index 2eb074d7..00000000 --- a/styles/bright-v5.json +++ /dev/null @@ -1,1357 +0,0 @@ -{ - "version": 5, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/bright", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "constants": { - "@name": "{name_en}", - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@sans_it": "Open Sans Italic, Arial Unicode MS Regular", - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@land": "#f8f4f0", - "@water": "#a0c8f0", - "@admin": "#9e9cab", - "@admin-opacity": 0.5, - "@park": "#d8e8c8", - "@cemetery": "#e0e4dd", - "@hospital": "#fde", - "@school": "#f0e8f8", - "@wood": "#6a4", - "@building": "#f2eae2", - "@building_shadow": "#dfdbd7", - "@building_color_transition": { - "base": 1, - "stops": [[15.5, "#f2eae2"], [16, "#dfdbd7"]] - }, - "@building_opacity": { - "base": 1, - "stops": [[15, 0], [16, 1]] - }, - "@aeroway": "#f0ede9", - "@motorway": "#fc8", - "@motorway_casing": "#e9ac77", - "@motorway_tunnel": "#ffdaa6", - "@main": "#fea", - "@main_tunnel": "#fff4c6", - "@street": "#fff", - "@street_limited": "#f3f3f3", - "@street_casing": "#cfcdca", - "@path": "#cba", - "@rail": "#bbb", - "@text": "#334", - "@text_halo": "rgba(255,255,255,0.8)", - "@marine_text": "#74aee9", - "@marine_text_halo": "rgba(255,255,255,0.7)", - "@poi_text": "#666", - "@poi_text_halo": "#ffffff", - "@maki": "#666", - "@point_translate": [0, -30], - "@tunnel_line_dasharray": [{ - "base": 1.5, - "stops": [[12, 6], [20, 9]] - }, { - "base": 1.5, - "stops": [[12, 2], [20, 3]] - }], - "@motorway_width": { - "base": 1.2, - "stops": [[6.5, 0], [7, 0.5], [20, 18]] - }, - "@motorway_casing_width": { - "base": 1.2, - "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] - }, - "@motorway_link_width": { - "base": 1.2, - "stops": [[12.5, 0], [13, 1.5], [20, 10]] - }, - "@motorway_link_casing_width": { - "base": 1.2, - "stops": [[12, 1], [13, 3], [20, 13]] - }, - "@main_width": { - "base": 1.2, - "stops": [[6.5, 0], [7, 0.5], [20, 14]] - }, - "@main_casing_width": { - "base": 1.2, - "stops": [[5, 0.1], [6, 0.2], [7, 1.5], [20, 18]] - }, - "@street_width": { - "base": 1.2, - "stops": [[13.5, 0], [14, 2.5], [20, 11.5]] - }, - "@street_casing_width": { - "base": 1.2, - "stops": [[12, 0.5], [13, 1], [14, 4], [20, 15]] - }, - "@street_casing_opacity": { - "stops": [[12, 0], [12.5, 1]] - }, - "@service_casing_width": { - "base": 1.2, - "stops": [[15, 1], [16, 4], [20, 11]] - }, - "@service_width": { - "base": 1.2, - "stops": [[15.5, 0], [16, 2], [20, 7.5]] - }, - "@path_width": { - "base": 1.2, - "stops": [[15, 1.2], [20, 4]] - }, - "@path_line_dasharray": [{ - "base": 1.2, - "stops": [[15, 2], [20, 4]] - }, { - "base": 1.2, - "stops": [[15, 1], [20, 2]] - }], - "@rail_width": { - "base": 1.4, - "stops": [[14, 0.4], [15, 0.75], [20, 2]] - }, - "@rail_hatch_width": { - "base": 1.4, - "stops": [[14.5, 0], [15, 3], [20, 8]] - }, - "@rail_hatch_line_dasharray": [2, 30], - "@admin_level_3_width": { - "base": 1, - "stops": [[4, 0.4], [5, 1], [12, 3]] - }, - "@admin_level_2_width": { - "base": 1, - "stops": [[4, 1.4], [5, 2], [12, 8]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6-dev", - "maxzoom": 15 - } - }, - "layers": [{ - "id": "background", - "style": { - "background-color": "@land" - }, - "type": "background" - }, { - "id": "landuse_park", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "park" }, - "style": { - "fill-color": "@park" - }, - "type": "fill" - }, { - "id": "landuse_cemetery", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "cemetery" }, - "style": { - "fill-color": "@cemetery" - }, - "type": "fill" - }, { - "id": "landuse_hospital", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "hospital" }, - "style": { - "fill-color": "@hospital" - }, - "type": "fill" - }, { - "id": "landuse_school", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "school" }, - "style": { - "fill-color": "@school" - }, - "type": "fill" - }, { - "id": "landuse_wood", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "wood" }, - "style": { - "fill-color": "@wood", - "fill-opacity": 0.1 - }, - "type": "fill" - }, { - "id": "waterway", - "source": "mapbox", - "source-layer": "waterway", - "filter": { "class": { "!=": ["river", "stream", "canal"] } - }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "@water", - "line-width": { - "base": 1.3, - "stops": [[13, 0.5], [20, 2]] - } - }, - "type": "line" - }, { - "id": "waterway_river", - "source": "mapbox", - "source-layer": "waterway", - "filter": { "class": "river" }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "@water", - "line-width": { - "base": 1.2, - "stops": [[11, 0.5], [20, 6]] - } - }, - "type": "line" - }, { - "id": "waterway_stream_canal", - "source": "mapbox", - "source-layer": "waterway", - "filter": { "class": ["stream", "canal"] }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "@water", - "line-width": { - "base": 1.3, - "stops": [[13, 0.5], [20, 6]] - } - }, - "type": "line" - }, { - "id": "water", - "source": "mapbox", - "source-layer": "water", - "style": { - "fill-color": "@water" - }, - "type": "fill" - }, { - "id": "water_offset", - "source": "mapbox", - "source-layer": "water", - "type": "fill", - "style": { - "fill-color": "white", - "fill-opacity": 0.3, - "fill-translate": [0, 2.5] - } - }, { - "id": "water_pattern", - "ref": "water", - "style": { - "fill-image": "wave", - "fill-translate": [0, 2.5] - } - }, { - "id": "aeroway_fill", - "source": "mapbox", - "source-layer": "aeroway", - "min-zoom": 11, - "filter": { "$type": "Polygon" }, - "style": { - "fill-color": "@aeroway", - "fill-opacity": 0.7 - }, - "type": "fill" - }, { - "id": "aeroway_runway", - "source": "mapbox", - "source-layer": "aeroway", - "min-zoom": 11, - "filter": { "$type": "LineString", "type": "runway" }, - "style": { - "line-color": "@aeroway", - "line-width": { - "base": 1.2, - "stops": [[11, 3], [20, 16]] - } - }, - "type": "line" - }, { - "id": "aeroway_taxiway", - "source": "mapbox", - "source-layer": "aeroway", - "min-zoom": 11, - "filter": { "$type": "LineString", "type": "taxiway" }, - "style": { - "line-color": "@aeroway", - "line-width": { - "base": 1.2, - "stops": [[11, 0.5], [20, 6]] - } - }, - "type": "line" - }, { - "id": "building", - "source": "mapbox", - "source-layer": "building", - "style": { - "fill-color": "@building_color_transition" - }, - "type": "fill" - }, { - "id": "building_top", - "ref": "building", - "style": { - "fill-color": "@building", - "fill-opacity": "@building_opacity", - "fill-translate": [{ - "base": 1, - "stops": [[15, 0], [16, -2]] - }, { - "base": 1, - "stops": [[15, 0], [16, -2]] - }], - "fill-outline-color": "@building_shadow" - } - }, { - "id": "tunnel_motorway_link_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "motorway_link" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_service_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "service" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_street_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": ["street", "street_limited"] }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-dasharray": [7, 2], - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "tunnel_main_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "main" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@main_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_motorway_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "motorway" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@motorway_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_path", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "path" }, - "type": "line", - "style": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "style": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "style": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "style": { - "line-color": "@main_tunnel", - "line-width": "@main_width" - } - }, { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "style": { - "line-color": "@motorway_tunnel", - "line-width": "@motorway_width" - } - }, { - "id": "tunnel_major_rail", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "major_rail" }, - "style": { - "line-color": "@rail", - "line-width": "@rail_width" - }, - "type": "line" - }, { - "id": "tunnel_major_rail_hatching", - "ref": "tunnel_major_rail", - "style": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "id": "road_motorway_link_casing", - "source": "mapbox", - "source-layer": "road", - "min-zoom": 12, - "filter": { "class": "motorway_link" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "road_service_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "service" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "road_street_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["street", "street_limited"], "$type": "LineString" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "road_main_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "main" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@main_casing_width" - }, - "type": "line" - }, { - "id": "road_motorway_casing", - "source": "mapbox", - "source-layer": "road", - "min-zoom": 5, - "filter": { "class": "motorway" }, - "render": { - "line-cap": "round", - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@motorway_casing_width" - }, - "type": "line" - }, { - "id": "road_path", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "path" }, - "style": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "road_service", - "ref": "road_service_casing", - "style": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "road_street", - "ref": "road_street_casing", - "style": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "road_main", - "ref": "road_main_casing", - "style": { - "line-color": "@main", - "line-width": "@main_width" - } - }, { - "id": "road_motorway", - "ref": "road_motorway_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_width" - }, - "type": "line" - }, { - "id": "road_major_rail", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "major_rail" }, - "style": { - "line-color": "@rail", - "line-width": "@rail_width" - }, - "type": "line" - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "style": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "id": "bridge_motorway_link_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "motorway_link" }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "bridge_motorway_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "motorway" }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@motorway_casing_width" - }, - "type": "line" - }, { - "id": "bridge_service_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "service" }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "bridge_street_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": ["street", "street_limited"] }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@street_casing", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "bridge_main_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "main" }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@motorway_casing", - "line-width": "@main_casing_width" - }, - "type": "line" - }, { - "id": "bridge_path", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "path" }, - "style": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "bridge_service", - "ref": "bridge_service_casing", - "style": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "bridge_street", - "ref": "bridge_street_casing", - "style": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "bridge_main", - "ref": "bridge_main_casing", - "style": { - "line-color": "@main", - "line-width": "@main_width" - } - }, { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_width" - } - }, { - "id": "bridge_major_rail", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "major_rail" }, - "style": { - "line-color": "@rail", - "line-width": "@rail_width" - }, - "type": "line" - }, { - "id": "bridge_major_rail_hatching", - "ref": "bridge_major_rail", - "style": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "id": "admin_level_3", - "source": "mapbox", - "source-layer": "admin", - "filter": { "admin_level": { ">=": 3 }, - "maritime": 0 - }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@admin", - "line-dasharray": [10, 3], - "line-width": "@admin_level_3_width" - }, - "type": "line" - }, { - "id": "admin_level_2", - "source": "mapbox", - "source-layer": "admin", - "filter": { "admin_level": 2, "disputed": 0, "maritime": 0 }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "@admin", - "line-width": "@admin_level_2_width" - }, - "type": "line" - }, { - "id": "admin_level_2_disputed", - "source": "mapbox", - "source-layer": "admin", - "filter": { "admin_level": 2, "disputed": 1, "maritime": 0 }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "@admin", - "line-dasharray": [4, 4], - "line-width": "@admin_level_2_width" - }, - "type": "line" - }, { - "id": "admin_level_3_maritime", - "source": "mapbox", - "source-layer": "admin", - "filter": { "admin_level": { ">=": 3 }, - "maritime": 1 - }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "@water", - "line-opacity": "@admin-opacity", - "line-dasharray": [10, 3], - "line-width": "@admin_level_3_width" - }, - "type": "line" - }, { - "id": "admin_level_2_maritime", - "source": "mapbox", - "source-layer": "admin", - "filter": { "admin_level": 2, "maritime": 1 }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "@water", - "line-opacity": "@admin-opacity", - "line-width": "@admin_level_2_width" - }, - "type": "line" - }, { - "id": "country_label_line", - "source": "mapbox", - "source-layer": "country_label_line", - "style": { - "line-color": "@text", - "line-opacity": 0.5 - }, - "type": "line" - }, { - "id": "country_label_1", - "source": "mapbox", - "source-layer": "country_label", - "filter": { "scalerank": 1 }, - "render": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "style": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[2, 13], [4, 17]] - } - }, - "type": "symbol" - }, { - "id": "country_label_2", - "source": "mapbox", - "source-layer": "country_label", - "filter": { "scalerank": 2 }, - "render": { - "text-font": "@sans_bd", - "text-field": "{name_en}", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "style": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 13], [5, 17]] - } - }, - "type": "symbol" - }, { - "id": "country_label_3", - "source": "mapbox", - "source-layer": "country_label", - "filter": { "scalerank": 3 }, - "render": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "style": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[4, 13], [7, 17]] - } - }, - "type": "symbol" - }, { - "id": "country_label_4", - "source": "mapbox", - "source-layer": "country_label", - "filter": { "scalerank": { ">=": 4 } - }, - "render": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 15 - }, - "style": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[5, 13], [6, 15]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_point_1", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "labelrank": 1, "$type": "Point" }, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 22, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "text-line-height": 1.6, - "symbol-placement": "point", - "text-offset": [0, 2.4] - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 18], [4, 22]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_line_1", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "labelrank": 1, "$type": "LineString" }, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 18], [4, 22]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_point_2", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "labelrank": 2, "$type": "Point" }, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 16, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 14], [4, 16]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_line_2", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "labelrank": 2, "$type": "LineString" }, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 16, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 14], [4, 16]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_3", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "labelrank": 3, "$type": "Point" }, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 14]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_line_3", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "labelrank": 3, "$type": "LineString" }, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 14]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_4", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "labelrank": { ">=": 4 }, - "$type": "Point" - }, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 6, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 12]] - } - }, - "type": "symbol" - }, { - "id": "marine_label_line_4", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "labelrank": { ">=": 4 }, - "$type": "LineString" - }, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 12]] - } - }, - "type": "symbol" - }, { - "id": "place_label_city", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "city" }, - "render": { - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 24, - "text-max-width": 8 - }, - "style": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[7, 14], [11, 24]] - } - }, - "type": "symbol" - }, { - "id": "place_label_town", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "town" }, - "render": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 24, - "text-max-width": 8 - }, - "style": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[10, 14], [15, 24]] - } - }, - "type": "symbol" - }, { - "id": "place_label_village", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "village" }, - "render": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 22, - "text-max-width": 8 - }, - "style": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[10, 12], [15, 22]] - } - }, - "type": "symbol" - }, { - "id": "road_label_highway_shields", - "source": "mapbox", - "source-layer": "road_label", - "filter": { "class": "motorway", "reflen": [1, 2, 3, 4, 5, 6] }, - "render": { - "symbol-placement": "line", - "symbol-min-distance": 500, - "icon-image": "motorway_{reflen}", - "icon-max-size": 1, - "text-field": "{ref}", - "text-font": "@sans_bd", - "text-max-size": 11, - "text-rotation-alignment": "viewport", - "icon-rotation-alignment": "viewport" - }, - "style": { - "text-color": "#765", - "text-size": 11 - }, - "type": "symbol" - }, { - "id": "road_label", - "source": "mapbox", - "source-layer": "road_label", - "filter": { "$type": "LineString" }, - "render": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 13, - "symbol-placement": "line" - }, - "style": { - "text-color": "#765", - "text-halo-color": "#fff", - "text-halo-width": 1, - "text-halo-blur": 0.5, - "text-size": { - "stops": [[13, 12], [14, 13]] - } - }, - "type": "symbol" - }, { - "id": "place_label_other", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": ["hamlet", "suburb", "neighbourhood"] }, - "render": { - "text-font": "@sans_bd", - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-field": "@name", - "text-max-size": 14, - "text-max-width": 9 - }, - "style": { - "text-color": "#633", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[12, 10], [15, 14]] - } - }, - "type": "symbol" - }, { - "id": "poi_label_1", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "$type": "Point", "scalerank": 1 }, - "render": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - }, - "min-zoom": 13, - "type": "symbol" - }, { - "id": "poi_label_2", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "$type": "Point", "scalerank": 2 }, - "render": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - }, - "min-zoom": 14, - "type": "symbol" - }, { - "id": "poi_label_3", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "$type": "Point", "scalerank": 3 }, - "render": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - }, - "min-zoom": 15, - "type": "symbol" - }, { - "id": "poi_label_4", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "$type": "Point", "scalerank": 4 }, - "render": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - }, - "min-zoom": 16, - "type": "symbol" - }, { - "id": "poi_label_other", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "$type": "Point", "scalerank": { ">=": 5 } - }, - "render": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - }, - "min-zoom": 17, - "type": "symbol" - }, { - "id": "water_label", - "source": "mapbox", - "source-layer": "water_label", - "filter": { "$type": "Point" }, - "render": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 5 - }, - "style": { - "text-size": 12, - "text-color": "@marine_text", - "text-halo-width": 1.5, - "text-halo-color": "@marine_text_halo" - }, - "type": "symbol" - }] -} diff --git a/styles/bright-v6.json b/styles/bright-v6.json deleted file mode 100644 index c70a0c21..00000000 --- a/styles/bright-v6.json +++ /dev/null @@ -1,1344 +0,0 @@ -{ - "version": 6, - "constants": { - "@name": "{name_en}", - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@sans_it": "Open Sans Italic, Arial Unicode MS Regular", - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@land": "#f8f4f0", - "@water": "#a0c8f0", - "@admin": "#9e9cab", - "@admin-opacity": 0.5, - "@park": "#d8e8c8", - "@cemetery": "#e0e4dd", - "@hospital": "#fde", - "@school": "#f0e8f8", - "@wood": "#6a4", - "@building": "#f2eae2", - "@building_shadow": "#dfdbd7", - "@building_color_transition": { - "base": 1, - "stops": [[15.5, "#f2eae2"], [16, "#dfdbd7"]] - }, - "@building_opacity": { - "base": 1, - "stops": [[15, 0], [16, 1]] - }, - "@aeroway": "#f0ede9", - "@motorway": "#fc8", - "@motorway_casing": "#e9ac77", - "@motorway_tunnel": "#ffdaa6", - "@main": "#fea", - "@main_tunnel": "#fff4c6", - "@street": "#fff", - "@street_limited": "#f3f3f3", - "@street_casing": "#cfcdca", - "@path": "#cba", - "@rail": "#bbb", - "@text": "#334", - "@text_halo": "rgba(255,255,255,0.8)", - "@marine_text": "#74aee9", - "@marine_text_halo": "rgba(255,255,255,0.7)", - "@poi_text": "#666", - "@poi_text_halo": "#ffffff", - "@maki": "#666", - "@point_translate": [0, -30], - "@tunnel_line_dasharray": [{ - "base": 1.5, - "stops": [[12, 6], [20, 9]] - }, { - "base": 1.5, - "stops": [[12, 2], [20, 3]] - }], - "@motorway_width": { - "base": 1.2, - "stops": [[6.5, 0], [7, 0.5], [20, 18]] - }, - "@motorway_casing_width": { - "base": 1.2, - "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] - }, - "@motorway_link_width": { - "base": 1.2, - "stops": [[12.5, 0], [13, 1.5], [20, 10]] - }, - "@motorway_link_casing_width": { - "base": 1.2, - "stops": [[12, 1], [13, 3], [20, 13]] - }, - "@main_width": { - "base": 1.2, - "stops": [[6.5, 0], [7, 0.5], [20, 14]] - }, - "@main_casing_width": { - "base": 1.2, - "stops": [[5, 0.1], [6, 0.2], [7, 1.5], [20, 18]] - }, - "@street_width": { - "base": 1.2, - "stops": [[13.5, 0], [14, 2.5], [20, 11.5]] - }, - "@street_casing_width": { - "base": 1.2, - "stops": [[12, 0.5], [13, 1], [14, 4], [20, 15]] - }, - "@street_casing_opacity": { - "stops": [[12, 0], [12.5, 1]] - }, - "@service_casing_width": { - "base": 1.2, - "stops": [[15, 1], [16, 4], [20, 11]] - }, - "@service_width": { - "base": 1.2, - "stops": [[15.5, 0], [16, 2], [20, 7.5]] - }, - "@path_width": { - "base": 1.2, - "stops": [[15, 1.2], [20, 4]] - }, - "@path_line_dasharray": [{ - "base": 1.2, - "stops": [[15, 2], [20, 4]] - }, { - "base": 1.2, - "stops": [[15, 1], [20, 2]] - }], - "@rail_width": { - "base": 1.4, - "stops": [[14, 0.4], [15, 0.75], [20, 2]] - }, - "@rail_hatch_width": { - "base": 1.4, - "stops": [[14.5, 0], [15, 3], [20, 8]] - }, - "@rail_hatch_line_dasharray": [2, 30], - "@admin_level_3_width": { - "base": 1, - "stops": [[4, 0.4], [5, 1], [12, 3]] - }, - "@admin_level_2_width": { - "base": 1, - "stops": [[4, 1.4], [5, 2], [12, 8]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6-dev" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/bright", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [{ - "id": "background", - "type": "background", - "paint": { - "background-color": "@land" - } - }, { - "id": "landuse_park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "park"], - "paint": { - "fill-color": "@park" - } - }, { - "id": "landuse_cemetery", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "cemetery"], - "paint": { - "fill-color": "@cemetery" - } - }, { - "id": "landuse_hospital", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "hospital"], - "paint": { - "fill-color": "@hospital" - } - }, { - "id": "landuse_school", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "school"], - "paint": { - "fill-color": "@school" - } - }, { - "id": "landuse_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "wood"], - "paint": { - "fill-color": "@wood", - "fill-opacity": 0.1 - } - }, { - "id": "waterway", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["all", ["!=", "class", "river"], ["!=", "class", "stream"], ["!=", "class", "canal"]], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.3, - "stops": [[13, 0.5], [20, 2]] - } - } - }, { - "id": "waterway_river", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["==", "class", "river"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.2, - "stops": [[11, 0.5], [20, 6]] - } - } - }, { - "id": "waterway_stream_canal", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["in", "class", "stream", "canal"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.3, - "stops": [[13, 0.5], [20, 6]] - } - } - }, { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "@water" - } - }, { - "id": "water_offset", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "white", - "fill-opacity": 0.3, - "fill-translate": [0, 2.5] - } - }, { - "id": "water_pattern", - "ref": "water", - "paint": { - "fill-image": "wave", - "fill-translate": [0, 2.5] - } - }, { - "id": "aeroway_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "aeroway", - "minzoom": 11, - "filter": ["==", "$type", "Polygon"], - "paint": { - "fill-color": "@aeroway", - "fill-opacity": 0.7 - } - }, { - "id": "aeroway_runway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "minzoom": 11, - "filter": ["all", ["==", "$type", "LineString"], ["==", "type", "runway"]], - "paint": { - "line-color": "@aeroway", - "line-width": { - "base": 1.2, - "stops": [[11, 3], [20, 16]] - } - } - }, { - "id": "aeroway_taxiway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "minzoom": 11, - "filter": ["all", ["==", "$type", "LineString"], ["==", "type", "taxiway"]], - "paint": { - "line-color": "@aeroway", - "line-width": { - "base": 1.2, - "stops": [[11, 0.5], [20, 6]] - } - } - }, { - "id": "building", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "@building_color_transition" - } - }, { - "id": "building_top", - "ref": "building", - "paint": { - "fill-color": "@building", - "fill-opacity": "@building_opacity", - "fill-translate": [{ - "base": 1, - "stops": [[15, 0], [16, -2]] - }, { - "base": 1, - "stops": [[15, 0], [16, -2]] - }], - "fill-outline-color": "@building_shadow" - } - }, { - "id": "tunnel_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "motorway_link"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@motorway_link_casing_width" - } - }, { - "id": "tunnel_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "service"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@service_casing_width" - } - }, { - "id": "tunnel_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["in", "class", "street", "street_limited"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-dasharray": [7, 2], - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - } - }, { - "id": "tunnel_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "main"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@main_casing_width" - } - }, { - "id": "tunnel_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "motorway"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@motorway_casing_width" - } - }, { - "id": "tunnel_path", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "paint": { - "line-color": "@main_tunnel", - "line-width": "@main_width" - } - }, { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "paint": { - "line-color": "@motorway_tunnel", - "line-width": "@motorway_width" - } - }, { - "id": "tunnel_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "@rail", - "line-width": "@rail_width" - } - }, { - "id": "tunnel_major_rail_hatching", - "ref": "tunnel_major_rail", - "paint": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "id": "road_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 12, - "filter": ["==", "class", "motorway_link"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_link_casing_width" - } - }, { - "id": "road_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "service"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-width": "@service_casing_width" - } - }, { - "id": "road_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - } - }, { - "id": "road_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "main"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@main_casing_width" - } - }, { - "id": "road_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 5, - "filter": ["==", "class", "motorway"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_casing_width" - } - }, { - "id": "road_path", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "road_service", - "ref": "road_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "road_street", - "ref": "road_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "road_main", - "ref": "road_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width" - } - }, { - "id": "road_motorway", - "ref": "road_motorway_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width" - } - }, { - "id": "road_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "@rail", - "line-width": "@rail_width" - } - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "paint": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "id": "bridge_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "motorway_link"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_link_casing_width" - } - }, { - "id": "bridge_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "motorway"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_casing_width" - } - }, { - "id": "bridge_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "service"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-width": "@service_casing_width" - } - }, { - "id": "bridge_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["in", "class", "street", "street_limited"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - } - }, { - "id": "bridge_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "main"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@main_casing_width" - } - }, { - "id": "bridge_path", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "bridge_service", - "ref": "bridge_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "bridge_street", - "ref": "bridge_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "bridge_main", - "ref": "bridge_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width" - } - }, { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width" - } - }, { - "id": "bridge_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "@rail", - "line-width": "@rail_width" - } - }, { - "id": "bridge_major_rail_hatching", - "ref": "bridge_major_rail", - "paint": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "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": "@admin", - "line-dasharray": [10, 3], - "line-width": "@admin_level_3_width" - } - }, { - "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": "@admin", - "line-width": "@admin_level_2_width" - } - }, { - "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": "@admin", - "line-dasharray": [4, 4], - "line-width": "@admin_level_2_width" - } - }, { - "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": "@water", - "line-opacity": "@admin-opacity", - "line-dasharray": [10, 3], - "line-width": "@admin_level_3_width" - } - }, { - "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": "@water", - "line-opacity": "@admin-opacity", - "line-width": "@admin_level_2_width" - } - }, { - "id": "country_label_line", - "type": "line", - "source": "mapbox", - "source-layer": "country_label_line", - "paint": { - "line-color": "@text", - "line-opacity": 0.5 - } - }, { - "id": "country_label_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": ["==", "scalerank", 1], - "layout": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[2, 13], [4, 17]] - } - } - }, { - "id": "country_label_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": ["==", "scalerank", 2], - "layout": { - "text-font": "@sans_bd", - "text-field": "{name_en}", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 13], [5, 17]] - } - } - }, { - "id": "country_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": ["==", "scalerank", 3], - "layout": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[4, 13], [7, 17]] - } - } - }, { - "id": "country_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": [">=", "scalerank", 4], - "layout": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 15 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[5, 13], [6, 15]] - } - } - }, { - "id": "marine_label_point_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 1], ["==", "$type", "Point"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 22, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "text-line-height": 1.6, - "symbol-placement": "point", - "text-offset": [0, 2.4] - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 18], [4, 22]] - } - } - }, { - "id": "marine_label_line_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 1], ["==", "$type", "LineString"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 18], [4, 22]] - } - } - }, { - "id": "marine_label_point_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 2], ["==", "$type", "Point"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 16, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 14], [4, 16]] - } - } - }, { - "id": "marine_label_line_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 2], ["==", "$type", "LineString"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 16, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 14], [4, 16]] - } - } - }, { - "id": "marine_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 3], ["==", "$type", "Point"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 14]] - } - } - }, { - "id": "marine_label_line_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 3], ["==", "$type", "LineString"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 14]] - } - } - }, { - "id": "marine_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", [">=", "labelrank", 4], ["==", "$type", "Point"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 6, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 12]] - } - } - }, { - "id": "marine_label_line_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", [">=", "labelrank", 4], ["==", "$type", "LineString"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 12]] - } - } - }, { - "id": "place_label_city", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["==", "type", "city"], - "layout": { - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 24, - "text-max-width": 8 - }, - "paint": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[7, 14], [11, 24]] - } - } - }, { - "id": "place_label_town", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["==", "type", "town"], - "layout": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 24, - "text-max-width": 8 - }, - "paint": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[10, 14], [15, 24]] - } - } - }, { - "id": "place_label_village", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["==", "type", "village"], - "layout": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 22, - "text-max-width": 8 - }, - "paint": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[10, 12], [15, 22]] - } - } - }, { - "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", - "symbol-min-distance": 500, - "icon-image": "motorway_{reflen}", - "icon-max-size": 1, - "text-field": "{ref}", - "text-font": "@sans_bd", - "text-max-size": 11, - "text-rotation-alignment": "viewport", - "icon-rotation-alignment": "viewport" - }, - "paint": { - "text-color": "#765", - "text-size": 11 - } - }, { - "id": "road_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["==", "$type", "LineString"], - "layout": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 13, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#765", - "text-halo-color": "#fff", - "text-halo-width": 1, - "text-halo-blur": 0.5, - "text-size": { - "stops": [[13, 12], [14, 13]] - } - } - }, { - "id": "place_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["in", "type", "hamlet", "suburb", "neighbourhood"], - "layout": { - "text-font": "@sans_bd", - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-field": "@name", - "text-max-size": 14, - "text-max-width": 9 - }, - "paint": { - "text-color": "#633", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[12, 10], [15, 14]] - } - } - }, { - "id": "poi_label_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 13, - "filter": ["all", ["==", "$type", "Point"], ["==", "scalerank", 1]], - "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - } - }, { - "id": "poi_label_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 14, - "filter": ["all", ["==", "$type", "Point"], ["==", "scalerank", 2]], - "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - } - }, { - "id": "poi_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 15, - "filter": ["all", ["==", "$type", "Point"], ["==", "scalerank", 3]], - "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - } - }, { - "id": "poi_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 16, - "filter": ["all", ["==", "$type", "Point"], ["==", "scalerank", 4]], - "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - } - }, { - "id": "poi_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 17, - "filter": ["all", ["==", "$type", "Point"], [">=", "scalerank", 5]], - "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - } - }, { - "id": "water_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "water_label", - "filter": ["==", "$type", "Point"], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 5 - }, - "paint": { - "text-size": 12, - "text-color": "@marine_text", - "text-halo-width": 1.5, - "text-halo-color": "@marine_text_halo" - } - }] -} diff --git a/styles/bright-v7.json b/styles/bright-v7.json deleted file mode 100644 index a8e86975..00000000 --- a/styles/bright-v7.json +++ /dev/null @@ -1,1318 +0,0 @@ -{ - "version": 7, - "name": "Bright", - "constants": { - "@name": "{name_en}", - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@sans_it": "Open Sans Italic, Arial Unicode MS Regular", - "@sans_md": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@land": "#f8f4f0", - "@water": "#a0c8f0", - "@admin": "#9e9cab", - "@admin-opacity": 0.5, - "@park": "#d8e8c8", - "@cemetery": "#e0e4dd", - "@hospital": "#fde", - "@school": "#f0e8f8", - "@wood": "#6a4", - "@building": "#f2eae2", - "@building_shadow": "#dfdbd7", - "@building_color_transition": { - "base": 1, - "stops": [[15.5, "#f2eae2"], [16, "#dfdbd7"]] - }, - "@building_opacity": { - "base": 1, - "stops": [[15, 0], [16, 1]] - }, - "@aeroway": "#f0ede9", - "@motorway": "#fc8", - "@motorway_casing": "#e9ac77", - "@motorway_tunnel": "#ffdaa6", - "@main": "#fea", - "@main_tunnel": "#fff4c6", - "@street": "#fff", - "@street_limited": "#f3f3f3", - "@street_casing": "#cfcdca", - "@path": "#cba", - "@rail": "#bbb", - "@text": "#334", - "@text_halo": "rgba(255,255,255,0.8)", - "@marine_text": "#74aee9", - "@marine_text_halo": "rgba(255,255,255,0.7)", - "@poi_text": "#666", - "@poi_text_halo": "#ffffff", - "@maki": "#666", - "@point_translate": [0, -30], - "@tunnel_line_dasharray": [0.5, 0.25], - "@motorway_width": { - "base": 1.2, - "stops": [[6.5, 0], [7, 0.5], [20, 18]] - }, - "@motorway_casing_width": { - "base": 1.2, - "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] - }, - "@motorway_link_width": { - "base": 1.2, - "stops": [[12.5, 0], [13, 1.5], [20, 10]] - }, - "@motorway_link_casing_width": { - "base": 1.2, - "stops": [[12, 1], [13, 3], [20, 13]] - }, - "@main_width": { - "base": 1.2, - "stops": [[6.5, 0], [7, 0.5], [20, 14]] - }, - "@main_casing_width": { - "base": 1.2, - "stops": [[5, 0.1], [6, 0.2], [7, 1.5], [20, 18]] - }, - "@street_width": { - "base": 1.2, - "stops": [[13.5, 0], [14, 2.5], [20, 11.5]] - }, - "@street_casing_width": { - "base": 1.2, - "stops": [[12, 0.5], [13, 1], [14, 4], [20, 15]] - }, - "@street_casing_opacity": { - "stops": [[12, 0], [12.5, 1]] - }, - "@service_casing_width": { - "base": 1.2, - "stops": [[15, 1], [16, 4], [20, 11]] - }, - "@service_width": { - "base": 1.2, - "stops": [[15.5, 0], [16, 2], [20, 7.5]] - }, - "@path_width": { - "base": 1.2, - "stops": [[15, 1.2], [20, 4]] - }, - "@path_line_dasharray": [1.5, 0.75], - "@rail_width": { - "base": 1.4, - "stops": [[14, 0.4], [15, 0.75], [20, 2]] - }, - "@rail_hatch_width": { - "base": 1.4, - "stops": [[14.5, 0], [15, 3], [20, 8]] - }, - "@rail_hatch_line_dasharray": [0.2, 8], - "@admin_level_3_width": { - "base": 1, - "stops": [[4, 0.4], [5, 1], [12, 3]] - }, - "@admin_level_2_width": { - "base": 1, - "stops": [[4, 1.4], [5, 2], [12, 8]] - }, - "@admin_level_3_dasharray": [3, 1, 1, 1] - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/bright", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [{ - "id": "background", - "type": "background", - "paint": { - "background-color": "@land" - } - }, { - "id": "landuse_park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "park"], - "paint": { - "fill-color": "@park" - } - }, { - "id": "landuse_cemetery", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "cemetery"], - "paint": { - "fill-color": "@cemetery" - } - }, { - "id": "landuse_hospital", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "hospital"], - "paint": { - "fill-color": "@hospital" - } - }, { - "id": "landuse_school", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "school"], - "paint": { - "fill-color": "@school" - } - }, { - "id": "landuse_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "wood"], - "paint": { - "fill-color": "@wood", - "fill-opacity": 0.1 - } - }, { - "id": "waterway", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["all", ["!=", "class", "river"], ["!=", "class", "stream"], ["!=", "class", "canal"]], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.3, - "stops": [[13, 0.5], [20, 2]] - } - } - }, { - "id": "waterway_river", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["==", "class", "river"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.2, - "stops": [[11, 0.5], [20, 6]] - } - } - }, { - "id": "waterway_stream_canal", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["in", "class", "stream", "canal"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.3, - "stops": [[13, 0.5], [20, 6]] - } - } - }, { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "@water" - } - }, { - "id": "water_offset", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "white", - "fill-opacity": 0.3, - "fill-translate": [0, 2.5] - } - }, { - "id": "water_pattern", - "ref": "water", - "paint": { - "fill-image": "wave", - "fill-translate": [0, 2.5] - } - }, { - "id": "aeroway_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "aeroway", - "minzoom": 11, - "filter": ["==", "$type", "Polygon"], - "paint": { - "fill-color": "@aeroway", - "fill-opacity": 0.7 - } - }, { - "id": "aeroway_runway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "minzoom": 11, - "filter": ["all", ["==", "$type", "LineString"], ["==", "type", "runway"]], - "paint": { - "line-color": "@aeroway", - "line-width": { - "base": 1.2, - "stops": [[11, 3], [20, 16]] - } - } - }, { - "id": "aeroway_taxiway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "minzoom": 11, - "filter": ["all", ["==", "$type", "LineString"], ["==", "type", "taxiway"]], - "paint": { - "line-color": "@aeroway", - "line-width": { - "base": 1.2, - "stops": [[11, 0.5], [20, 6]] - } - } - }, { - "id": "building", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "@building_color_transition" - } - }, { - "id": "building_top", - "ref": "building", - "paint": { - "fill-color": "@building", - "fill-opacity": "@building_opacity", - "fill-translate": { - "stops": [[15, [0, 0]], [16, [-2, -2]]], - "base": 1 - }, - "fill-outline-color": "@building_shadow" - } - }, { - "id": "tunnel_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "motorway_link"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@motorway_link_casing_width" - } - }, { - "id": "tunnel_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "service"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@service_casing_width" - } - }, { - "id": "tunnel_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["in", "class", "street", "street_limited"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - } - }, { - "id": "tunnel_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "main"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@main_casing_width" - } - }, { - "id": "tunnel_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "motorway"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-dasharray": "@tunnel_line_dasharray", - "line-width": "@motorway_casing_width" - } - }, { - "id": "tunnel_path", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "paint": { - "line-color": "@main_tunnel", - "line-width": "@main_width" - } - }, { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "paint": { - "line-color": "@motorway_tunnel", - "line-width": "@motorway_width" - } - }, { - "id": "tunnel_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "@rail", - "line-width": "@rail_width" - } - }, { - "id": "tunnel_major_rail_hatching", - "ref": "tunnel_major_rail", - "paint": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "id": "road_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 12, - "filter": ["==", "class", "motorway_link"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_link_casing_width" - } - }, { - "id": "road_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "service"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-width": "@service_casing_width" - } - }, { - "id": "road_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - } - }, { - "id": "road_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "main"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@main_casing_width" - } - }, { - "id": "road_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 5, - "filter": ["==", "class", "motorway"], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_casing_width" - } - }, { - "id": "road_path", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "road_service", - "ref": "road_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "road_street", - "ref": "road_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "road_main", - "ref": "road_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width" - } - }, { - "id": "road_motorway", - "ref": "road_motorway_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width" - } - }, { - "id": "road_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "@rail", - "line-width": "@rail_width" - } - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "paint": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "id": "bridge_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "motorway_link"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_link_casing_width" - } - }, { - "id": "bridge_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "motorway"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@motorway_casing_width" - } - }, { - "id": "bridge_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "service"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-width": "@service_casing_width" - } - }, { - "id": "bridge_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["in", "class", "street", "street_limited"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@street_casing", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - } - }, { - "id": "bridge_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "main"], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "@motorway_casing", - "line-width": "@main_casing_width" - } - }, { - "id": "bridge_path", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "@path", - "line-dasharray": "@path_line_dasharray", - "line-width": "@path_width" - } - }, { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - } - }, { - "id": "bridge_service", - "ref": "bridge_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - } - }, { - "id": "bridge_street", - "ref": "bridge_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - } - }, { - "id": "bridge_main", - "ref": "bridge_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width" - } - }, { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width" - } - }, { - "id": "bridge_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "@rail", - "line-width": "@rail_width" - } - }, { - "id": "bridge_major_rail_hatching", - "ref": "bridge_major_rail", - "paint": { - "line-color": "@rail", - "line-dasharray": "@rail_hatch_line_dasharray", - "line-width": "@rail_hatch_width" - } - }, { - "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": "@admin", - "line-dasharray": "@admin_level_3_dasharray", - "line-width": "@admin_level_3_width" - } - }, { - "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": "@admin", - "line-width": "@admin_level_2_width" - } - }, { - "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": "@admin", - "line-dasharray": [2, 2], - "line-width": "@admin_level_2_width" - } - }, { - "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": "@water", - "line-opacity": "@admin-opacity", - "line-dasharray": "@admin_level_3_dasharray", - "line-width": "@admin_level_3_width" - } - }, { - "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": "@water", - "line-opacity": "@admin-opacity", - "line-width": "@admin_level_2_width" - } - }, { - "id": "country_label_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": ["==", "scalerank", 1], - "layout": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[2, 13], [4, 17]] - } - } - }, { - "id": "country_label_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": ["==", "scalerank", 2], - "layout": { - "text-font": "@sans_bd", - "text-field": "{name_en}", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[3, 13], [5, 17]] - } - } - }, { - "id": "country_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": ["==", "scalerank", 3], - "layout": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 17 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[4, 13], [7, 17]] - } - } - }, { - "id": "country_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": [">=", "scalerank", 4], - "layout": { - "text-font": "@sans_bd", - "text-field": "@name", - "text-max-width": 6.25, - "text-transform": "uppercase", - "text-max-size": 15 - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@text_halo", - "text-halo-width": 2, - "text-halo-blur": 1, - "text-size": { - "stops": [[5, 13], [6, 15]] - } - } - }, { - "id": "marine_label_point_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 1], ["==", "$type", "Point"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 22, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "text-line-height": 1.6, - "symbol-placement": "point", - "text-offset": [0, 2.4] - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 18], [4, 22]] - } - } - }, { - "id": "marine_label_line_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 1], ["==", "$type", "LineString"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 18], [4, 22]] - } - } - }, { - "id": "marine_label_point_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 2], ["==", "$type", "Point"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 16, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 14], [4, 16]] - } - } - }, { - "id": "marine_label_line_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 2], ["==", "$type", "LineString"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 16, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 14], [4, 16]] - } - } - }, { - "id": "marine_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 3], ["==", "$type", "Point"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-max-width": 5, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 14]] - } - } - }, { - "id": "marine_label_line_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "labelrank", 3], ["==", "$type", "LineString"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 14, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 14]] - } - } - }, { - "id": "marine_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", [">=", "labelrank", 4], ["==", "$type", "Point"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 6, - "text-letter-spacing": 0.2, - "symbol-placement": "point" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 12]] - } - } - }, { - "id": "marine_label_line_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", [">=", "labelrank", 4], ["==", "$type", "LineString"]], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-letter-spacing": 0.2, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@marine_text_halo", - "text-halo-width": 0.75, - "text-halo-blur": 0.75, - "text-size": { - "stops": [[3, 11], [4, 12]] - } - } - }, { - "id": "place_label_city", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["==", "type", "city"], - "layout": { - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 24, - "text-max-width": 8 - }, - "paint": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[7, 14], [11, 24]] - } - } - }, { - "id": "place_label_town", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["==", "type", "town"], - "layout": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 24, - "text-max-width": 8 - }, - "paint": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[10, 14], [15, 24]] - } - } - }, { - "id": "place_label_village", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["==", "type", "village"], - "layout": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 22, - "text-max-width": 8 - }, - "paint": { - "text-color": "#333", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[10, 12], [15, 22]] - } - } - }, { - "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", - "symbol-min-distance": 500, - "icon-image": "motorway_{reflen}", - "icon-max-size": 1, - "text-field": "{ref}", - "text-font": "@sans_bd", - "text-max-size": 11, - "text-rotation-alignment": "viewport", - "icon-rotation-alignment": "viewport" - }, - "paint": { - "text-color": "#765", - "text-size": 11 - } - }, { - "id": "road_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["==", "$type", "LineString"], - "layout": { - "text-font": "@sans", - "text-field": "@name", - "text-max-size": 13, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#765", - "text-halo-color": "#fff", - "text-halo-width": 1, - "text-halo-blur": 0.5, - "text-size": { - "stops": [[13, 12], [14, 13]] - } - } - }, { - "id": "place_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["in", "type", "hamlet", "suburb", "neighbourhood"], - "layout": { - "text-font": "@sans_bd", - "text-transform": "uppercase", - "text-letter-spacing": 0.1, - "text-field": "@name", - "text-max-size": 14, - "text-max-width": 9 - }, - "paint": { - "text-color": "#633", - "text-halo-color": "@text_halo", - "text-halo-width": 1.2, - "text-size": { - "base": 1.2, - "stops": [[12, 10], [15, 14]] - } - } - }, { - "id": "poi_label_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 13, - "filter": ["all", ["==", "$type", "Point"], ["==", "scalerank", 1]], - "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - } - }, { - "id": "poi_label_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 14, - "filter": ["all", ["==", "$type", "Point"], ["==", "scalerank", 2]], - "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - } - }, { - "id": "poi_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 15, - "filter": ["all", ["==", "$type", "Point"], ["==", "scalerank", 3]], - "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - } - }, { - "id": "poi_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 16, - "filter": ["all", ["==", "$type", "Point"], ["==", "scalerank", 4]], - "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - } - }, { - "id": "poi_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 17, - "filter": ["all", ["==", "$type", "Point"], [">=", "scalerank", 5]], - "layout": { - "icon-image": "{maki}-12", - "text-font": "@sans_md", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 9, - "text-padding": 2, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "@poi_text", - "text-size": 12, - "text-halo-color": "@poi_text_halo", - "text-halo-width": 1, - "text-halo-blur": 0.5 - } - }, { - "id": "water_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "water_label", - "filter": ["==", "$type", "Point"], - "layout": { - "text-font": "@sans_it", - "text-field": "@name", - "text-max-size": 12, - "text-max-width": 5 - }, - "paint": { - "text-size": 12, - "text-color": "@marine_text", - "text-halo-width": 1.5, - "text-halo-color": "@marine_text_halo" - } - }] -} diff --git a/styles/empty-v5.json b/styles/empty-v5.json deleted file mode 100644 index 9cb956bb..00000000 --- a/styles/empty-v5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 5, - "sources": {}, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/sprite", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "constants": {}, - "layers": [] -} diff --git a/styles/empty-v6.json b/styles/empty-v6.json deleted file mode 100644 index b2c2b80e..00000000 --- a/styles/empty-v6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 6, - "constants": {}, - "sources": {}, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/sprite", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [] -} diff --git a/styles/empty-v7.json b/styles/empty-v7.json deleted file mode 100644 index 9f1e9710..00000000 --- a/styles/empty-v7.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": 7, - "name": "Empty", - "constants": {}, - "sources": {}, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/sprite", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [] -} diff --git a/styles/outdoors-v4.json b/styles/outdoors-v4.json deleted file mode 100644 index 6b4c91f3..00000000 --- a/styles/outdoors-v4.json +++ /dev/null @@ -1,2241 +0,0 @@ -{ - "version": 4, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/outdoors", - "glyphs": "https://mapbox.s3.amazonaws.com/gl-glyphs-256/{fontstack}/{range}.pbf", - "constants": { - "@land": "rgb(244,239,225)", - "@water": "#cdd", - "@water_dark": "#185869", - "@crop": "#eeeed4", - "@grass": "#e6e6cc", - "@scrub": "#dfe5c8", - "@wood": "#cee2bd", - "@snow": "#f4f8ff", - "@rock": "#ddd", - "@sand": "#ffd", - "@cemetery": "#edf4ed", - "@pitch": "#fff", - "@park": "#d4e4bc", - "@piste": "blue", - "@school": "#e8dfe0", - "@hospital": "#f8eee0", - "@builtup": "#f6faff", - "@case": "#fff", - "@motorway": "#cda0a0", - "@main": "#ddc0b9", - "@street": "#fff", - "@text": "#666", - "@text_stroke": "rgba(255,255,255,0.8)", - "@country_text": "#222", - "@marine_text": "#a0bdc0", - "@water_text": "#185869", - "@land_night": "#017293", - "@water_night": "#103", - "@water_dark_night": "#003366", - "@crop_night": "#178d96", - "@grass_night": "#23948a", - "@scrub_night": "#31a186", - "@wood_night": "#45b581", - "@park_night": "#51bd8b", - "@snow_night": "#5ad9fe", - "@rock_night": "#999", - "@sand_night": "#437162", - "@cemetery_night": "#218c96", - "@pitch_night": "rgba(255,255,255,0.2)", - "@school_night": "#01536a", - "@hospital_night": "#015e7a", - "@builtup_night": "#014b60", - "@admin_night": "#ffb680", - "@text_night": "#fff", - "@text_water_night": "#2a5b8a", - "@text_stroke_night": "#103", - "@text2_stroke_night": "rgba(1,69,89,0.8)", - "@case_night": "#015e7a", - "@street_case_night": "#015b76", - "@motorway_night": "#bbdde7", - "@main_night": "#64b2c9", - "@street_night": "#0186ac", - "@contour_night": "#ffff80", - "@river_canal_width": { - "stops": [[10, 0.5], [11, 1], [13, 2], [15, 3]] - }, - "@stream_width": { - "stops": [[12, 0.25], [13, 0.5], [15, 1.5], [17, 2]] - }, - "@motorway_width": { - "stops": [[4, 0], [5, 0.5], [7, 0.8], [9, 1], [10, 1.2], [11, 2], [12, 3], [13, 4], [14, 6], [15, 9], [16, 12], [17, 14]] - }, - "@motorway_casing_width": { - "stops": [[6.5, 0.6], [7, 0.8], [9, 2.8], [10, 3], [11, 4], [12, 5], [13, 6.5], [14, 9], [15, 12], [16, 15], [17, 17]] - }, - "@motorway_link_width": { - "stops": [[11, 1.2], [13, 2], [15, 3], [17, 4]] - }, - "@motorway_link_casing_width": { - "stops": [[11, 2.8], [13, 3.5], [15, 5], [17, 6]] - }, - "@main_width": { - "stops": [[4, 1], [11, 1], [12, 1.5], [13, 2], [14, 3], [15, 6], [16, 10], [17, 12]] - }, - "@main_casing_width": { - "stops": [[8, 2.9], [11, 2.9], [12, 3.5], [13, 4], [14, 5.5], [15, 9], [16, 12], [17, 14]] - }, - "@street_width": { - "stops": [[13.5, 0], [14, 1.5], [15, 3], [16, 8]] - }, - "@street_casing_width": { - "stops": [[12, 0.4], [13, 1], [14, 2.5], [15, 4], [16, 10]] - }, - "@street_casing_opacity": { - "stops": [[13, 0], [13.5, 1]] - }, - "@service_casing_width": { - "stops": [[13, 0.5], [14, 3], [15, 3.5], [16, 4], [17, 5], [18, 6]] - }, - "@runway_width": { - "stops": [[9, 1], [10, 2], [11, 3], [12, 5], [13, 7], [14, 11], [15, 15], [16, 19], [17, 23]] - }, - "@taxiway_width": { - "stops": [[9, 0.2], [11, 0.2], [12, 1], [13, 1.5], [14, 2], [15, 3], [16, 4], [17, 5]] - }, - "@aerialway_width": { - "stops": [[12.5, 0.8], [13, 1.4], [14, 1.6], [15, 2], [16, 2.4], [17, 3]] - }, - "@aerialway_casing_width": { - "stops": [[12.5, 2], [13, 2.5], [14, 3], [15, 3.5], [16, 4], [21, 5]] - }, - "@path_width": { - "stops": [[13, 1.2], [14, 1.5], [15, 1.8]] - }, - "@admin_l2_width": { - "stops": [[1, 0.5], [2, 0.7], [3, 0.7], [4, 0.8], [5, 1], [7, 2], [9, 3]] - }, - "@admin_l3_width": { - "stops": [[5, 0.6], [7, 1], [11, 2]] - }, - "@road_label_1_size": { - "stops": [[12, 11], [13, 12], [14, 13], [15, 14], [16, 16], [17, 18]] - }, - "@road_label_2_size": { - "stops": [[12, 11], [13, 12], [15, 14], [17, 16]] - }, - "@road_label_3_size": { - "stops": [[14, 10], [15, 12], [17, 14]] - }, - "@fence_width": { - "stops": [[16, 0.6], [18, 1]] - }, - "@hedge_width": { - "stops": [[15, 0.6], [16, 1.2], [18, 1.6]] - }, - "@barrier_line_land_width": { - "stops": [[13, 0.4], [14, 0.75], [15, 1.5], [16, 3], [17, 6], [18, 12], [19, 24], [20, 48]] - }, - "@country_label_size": { - "stops": [[0, 14], [11, 24]] - }, - "@poi_label_1-2_size": { - "stops": [[14, 10], [15, 11], [16, 12]] - }, - "@poi_label_3_size": { - "stops": [[15, 10], [16, 11]] - }, - "@hillshade_prerender": { - "stops": [[10, 0], [11, 1]] - }, - "@hillshade_prerender_size": { - "stops": [[10, 1056], [11, 512], [12, 256]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v6-dev", - "maxZoom": 15 - } - }, - "layers": [{ - "id": "background", - "style": { - "background-color": "@land" - }, - "style.night": { - "background-color": "@land_night" - }, - "type": "background" - }, { - "id": "landcover_snow", - "source": "mapbox", - "source-layer": "landcover", - "filter": { "class": "snow" }, - "style": { - "fill-color": "@snow" - }, - "style.night": { - "fill-color": "@snow_night" - }, - "type": "fill" - }, { - "id": "landcover_crop", - "source": "mapbox", - "source-layer": "landcover", - "filter": { "class": "crop" }, - "style": { - "fill-color": "@crop" - }, - "style.night": { - "fill-color": "@crop_night" - }, - "type": "fill" - }, { - "id": "landcover_grass", - "source": "mapbox", - "source-layer": "landcover", - "filter": { "class": "grass" }, - "style": { - "fill-color": "@grass", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "style.night": { - "fill-color": "@grass_night", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "type": "fill" - }, { - "id": "landcover_scrub", - "source": "mapbox", - "source-layer": "landcover", - "filter": { "class": "scrub" }, - "style": { - "fill-color": "@scrub", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "style.night": { - "fill-color": "@scrub_night", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "type": "fill" - }, { - "id": "landcover_wood", - "source": "mapbox", - "source-layer": "landcover", - "filter": { "class": "wood" }, - "style": { - "fill-color": "@wood", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "style.night": { - "fill-color": "@wood_night", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "type": "fill" - }, { - "id": "landuse_wood", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "wood" }, - "style": { - "fill-color": "@wood" - }, - "style.night": { - "fill-color": "@wood_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_school", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "school" }, - "style": { - "fill-color": "@school" - }, - "style.night": { - "fill-color": "@school_night" - }, - "type": "fill" - }, { - "id": "landuse_sand", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "sand" }, - "style": { - "fill-color": "@sand" - }, - "style.night": { - "fill-color": "@sand_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_pitch", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "pitch" }, - "style": { - "fill-color": "rgba(255,255,255,0.5)", - "fill-outline-color": "@pitch" - }, - "style.night": { - "fill-color": "@pitch_night", - "fill-outline-color": "@pitch" - }, - "type": "fill" - }, { - "id": "landuse_park", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "park" }, - "style": { - "fill-color": "@park" - }, - "style.night": { - "fill-color": "@park_night" - }, - "type": "fill" - }, { - "id": "landuse_industrial", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "industrial" }, - "style": { - "fill-color": "rgba(246,250,255,0.5)" - }, - "style.night": { - "fill-color": "@builtup_night" - }, - "type": "fill" - }, { - "id": "landuse_scrub", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "scrub" }, - "style": { - "fill-color": "@scrub" - }, - "style.night": { - "fill-color": "@scrub_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_grass", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "grass" }, - "style": { - "fill-color": "@grass" - }, - "style.night": { - "fill-color": "@grass_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_crop", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "crop" }, - "style": { - "fill-color": "@crop" - }, - "style.night": { - "fill-color": "@crop_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_rock", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "rock" }, - "style": { - "fill-color": "@rock" - }, - "style.night": { - "fill-color": "@rock_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_snow", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "snow" }, - "style": { - "fill-color": "@snow" - }, - "style.night": { - "fill-color": "@snow_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_hospital", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "hospital" }, - "style": { - "fill-color": "@hospital" - }, - "style.night": { - "fill-color": "@hospital_night" - }, - "type": "fill" - }, { - "id": "landuse_cemetery", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "cemetery" }, - "style": { - "fill-color": "@cemetery" - }, - "style.night": { - "fill-color": "@cemetery_night" - }, - "type": "fill" - }, { - "id": "overlay_wetland", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": { "class": ["wetland", "wetland_noveg"] }, - "style": { - "fill-color": "rgba(210,225,225,0.2)", - "fill-image": "wetland_noveg_64" - }, - "style.night": { - "fill-color": "rgba(210,225,225,0.2)", - "fill-image": "wetland_noveg_64" - }, - "type": "fill" - }, { - "id": "overlay_breakwater_pier", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": { "class": ["breakwater", "pier"] }, - "style": { - "fill-color": "@land" - }, - "style.night": { - "fill-color": "@land_night" - }, - "type": "fill" - }, { - "id": "waterway_river_canal", - "source": "mapbox", - "source-layer": "waterway", - "filter": { "type": ["river", "canal"] }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "#87abaf", - "line-width": "@river_canal_width" - }, - "style.night": { - "line-color": "rgb(10,20,71)", - "line-width": "@river_canal_width" - }, - "type": "line" - }, { - "id": "waterway_stream", - "source": "mapbox", - "source-layer": "waterway", - "filter": { "type": "stream" }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "#87abaf", - "line-width": "@stream_width" - }, - "style.night": { - "line-color": "rgb(10,20,71)", - "line-width": "@stream_width" - }, - "type": "line" - }, { - "id": "building_shadow", - "source": "mapbox", - "source-layer": "building", - "style": { - "fill-color": "#d5d1c6", - "fill-translate": [1, 1], - "fill-opacity": { - "stops": [[15.5, 0], [16, 1]] - }, - "fill-outline-color": "#d5d1c6" - }, - "style.night": { - "fill-color": "#026688", - "fill-translate": [1, 1], - "fill-opacity": { - "stops": [[15.5, 0], [16, 1]] - }, - "fill-outline-color": "#026688" - }, - "type": "fill" - }, { - "id": "building", - "ref": "building_shadow", - "style": { - "fill-color": "#ebe7db" - }, - "style.night": { - "fill-color": "#027797" - } - }, { - "id": "building_wall", - "ref": "building_shadow", - "style": { - "fill-color": "#ebe7db", - "fill-opacity": { - "stops": [[15.5, 0], [16, 0.7]] - }, - "fill-outline-color": "#d5d1c6" - }, - "style.night": { - "fill-color": "#027797", - "fill-opacity": { - "stops": [[15.5, 0], [16, 0.7]] - }, - "fill-outline-color": "#026688" - } - }, { - "id": "hillshade_raster", - "source": "mapbox", - "type": "raster", - "render": { - "raster-size": 512, - "raster-blur": 0.1 - }, - "layers": [{ - "id": "hillshade_full_highlight", - "source": "mapbox", - "source-layer": "hillshade", - "filter": { "class": "full_highlight" }, - "style": { - "fill-color": "#fffff3", - "fill-antialias": false, - "fill-opacity": { - "stops": [[14, 0.3], [15, 0.3], [16, 0.2], [17, 0.2], [18, 0.1]] - } - }, - "style.night": { - "fill-color": "#fdfdad", - "fill-antialias": false, - "fill-opacity": { - "stops": [[13, 0.4], [14, 0.3], [16, 0.2], [17, 0.1], [18, 0.05]] - } - }, - "type": "fill" - }, { - "id": "hillshade_medium_highlight", - "source": "mapbox", - "source-layer": "hillshade", - "filter": { "class": "medium_highlight" }, - "style": { - "fill-color": "#ffd", - "fill-antialias": false, - "fill-opacity": { - "stops": [[14, 0.3], [15, 0.3], [16, 0.2], [17, 0.2], [18, 0.1]] - } - }, - "style.night": { - "fill-color": "#ffe1b7", - "fill-antialias": false, - "fill-opacity": { - "stops": [[14, 0.3], [16, 0.2], [17, 0.15], [18, 0.05]] - } - }, - "type": "fill" - }, { - "id": "hillshade_medium_shadow", - "source": "mapbox", - "source-layer": "hillshade", - "filter": { "class": "medium_shadow" }, - "style": { - "fill-color": "#206", - "fill-antialias": false, - "fill-opacity": { - "stops": [[14, 0.08], [15, 0.075], [16, 0.05], [17, 0.05], [18, 0.025]] - } - }, - "style.night": { - "fill-color": "#206", - "fill-antialias": false, - "fill-opacity": { - "stops": [[15, 0.3], [16, 0.2], [17, 0.1], [18, 0.05]] - } - }, - "type": "fill" - }, { - "id": "hillshade_full_shadow", - "source": "mapbox", - "source-layer": "hillshade", - "filter": { "class": "full_shadow" }, - "style": { - "fill-color": "#103", - "fill-antialias": false, - "fill-opacity": { - "stops": [[14, 0.08], [15, 0.075], [16, 0.05], [17, 0.05], [18, 0.025]] - } - }, - "style.night": { - "fill-color": "#103", - "fill-antialias": false, - "fill-opacity": { - "stops": [[15, 0.3], [16, 0.2], [17, 0.1], [18, 0.05]] - } - }, - "type": "fill" - }] - }, { - "id": "contour_line_loud", - "source": "mapbox", - "source-layer": "contour", - "filter": { "index": 5 }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "#008", - "line-width": 0.9, - "line-opacity": { - "stops": [[11, 0.05], [12, 0.11]] - } - }, - "style.night": { - "line-color": "@contour_night", - "line-width": 0.9, - "line-opacity": { - "stops": [[11, 0.1], [12, 0.2]] - } - }, - "type": "line" - }, { - "id": "contour_line_regular", - "source": "mapbox", - "source-layer": "contour", - "render": { - "line-join": "round" - }, - "style": { - "line-color": "#008", - "line-width": 0.5, - "line-opacity": { - "stops": [[11, 0.05], [12, 0.11]] - } - }, - "style.night": { - "line-color": "@contour_night", - "line-width": 0.5, - "line-opacity": { - "stops": [[11, 0.1], [12, 0.4]] - } - }, - "type": "line" - }, { - "id": "barrier_line_gate", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "gate" }, - "style": { - "line-width": 2.5, - "line-color": "#aab" - }, - "style.night": { - "line-width": 2.5, - "line-color": "#59596f" - }, - "type": "line" - }, { - "id": "barrier_line_fence", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "fence" }, - "style": { - "line-color": "#aeada3", - "line-width": "@fence_width" - }, - "style.night": { - "line-color": "#014b61", - "line-width": "@fence_width" - }, - "type": "line" - }, { - "id": "barrier_line_hedge", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "hedge" }, - "style": { - "line-color": "#8de99b", - "line-width": "@hedge_width" - }, - "style.night": { - "line-color": "#2e7a57", - "line-width": "@hedge_width" - }, - "type": "line" - }, { - "id": "barrier_line_land", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "land" }, - "style": { - "line-color": "@land", - "line-width": "@barrier_line_land_width" - }, - "style.night": { - "line-color": "@land_night", - "line-width": "@barrier_line_land_width" - }, - "type": "line" - }, { - "id": "barrier_line_land_fill", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "land" }, - "style": { - "fill-color": "@land" - }, - "style.night": { - "fill-color": "@land_night" - }, - "type": "fill" - }, { - "id": "barrier_line_cliff", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "cliff" }, - "style": { - "line-color": "#987", - "line-width": 4 - }, - "style.night": { - "line-color": "#63574b", - "line-width": 4 - }, - "type": "line" - }, { - "id": "water", - "source": "mapbox", - "source-layer": "water", - "style": { - "fill-color": "@water", - "fill-outline-color": "#a2bdc0" - }, - "style.night": { - "fill-color": "@water_night", - "fill-outline-color": "@water_dark_night" - }, - "type": "fill" - }, { - "id": "aeroway_fill", - "source": "mapbox", - "source-layer": "aeroway", - "style": { - "fill-color": "#ddd" - }, - "style.night": { - "fill-color": "#367" - }, - "type": "fill" - }, { - "id": "aeroway_runway", - "source": "mapbox", - "source-layer": "aeroway", - "filter": { "type": "runway" }, - "style": { - "line-color": "#ddd", - "line-width": "@runway_width" - }, - "style.night": { - "line-color": "#367", - "line-width": "@runway_width" - }, - "type": "line" - }, { - "id": "aeroway_taxiway", - "source": "mapbox", - "source-layer": "aeroway", - "filter": { "type": "taxiway" }, - "style": { - "line-color": "#ddd", - "line-width": "@taxiway_width" - }, - "style.night": { - "line-color": "#367", - "line-width": "@taxiway_width" - }, - "type": "line" - }, { - "id": "tunnel_motorway_link_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "motorway_link" }, - "style": { - "line-color": "@case", - "line-dasharray": [6, 6], - "line-width": "@motorway_link_casing_width" - }, - "style.night": { - "line-color": "@case_night", - "line-dasharray": [6, 6], - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_service_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "service" }, - "style": { - "line-color": "#000", - "line-opacity": 0.04, - "line-dasharray": [6, 6], - "line-width": "@service_casing_width" - }, - "style.night": { - "line-color": "#000", - "line-opacity": 0.04, - "line-dasharray": [6, 6], - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_main_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "main" }, - "style": { - "line-color": "@case", - "line-dasharray": [6, 6], - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-dasharray": [6, 6], - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "tunnel_street_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": ["street", "street_limited"] }, - "style": { - "line-color": "#d9d5c6", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "style.night": { - "line-color": "@street_case_night", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "style": { - "line-color": "#e6cec7", - "line-width": "@motorway_link_width" - }, - "style.night": { - "line-color": "#78b0c1", - "line-width": "@motorway_link_width" - } - }, { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "style": { - "line-color": "#e6cec7", - "line-width": 2 - }, - "style.night": { - "line-color": "#017ca0", - "line-width": 2 - } - }, { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "style": { - "line-color": "#d9d5c6", - "line-width": "@street_width" - }, - "style.night": { - "line-color": "@street_night", - "line-width": "@street_width" - } - }, { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "style": { - "line-color": "#e6cec7", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "#78b0c1", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "tunnel_motorway_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "motorway" }, - "style": { - "line-color": "@case", - "line-dasharray": [6, 6], - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-dasharray": [6, 6], - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "style": { - "line-color": "#e6cec7", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "#78b0c1", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "road_path_case", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "path" }, - "style": { - "line-color": "#ffd", - "line-opacity": 0.4, - "line-width": { - "stops": [[14, 3], [15, 4]] - } - }, - "style.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - }, - "type": "line" - }, { - "id": "road_path_footway", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "footway" }, - "style": { - "line-color": "#bba", - "line-dasharray": [10, 4], - "line-width": "@path_width" - }, - "style.night": { - "line-color": "#fff", - "line-dasharray": [10, 4], - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "road_path_path", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "path" }, - "style": { - "line-color": "#987", - "line-dasharray": [10, 4], - "line-opacity": 0.8, - "line-width": { - "stops": [[13, 0.8], [14, 0.9], [15, 1.2]] - } - }, - "style.night": { - "line-color": "#fff", - "line-dasharray": [10, 4], - "line-opacity": 0.8, - "line-width": { - "stops": [[13, 0.8], [14, 0.9], [15, 1.2]] - } - }, - "type": "line" - }, { - "id": "road_path_cycleway", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "cycleway" }, - "style": { - "line-color": "#488", - "line-dasharray": [10, 4], - "line-width": "@path_width" - }, - "style.night": { - "line-color": "#94e6ff", - "line-dasharray": [10, 4], - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "road_path_mtb", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "mtb" }, - "style": { - "line-color": "#488", - "line-dasharray": [12, 4], - "line-width": "@path_width" - }, - "style.night": { - "line-color": "#94e6ff", - "line-dasharray": [12, 4], - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "road_path_piste", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "piste" }, - "style": { - "line-color": "#87b", - "line-dasharray": [8, 4], - "line-width": "@path_width" - }, - "style.night": { - "line-color": "#715dae", - "line-dasharray": [8, 4], - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "road_path_steps", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "steps" }, - "style": { - "line-color": "#bba", - "line-dasharray": [10, 4], - "line-width": 4 - }, - "style.night": { - "line-color": "#016684", - "line-dasharray": [10, 4], - "line-opacity": 0.3, - "line-width": 6 - }, - "type": "line" - }, { - "id": "road_major_rail", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "major_rail" }, - "style": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "style.night": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "type": "line" - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "style": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - }, - "style.night": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - } - }, { - "id": "road_motorway_link_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "motorway_link" }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width" - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "road_service_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "service" }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width" - }, - "style.night": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "road_main_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "main" }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "road_street_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["street", "street_limited"] }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "#d9d5c6", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "style.night": { - "line-color": "@street_case_night", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "style.night": { - "line-color": "@motorway_night", - "line-width": "@motorway_link_width" - } - }, { - "id": "road_service", - "ref": "road_service_casing", - "style": { - "line-color": "@street", - "line-width": 2 - }, - "style.night": { - "line-color": "@street_night", - "line-width": 2 - } - }, { - "id": "road_street", - "ref": "road_street_casing", - "style": { - "line-color": "@street", - "line-width": "@street_width" - }, - "style.night": { - "line-color": "@street_night", - "line-width": "@street_width" - } - }, { - "id": "road_main", - "ref": "road_main_casing", - "style": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "@main_night", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "road_motorway_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "motorway" }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "road_motorway", - "ref": "road_motorway_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "@motorway_night", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "style": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - }, - "style.night": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - } - }, { - "id": "bridge_motorway_link_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "motorway_link" }, - "style": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width" - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "bridge_service_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "service" }, - "style": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width" - }, - "style.night": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "bridge_main_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "main" }, - "style": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "bridge_street_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": ["street", "street_limited"] }, - "style": { - "line-color": "#d9d5c6", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "style.night": { - "line-color": "@street_case_night", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "style.night": { - "line-color": "@motorway_night", - "line-width": "@motorway_link_width" - } - }, { - "id": "bridge_service", - "ref": "bridge_service_casing", - "style": { - "line-color": "@street", - "line-width": 2 - }, - "style.night": { - "line-color": "@street_night", - "line-width": 2 - } - }, { - "id": "bridge_street", - "ref": "bridge_street_casing", - "style": { - "line-color": "@street", - "line-width": "@street_width" - }, - "style.night": { - "line-color": "@street_night", - "line-width": "@street_width" - } - }, { - "id": "bridge_main", - "ref": "bridge_main_casing", - "style": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "@main_night", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "bridge_motorway_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "motorway" }, - "style": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "@motorway_night", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "bridge_aerialway_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "aerialway" }, - "style": { - "line-color": "white", - "line-opacity": 0.5, - "line-width": "@aerialway_casing_width" - }, - "style.night": { - "line-color": "white", - "line-opacity": 0.5, - "line-width": "@aerialway_casing_width" - }, - "type": "line" - }, { - "id": "bridge_aerialway", - "ref": "bridge_aerialway_casing", - "style": { - "line-color": "#876", - "line-opacity": 0.5, - "line-width": "@aerialway_width" - }, - "style.night": { - "line-color": "#876", - "line-opacity": 0.5, - "line-width": "@aerialway_width" - } - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "style": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - }, - "style.night": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - } - }, { - "id": "admin_l3", - "source": "mapbox", - "source-layer": "admin", - "filter": { "admin_level": [3, 4, 5] }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "#88a", - "line-dasharray": [60, 20], - "line-opacity": { - "stops": [[3, 0], [5, 1]] - }, - "line-width": "@admin_l3_width" - }, - "style.night": { - "line-color": "@admin_night", - "line-dasharray": [60, 20], - "line-opacity": { - "stops": [[3, 0], [5, 1]] - }, - "line-width": "@admin_l3_width" - }, - "type": "line" - }, { - "id": "admin_l2", - "source": "mapbox", - "source-layer": "admin", - "filter": { "admin_level": 2 }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "#88a", - "line-width": "@admin_l2_width" - }, - "style.night": { - "line-color": "@admin_night", - "line-width": "@admin_l2_width" - }, - "type": "line" - }, { - "id": "admin_maritime_cover", - "source": "mapbox", - "source-layer": "admin", - "filter": { "maritime": 1 }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "@water", - "line-width": 5 - }, - "style.night": { - "line-color": "@water_night", - "line-width": 5 - }, - "type": "line" - }, { - "id": "admin_maritime", - "ref": "admin_maritime_cover", - "style": { - "line-color": "#c0d6d6", - "line-width": { - "stops": [[5, 1], [7, 2], [11, 3]] - } - }, - "style.night": { - "line-color": "#0a1347", - "line-width": { - "stops": [[5, 1], [7, 2], [11, 3]] - } - } - }, { - "id": "country_label_line", - "source": "mapbox", - "source-layer": "country_label_line", - "render": { - "text-max-width": 5 - }, - "style": { - "line-color": "@country_text", - "line-width": 0.5, - "line-opacity": 0.5 - }, - "style.night": { - "line-color": "@text_night", - "line-width": 0.5, - "line-opacity": 0.5 - }, - "type": "line" - }, { - "id": "country_label", - "source": "mapbox", - "source-layer": "country_label", - "filter": { "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 24, - "text-max-width": 5 - }, - "style": { - "text-color": "@country_text", - "text-halo-color": "rgba(255,255,255,0.5)", - "text-halo-width": { - "stops": [[0, 1.17], [11, 2]] - }, - "text-size": "@country_label_size" - }, - "style.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[0, 1.63], [11, 2.8]] - }, - "text-size": "@country_label_size" - }, - "type": "symbol" - }, { - "id": "marine_label_line_1", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "LineString", "labelrank": 1 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 30, - "text-max-angle": 28.65, - "text-letter-spacing": 0.4, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 20], [3, 25], [4, 30], [21, 30]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 20], [3, 25], [4, 30], [21, 30]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_line_2", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "LineString", "labelrank": 2 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 24, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_line_3", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "LineString", "labelrank": 3 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 18, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_line_other", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "LineString", "labelrank": [4, 5, 6] }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 16, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[3, 12], [4, 14], [5, 16], [21, 16]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[3, 12], [4, 14], [5, 16], [21, 16]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_point_1", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "Point", "labelrank": 1 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 30, - "text-max-width": 8, - "text-letter-spacing": 0.4, - "text-line-height": 2 - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 20], [3, 25], [4, 30], [21, 30]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 20], [3, 25], [4, 30], [21, 30]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_point_2", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "Point", "labelrank": 2 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 24, - "text-max-width": 8, - "text-letter-spacing": 0.2, - "text-line-height": 1.5 - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_point_3", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "Point", "labelrank": 3 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 18, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.3 - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_point_other", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "Point", "labelrank": [4, 5, 6] }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 16, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.2 - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[3, 12], [4, 14], [5, 16], [21, 16]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[3, 12], [4, 14], [5, 16], [21, 16]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "state_label", - "source": "mapbox", - "source-layer": "state_label", - "filter": { "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-size": 16, - "text-max-width": 8 - }, - "style": { - "text-color": "#333", - "text-halo-width": { - "stops": [[2.99, 0], [3, 1.17], [8.99, 1.87], [9, 0]] - }, - "text-halo-color": "rgba(244,239,225,0.8)", - "text-size": { - "stops": [[2.99, 0], [3, 10], [8.99, 16], [9, 0]] - } - }, - "style.night": { - "text-color": "#fff", - "text-halo-width": { - "stops": [[2.99, 0], [3, 1.17], [8.99, 1.87], [9, 0]] - }, - "text-halo-color": "@land_night", - "text-size": { - "stops": [[2.99, 0], [3, 10], [8.99, 16], [9, 0]] - } - }, - "type": "symbol" - }, { - "id": "place_label_city", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "city", "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 20, - "text-max-width": 8 - }, - "style": { - "text-color": "#444", - "text-halo-width": { - "stops": [[2.99, 0], [3, 1.17], [6, 1.63], [13.99, 2.33], [14, 0]] - }, - "text-halo-color": "@text_stroke", - "text-size": { - "stops": [[2.99, 0], [3, 10], [6, 14], [13.99, 20], [14, 0]] - } - }, - "style.night": { - "text-color": "#fff", - "text-halo-width": { - "stops": [[2.99, 0], [3, 1.17], [6, 1.63], [13.99, 2.33], [14, 0]] - }, - "text-halo-color": "@text2_stroke_night", - "text-size": { - "stops": [[2.99, 0], [3, 10], [6, 14], [13.99, 20], [14, 0]] - } - }, - "type": "symbol" - }, { - "id": "place_label_town", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "town", "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 24, - "text-max-width": 8 - }, - "style": { - "text-color": "#716656", - "text-halo-width": { - "stops": [[8, 1.5], [11, 1.95], [13, 2.55], [15, 3.3]] - }, - "text-halo-color": "@text_stroke", - "text-size": { - "stops": [[8, 10], [11, 13], [13, 17], [15, 22]] - } - }, - "style.night": { - "text-color": "@text_night", - "text-halo-width": { - "stops": [[8, 1.5], [11, 1.95], [13, 2.55], [15, 3.3]] - }, - "text-halo-color": "@text2_stroke_night", - "text-size": { - "stops": [[8, 10], [11, 13], [13, 17], [15, 22]] - } - }, - "type": "symbol" - }, { - "id": "place_label_village", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "village", "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 22, - "text-max-width": 8 - }, - "style": { - "text-color": "#635644", - "text-halo-width": { - "stops": [[8, 1.2], [11, 1.5], [13, 2.1], [15, 2.4], [16, 3]] - }, - "text-halo-color": "@text_stroke", - "text-size": { - "stops": [[8, 8], [11, 10], [13, 14], [15, 16], [16, 20]] - } - }, - "style.night": { - "text-color": "@text_night", - "text-halo-width": { - "stops": [[8, 1.2], [11, 1.5], [13, 2.1], [15, 2.4], [16, 3]] - }, - "text-halo-color": "@text2_stroke_night", - "text-size": { - "stops": [[8, 8], [11, 10], [13, 14], [15, 16], [16, 20]] - } - }, - "type": "symbol" - }, { - "id": "place_label_other", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": ["hamlet", "suburb", "neighbourhood"], "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 18, - "text-max-width": 6 - }, - "style": { - "text-color": "#7d6c55", - "text-halo-color": "@text_stroke", - "text-size": { - "stops": [[12, 11], [13, 12], [15, 14], [17, 18]] - } - }, - "style.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[12, 1.65], [13, 1.8], [15, 2.1], [17, 2.7]] - }, - "text-size": { - "stops": [[12, 11], [13, 12], [15, 14], [17, 18]] - } - }, - "type": "symbol" - }, { - "id": "road_label_1", - "source": "mapbox", - "source-layer": "road_label", - "filter": { "class": ["motorway", "main"], "$type": "LineString" }, - "render": { - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-size": 18, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": { - "stops": [[12, 0.55], [13, 0.6], [14, 0.65], [15, 0.7], [16, 0.8], [17, 0.9]] - }, - "text-size": "@road_label_1_size" - }, - "style.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[12, 0.92], [13, 1], [14, 1.08], [15, 1.17], [16, 1.33], [17, 1.5]] - }, - "text-size": "@road_label_1_size" - }, - "type": "symbol" - }, { - "id": "road_label_2", - "source": "mapbox", - "source-layer": "road_label", - "filter": { "class": ["street", "street_limited"], "$type": "LineString" }, - "render": { - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-size": 16, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": { - "stops": [[12, 0.55], [13, 0.6], [15, 0.7], [17, 0.8]] - }, - "text-size": "@road_label_2_size" - }, - "style.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[12, 0.92], [13, 1], [15, 1.17], [17, 1.33]] - }, - "text-size": "@road_label_2_size" - }, - "type": "symbol" - }, { - "id": "road_label_3", - "source": "mapbox", - "source-layer": "road_label", - "filter": { "class": ["service", "driveway", "path"], "$type": "LineString" }, - "render": { - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-size": 14, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": { - "stops": [[14, 0.5], [15, 0.6], [17, 0.7]] - }, - "text-size": "@road_label_3_size" - }, - "style.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[14, 0.83], [15, 1], [17, 1.17]] - }, - "text-size": "@road_label_3_size" - }, - "type": "symbol" - }, { - "id": "contour_label", - "source": "mapbox", - "source-layer": "contour", - "filter": { "index": [5, 10], "$type": "LineString" }, - "render": { - "text-field": "{ele} m", - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-size": 10, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "@text", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-size": 10 - }, - "style.night": { - "text-color": "@contour_night", - "text-halo-color": "@land_night", - "text-halo-width": 1.5, - "text-size": 10 - }, - "type": "symbol" - }, { - "id": "water_label", - "source": "mapbox", - "source-layer": "water_label", - "filter": { "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 12, - "text-max-width": 8 - }, - "style": { - "text-color": "@water_dark", - "text-halo-color": "rgba(255,255,255,0.75)" - }, - "style.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "waterway_label", - "source": "mapbox", - "source-layer": "waterway_label", - "filter": { "$type": "LineString" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 12, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "@water_dark", - "text-halo-width": 1.4, - "text-halo-color": "@text_stroke" - }, - "style.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "poi_label_1-2", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "scalerank": [1, 2], "$type": "Point" }, - "render": { - "icon-image": "{maki}-12", - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 12, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "#444", - "text-size": "@poi_label_1-2_size", - "text-halo-color": "@land", - "text-halo-width": { - "stops": [[14, 1.5], [15, 1.65], [16, 1.8]] - } - }, - "style.night": { - "text-color": "#fff", - "text-size": "@poi_label_1-2_size", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[14, 1.5], [15, 1.65], [16, 1.8]] - } - }, - "type": "symbol" - }, { - "id": "poi_label_3", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "scalerank": 3, "$type": "Point" }, - "render": { - "icon-image": "{maki}-12", - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 11, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "icon-opacity": { - "stops": [[15.5, 0], [15.75, 1]] - }, - "text-color": "#444", - "text-size": "@poi_label_3_size", - "text-halo-color": "@land", - "text-halo-width": { - "stops": [[15, 1.5], [16, 1.65]] - }, - "text-opacity": { - "stops": [[15.5, 0], [15.75, 1]] - } - }, - "style.night": { - "text-color": "#fff", - "text-size": "@poi_label_3_size", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[15, 1.5], [16, 1.65]] - }, - "text-opacity": { - "stops": [[15.5, 0], [15.75, 1]] - } - }, - "type": "symbol" - }, { - "id": "poi_label_4", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "scalerank": 4, "$type": "Point" }, - "render": { - "icon-image": "{maki}-12", - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 10, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "icon-opacity": { - "stops": [[17.5, 0], [17.75, 1]] - }, - "text-color": "#444", - "text-size": 10, - "text-opacity": { - "stops": [[17.5, 0], [17.75, 1]] - }, - "text-halo-color": "@land", - "text-halo-width": 1.5 - }, - "style.night": { - "text-color": "#fff", - "text-size": 10, - "text-opacity": { - "stops": [[17.5, 0], [17.75, 1]] - }, - "text-halo-color": "@text2_stroke_night", - "text-halo-width": 1.5 - }, - "type": "symbol" - }] -} \ No newline at end of file diff --git a/styles/outdoors-v5.json b/styles/outdoors-v5.json deleted file mode 100644 index 38105f02..00000000 --- a/styles/outdoors-v5.json +++ /dev/null @@ -1,2215 +0,0 @@ -{ - "version": 5, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/outdoors", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "constants": { - "@land": "rgb(244,239,225)", - "@water": "#cdd", - "@water_dark": "#185869", - "@crop": "#eeeed4", - "@grass": "#e6e6cc", - "@scrub": "#dfe5c8", - "@wood": "#cee2bd", - "@snow": "#f4f8ff", - "@rock": "#ddd", - "@sand": "#ffd", - "@cemetery": "#edf4ed", - "@pitch": "#fff", - "@park": "#d4e4bc", - "@piste": "blue", - "@school": "#e8dfe0", - "@hospital": "#f8eee0", - "@builtup": "#f6faff", - "@case": "#fff", - "@motorway": "#cda0a0", - "@main": "#ddc0b9", - "@street": "#fff", - "@text": "#666", - "@text_stroke": "rgba(255,255,255,0.8)", - "@country_text": "#222", - "@marine_text": "#a0bdc0", - "@water_text": "#185869", - "@land_night": "#017293", - "@water_night": "#103", - "@water_dark_night": "#003366", - "@crop_night": "#178d96", - "@grass_night": "#23948a", - "@scrub_night": "#31a186", - "@wood_night": "#45b581", - "@park_night": "#51bd8b", - "@snow_night": "#5ad9fe", - "@rock_night": "#999", - "@sand_night": "#437162", - "@cemetery_night": "#218c96", - "@pitch_night": "rgba(255,255,255,0.2)", - "@school_night": "#01536a", - "@hospital_night": "#015e7a", - "@builtup_night": "#014b60", - "@admin_night": "#ffb680", - "@text_night": "#fff", - "@text_water_night": "#2a5b8a", - "@text_stroke_night": "#103", - "@text2_stroke_night": "rgba(1,69,89,0.8)", - "@case_night": "#015e7a", - "@street_case_night": "#015b76", - "@motorway_night": "#bbdde7", - "@main_night": "#64b2c9", - "@street_night": "#0186ac", - "@contour_night": "#ffff80", - "@river_canal_width": { - "stops": [[10, 0.5], [11, 1], [13, 2], [15, 3]] - }, - "@stream_width": { - "stops": [[12, 0.25], [13, 0.5], [15, 1.5], [17, 2]] - }, - "@motorway_width": { - "stops": [[4, 0], [5, 0.5], [7, 0.8], [9, 1], [10, 1.2], [11, 2], [12, 3], [13, 4], [14, 6], [15, 9], [16, 12], [17, 14]] - }, - "@motorway_casing_width": { - "stops": [[6.5, 0.6], [7, 0.8], [9, 2.8], [10, 3], [11, 4], [12, 5], [13, 6.5], [14, 9], [15, 12], [16, 15], [17, 17]] - }, - "@motorway_link_width": { - "stops": [[11, 1.2], [13, 2], [15, 3], [17, 4]] - }, - "@motorway_link_casing_width": { - "stops": [[11, 2.8], [13, 3.5], [15, 5], [17, 6]] - }, - "@main_width": { - "stops": [[4, 1], [11, 1], [12, 1.5], [13, 2], [14, 3], [15, 6], [16, 10], [17, 12]] - }, - "@main_casing_width": { - "stops": [[8, 2.9], [11, 2.9], [12, 3.5], [13, 4], [14, 5.5], [15, 9], [16, 12], [17, 14]] - }, - "@street_width": { - "stops": [[13.5, 0], [14, 1.5], [15, 3], [16, 8]] - }, - "@street_casing_width": { - "stops": [[12, 0.4], [13, 1], [14, 2.5], [15, 4], [16, 10]] - }, - "@street_casing_opacity": { - "stops": [[13, 0], [13.5, 1]] - }, - "@service_casing_width": { - "stops": [[13, 0.5], [14, 3], [15, 3.5], [16, 4], [17, 5], [18, 6]] - }, - "@runway_width": { - "stops": [[9, 1], [10, 2], [11, 3], [12, 5], [13, 7], [14, 11], [15, 15], [16, 19], [17, 23]] - }, - "@taxiway_width": { - "stops": [[9, 0.2], [11, 0.2], [12, 1], [13, 1.5], [14, 2], [15, 3], [16, 4], [17, 5]] - }, - "@aerialway_width": { - "stops": [[12.5, 0.8], [13, 1.4], [14, 1.6], [15, 2], [16, 2.4], [17, 3]] - }, - "@aerialway_casing_width": { - "stops": [[12.5, 2], [13, 2.5], [14, 3], [15, 3.5], [16, 4], [21, 5]] - }, - "@path_width": { - "stops": [[13, 1.2], [14, 1.5], [15, 1.8]] - }, - "@admin_l2_width": { - "stops": [[1, 0.5], [2, 0.7], [3, 0.7], [4, 0.8], [5, 1], [7, 2], [9, 3]] - }, - "@admin_l3_width": { - "stops": [[5, 0.6], [7, 1], [11, 2]] - }, - "@road_label_1_size": { - "stops": [[12, 11], [13, 12], [14, 13], [15, 14], [16, 16], [17, 18]] - }, - "@road_label_2_size": { - "stops": [[12, 11], [13, 12], [15, 14], [17, 16]] - }, - "@road_label_3_size": { - "stops": [[14, 10], [15, 12], [17, 14]] - }, - "@fence_width": { - "stops": [[16, 0.6], [18, 1]] - }, - "@hedge_width": { - "stops": [[15, 0.6], [16, 1.2], [18, 1.6]] - }, - "@barrier_line_land_width": { - "stops": [[13, 0.4], [14, 0.75], [15, 1.5], [16, 3], [17, 6], [18, 12], [19, 24], [20, 48]] - }, - "@country_label_size": { - "stops": [[0, 14], [11, 24]] - }, - "@poi_label_1-2_size": { - "stops": [[14, 10], [15, 11], [16, 12]] - }, - "@poi_label_3_size": { - "stops": [[15, 10], [16, 11]] - }, - "@hillshade_prerender": { - "stops": [[10, 0], [11, 1]] - }, - "@hillshade_prerender_size": { - "stops": [[10, 1056], [11, 512], [12, 256]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-terrain-v1,mapbox.mapbox-streets-v6-dev", - "maxzoom": 15 - } - }, - "layers": [{ - "id": "background", - "style": { - "background-color": "@land" - }, - "style.night": { - "background-color": "@land_night" - }, - "type": "background" - }, { - "id": "landcover_snow", - "source": "mapbox", - "source-layer": "landcover", - "filter": { "class": "snow" }, - "style": { - "fill-color": "@snow" - }, - "style.night": { - "fill-color": "@snow_night" - }, - "type": "fill" - }, { - "id": "landcover_crop", - "source": "mapbox", - "source-layer": "landcover", - "filter": { "class": "crop" }, - "style": { - "fill-color": "@crop" - }, - "style.night": { - "fill-color": "@crop_night" - }, - "type": "fill" - }, { - "id": "landcover_grass", - "source": "mapbox", - "source-layer": "landcover", - "filter": { "class": "grass" }, - "style": { - "fill-color": "@grass", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "style.night": { - "fill-color": "@grass_night", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "type": "fill" - }, { - "id": "landcover_scrub", - "source": "mapbox", - "source-layer": "landcover", - "filter": { "class": "scrub" }, - "style": { - "fill-color": "@scrub", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "style.night": { - "fill-color": "@scrub_night", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "type": "fill" - }, { - "id": "landcover_wood", - "source": "mapbox", - "source-layer": "landcover", - "filter": { "class": "wood" }, - "style": { - "fill-color": "@wood", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "style.night": { - "fill-color": "@wood_night", - "fill-opacity": { - "stops": [[12, 1], [13, 0.8], [16, 0.2]] - } - }, - "type": "fill" - }, { - "id": "landuse_wood", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "wood" }, - "style": { - "fill-color": "@wood" - }, - "style.night": { - "fill-color": "@wood_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_school", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "school" }, - "style": { - "fill-color": "@school" - }, - "style.night": { - "fill-color": "@school_night" - }, - "type": "fill" - }, { - "id": "landuse_sand", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "sand" }, - "style": { - "fill-color": "@sand" - }, - "style.night": { - "fill-color": "@sand_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_pitch", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "pitch" }, - "style": { - "fill-color": "rgba(255,255,255,0.5)", - "fill-outline-color": "@pitch" - }, - "style.night": { - "fill-color": "@pitch_night", - "fill-outline-color": "@pitch" - }, - "type": "fill" - }, { - "id": "landuse_park", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "park" }, - "style": { - "fill-color": "@park" - }, - "style.night": { - "fill-color": "@park_night" - }, - "type": "fill" - }, { - "id": "landuse_industrial", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "industrial" }, - "style": { - "fill-color": "rgba(246,250,255,0.5)" - }, - "style.night": { - "fill-color": "@builtup_night" - }, - "type": "fill" - }, { - "id": "landuse_scrub", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "scrub" }, - "style": { - "fill-color": "@scrub" - }, - "style.night": { - "fill-color": "@scrub_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_grass", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "grass" }, - "style": { - "fill-color": "@grass" - }, - "style.night": { - "fill-color": "@grass_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_crop", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "crop" }, - "style": { - "fill-color": "@crop" - }, - "style.night": { - "fill-color": "@crop_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_rock", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "rock" }, - "style": { - "fill-color": "@rock" - }, - "style.night": { - "fill-color": "@rock_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_snow", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "snow" }, - "style": { - "fill-color": "@snow" - }, - "style.night": { - "fill-color": "@snow_night", - "fill-opacity": 0.8 - }, - "type": "fill" - }, { - "id": "landuse_hospital", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "hospital" }, - "style": { - "fill-color": "@hospital" - }, - "style.night": { - "fill-color": "@hospital_night" - }, - "type": "fill" - }, { - "id": "landuse_cemetery", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "cemetery" }, - "style": { - "fill-color": "@cemetery" - }, - "style.night": { - "fill-color": "@cemetery_night" - }, - "type": "fill" - }, { - "id": "overlay_wetland", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": { "class": ["wetland", "wetland_noveg"] }, - "style": { - "fill-color": "rgba(210,225,225,0.2)", - "fill-image": "wetland_noveg_64" - }, - "style.night": { - "fill-color": "rgba(210,225,225,0.2)", - "fill-image": "wetland_noveg_64" - }, - "type": "fill" - }, { - "id": "overlay_breakwater_pier", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": { "class": ["breakwater", "pier"] }, - "style": { - "fill-color": "@land" - }, - "style.night": { - "fill-color": "@land_night" - }, - "type": "fill" - }, { - "id": "waterway_river_canal", - "source": "mapbox", - "source-layer": "waterway", - "filter": { "type": ["river", "canal"] }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "#87abaf", - "line-width": "@river_canal_width" - }, - "style.night": { - "line-color": "rgb(10,20,71)", - "line-width": "@river_canal_width" - }, - "type": "line" - }, { - "id": "waterway_stream", - "source": "mapbox", - "source-layer": "waterway", - "filter": { "type": "stream" }, - "render": { - "line-cap": "round" - }, - "style": { - "line-color": "#87abaf", - "line-width": "@stream_width" - }, - "style.night": { - "line-color": "rgb(10,20,71)", - "line-width": "@stream_width" - }, - "type": "line" - }, { - "id": "building_shadow", - "source": "mapbox", - "source-layer": "building", - "style": { - "fill-color": "#d5d1c6", - "fill-translate": [1, 1], - "fill-opacity": { - "stops": [[15.5, 0], [16, 1]] - }, - "fill-outline-color": "#d5d1c6" - }, - "style.night": { - "fill-color": "#026688", - "fill-translate": [1, 1], - "fill-opacity": { - "stops": [[15.5, 0], [16, 1]] - }, - "fill-outline-color": "#026688" - }, - "type": "fill" - }, { - "id": "building", - "ref": "building_shadow", - "style": { - "fill-color": "#ebe7db" - }, - "style.night": { - "fill-color": "#027797" - } - }, { - "id": "building_wall", - "ref": "building_shadow", - "style": { - "fill-color": "#ebe7db", - "fill-opacity": { - "stops": [[15.5, 0], [16, 0.7]] - }, - "fill-outline-color": "#d5d1c6" - }, - "style.night": { - "fill-color": "#027797", - "fill-opacity": { - "stops": [[15.5, 0], [16, 0.7]] - }, - "fill-outline-color": "#026688" - } - }, { - "id": "hillshade_raster", - "source": "mapbox", - "type": "raster", - "render": { - "raster-size": 512, - "raster-blur": 0.1 - }, - "layers": [{ - "id": "hillshade_full_highlight", - "source": "mapbox", - "source-layer": "hillshade", - "filter": { "class": "full_highlight" }, - "style": { - "fill-color": "#fffff3", - "fill-antialias": false, - "fill-opacity": { - "stops": [[14, 0.3], [15, 0.3], [16, 0.2], [17, 0.2], [18, 0.1]] - } - }, - "style.night": { - "fill-color": "#fdfdad", - "fill-antialias": false, - "fill-opacity": { - "stops": [[13, 0.4], [14, 0.3], [16, 0.2], [17, 0.1], [18, 0.05]] - } - }, - "type": "fill" - }, { - "id": "hillshade_medium_highlight", - "source": "mapbox", - "source-layer": "hillshade", - "filter": { "class": "medium_highlight" }, - "style": { - "fill-color": "#ffd", - "fill-antialias": false, - "fill-opacity": { - "stops": [[14, 0.3], [15, 0.3], [16, 0.2], [17, 0.2], [18, 0.1]] - } - }, - "style.night": { - "fill-color": "#ffe1b7", - "fill-antialias": false, - "fill-opacity": { - "stops": [[14, 0.3], [16, 0.2], [17, 0.15], [18, 0.05]] - } - }, - "type": "fill" - }, { - "id": "hillshade_medium_shadow", - "source": "mapbox", - "source-layer": "hillshade", - "filter": { "class": "medium_shadow" }, - "style": { - "fill-color": "#206", - "fill-antialias": false, - "fill-opacity": { - "stops": [[14, 0.08], [15, 0.075], [16, 0.05], [17, 0.05], [18, 0.025]] - } - }, - "style.night": { - "fill-color": "#206", - "fill-antialias": false, - "fill-opacity": { - "stops": [[15, 0.3], [16, 0.2], [17, 0.1], [18, 0.05]] - } - }, - "type": "fill" - }, { - "id": "hillshade_full_shadow", - "source": "mapbox", - "source-layer": "hillshade", - "filter": { "class": "full_shadow" }, - "style": { - "fill-color": "#103", - "fill-antialias": false, - "fill-opacity": { - "stops": [[14, 0.08], [15, 0.075], [16, 0.05], [17, 0.05], [18, 0.025]] - } - }, - "style.night": { - "fill-color": "#103", - "fill-antialias": false, - "fill-opacity": { - "stops": [[15, 0.3], [16, 0.2], [17, 0.1], [18, 0.05]] - } - }, - "type": "fill" - }] - }, { - "id": "contour_line_loud", - "source": "mapbox", - "source-layer": "contour", - "filter": { "index": 5 }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "#008", - "line-width": 0.9, - "line-opacity": { - "stops": [[11, 0.05], [12, 0.11]] - } - }, - "style.night": { - "line-color": "@contour_night", - "line-width": 0.9, - "line-opacity": { - "stops": [[11, 0.1], [12, 0.2]] - } - }, - "type": "line" - }, { - "id": "contour_line_regular", - "source": "mapbox", - "source-layer": "contour", - "render": { - "line-join": "round" - }, - "style": { - "line-color": "#008", - "line-width": 0.5, - "line-opacity": { - "stops": [[11, 0.05], [12, 0.11]] - } - }, - "style.night": { - "line-color": "@contour_night", - "line-width": 0.5, - "line-opacity": { - "stops": [[11, 0.1], [12, 0.4]] - } - }, - "type": "line" - }, { - "id": "barrier_line_gate", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "gate" }, - "style": { - "line-width": 2.5, - "line-color": "#aab" - }, - "style.night": { - "line-width": 2.5, - "line-color": "#59596f" - }, - "type": "line" - }, { - "id": "barrier_line_fence", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "fence" }, - "style": { - "line-color": "#aeada3", - "line-width": "@fence_width" - }, - "style.night": { - "line-color": "#014b61", - "line-width": "@fence_width" - }, - "type": "line" - }, { - "id": "barrier_line_hedge", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "hedge" }, - "style": { - "line-color": "#8de99b", - "line-width": "@hedge_width" - }, - "style.night": { - "line-color": "#2e7a57", - "line-width": "@hedge_width" - }, - "type": "line" - }, { - "id": "barrier_line_land", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "land" }, - "style": { - "line-color": "@land", - "line-width": "@barrier_line_land_width" - }, - "style.night": { - "line-color": "@land_night", - "line-width": "@barrier_line_land_width" - }, - "type": "line" - }, { - "id": "barrier_line_land_fill", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "land" }, - "style": { - "fill-color": "@land" - }, - "style.night": { - "fill-color": "@land_night" - }, - "type": "fill" - }, { - "id": "barrier_line_cliff", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": { "class": "cliff" }, - "style": { - "line-color": "#987", - "line-width": 4 - }, - "style.night": { - "line-color": "#63574b", - "line-width": 4 - }, - "type": "line" - }, { - "id": "water", - "source": "mapbox", - "source-layer": "water", - "style": { - "fill-color": "@water", - "fill-outline-color": "#a2bdc0" - }, - "style.night": { - "fill-color": "@water_night", - "fill-outline-color": "@water_dark_night" - }, - "type": "fill" - }, { - "id": "aeroway_fill", - "source": "mapbox", - "source-layer": "aeroway", - "style": { - "fill-color": "#ddd" - }, - "style.night": { - "fill-color": "#367" - }, - "type": "fill" - }, { - "id": "aeroway_runway", - "source": "mapbox", - "source-layer": "aeroway", - "filter": { "type": "runway" }, - "style": { - "line-color": "#ddd", - "line-width": "@runway_width" - }, - "style.night": { - "line-color": "#367", - "line-width": "@runway_width" - }, - "type": "line" - }, { - "id": "aeroway_taxiway", - "source": "mapbox", - "source-layer": "aeroway", - "filter": { "type": "taxiway" }, - "style": { - "line-color": "#ddd", - "line-width": "@taxiway_width" - }, - "style.night": { - "line-color": "#367", - "line-width": "@taxiway_width" - }, - "type": "line" - }, { - "id": "tunnel_motorway_link_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "motorway_link" }, - "style": { - "line-color": "@case", - "line-dasharray": [6, 6], - "line-width": "@motorway_link_casing_width" - }, - "style.night": { - "line-color": "@case_night", - "line-dasharray": [6, 6], - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_service_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "service" }, - "style": { - "line-color": "#000", - "line-opacity": 0.04, - "line-dasharray": [6, 6], - "line-width": "@service_casing_width" - }, - "style.night": { - "line-color": "#000", - "line-opacity": 0.04, - "line-dasharray": [6, 6], - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "tunnel_main_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "main" }, - "style": { - "line-color": "@case", - "line-dasharray": [6, 6], - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-dasharray": [6, 6], - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "tunnel_street_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": ["street", "street_limited"] }, - "style": { - "line-color": "#d9d5c6", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "style.night": { - "line-color": "@street_case_night", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "style": { - "line-color": "#e6cec7", - "line-width": "@motorway_link_width" - }, - "style.night": { - "line-color": "#78b0c1", - "line-width": "@motorway_link_width" - } - }, { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "style": { - "line-color": "#e6cec7", - "line-width": 2 - }, - "style.night": { - "line-color": "#017ca0", - "line-width": 2 - } - }, { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "style": { - "line-color": "#d9d5c6", - "line-width": "@street_width" - }, - "style.night": { - "line-color": "@street_night", - "line-width": "@street_width" - } - }, { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "style": { - "line-color": "#e6cec7", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "#78b0c1", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "tunnel_motorway_casing", - "source": "mapbox", - "source-layer": "tunnel", - "filter": { "class": "motorway" }, - "style": { - "line-color": "@case", - "line-dasharray": [6, 6], - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-dasharray": [6, 6], - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "style": { - "line-color": "#e6cec7", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "#78b0c1", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "road_path_case", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "path" }, - "style": { - "line-color": "#ffd", - "line-opacity": 0.4, - "line-width": { - "stops": [[14, 3], [15, 4]] - } - }, - "style.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - }, - "type": "line" - }, { - "id": "road_path_footway", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "footway" }, - "style": { - "line-color": "#bba", - "line-dasharray": [10, 4], - "line-width": "@path_width" - }, - "style.night": { - "line-color": "#fff", - "line-dasharray": [10, 4], - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "road_path_path", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "path" }, - "style": { - "line-color": "#987", - "line-dasharray": [10, 4], - "line-opacity": 0.8, - "line-width": { - "stops": [[13, 0.8], [14, 0.9], [15, 1.2]] - } - }, - "style.night": { - "line-color": "#fff", - "line-dasharray": [10, 4], - "line-opacity": 0.8, - "line-width": { - "stops": [[13, 0.8], [14, 0.9], [15, 1.2]] - } - }, - "type": "line" - }, { - "id": "road_path_cycleway", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "cycleway" }, - "style": { - "line-color": "#488", - "line-dasharray": [10, 4], - "line-width": "@path_width" - }, - "style.night": { - "line-color": "#94e6ff", - "line-dasharray": [10, 4], - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "road_path_mtb", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "mtb" }, - "style": { - "line-color": "#488", - "line-dasharray": [12, 4], - "line-width": "@path_width" - }, - "style.night": { - "line-color": "#94e6ff", - "line-dasharray": [12, 4], - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "road_path_piste", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "piste" }, - "style": { - "line-color": "#87b", - "line-dasharray": [8, 4], - "line-width": "@path_width" - }, - "style.night": { - "line-color": "#715dae", - "line-dasharray": [8, 4], - "line-width": "@path_width" - }, - "type": "line" - }, { - "id": "road_path_steps", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "type": "steps" }, - "style": { - "line-color": "#bba", - "line-dasharray": [10, 4], - "line-width": 4 - }, - "style.night": { - "line-color": "#016684", - "line-dasharray": [10, 4], - "line-opacity": 0.3, - "line-width": 6 - }, - "type": "line" - }, { - "id": "road_major_rail", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "major_rail" }, - "style": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "style.night": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "type": "line" - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "style": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - }, - "style.night": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - } - }, { - "id": "road_motorway_link_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "motorway_link" }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width" - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "road_service_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "service" }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width" - }, - "style.night": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "road_main_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "main" }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "road_street_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["street", "street_limited"] }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "#d9d5c6", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "style.night": { - "line-color": "@street_case_night", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "style.night": { - "line-color": "@motorway_night", - "line-width": "@motorway_link_width" - } - }, { - "id": "road_service", - "ref": "road_service_casing", - "style": { - "line-color": "@street", - "line-width": 2 - }, - "style.night": { - "line-color": "@street_night", - "line-width": 2 - } - }, { - "id": "road_street", - "ref": "road_street_casing", - "style": { - "line-color": "@street", - "line-width": "@street_width" - }, - "style.night": { - "line-color": "@street_night", - "line-width": "@street_width" - } - }, { - "id": "road_main", - "ref": "road_main_casing", - "style": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "@main_night", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "road_motorway_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": "motorway" }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "road_motorway", - "ref": "road_motorway_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "@motorway_night", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "bridge_motorway_link_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "motorway_link" }, - "style": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width" - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@motorway_link_casing_width" - }, - "type": "line" - }, { - "id": "bridge_service_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "service" }, - "style": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width" - }, - "style.night": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width" - }, - "type": "line" - }, { - "id": "bridge_main_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "main" }, - "style": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@main_casing_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "bridge_street_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": ["street", "street_limited"] }, - "style": { - "line-color": "#d9d5c6", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "style.night": { - "line-color": "@street_case_night", - "line-width": "@street_casing_width", - "line-opacity": "@street_casing_opacity" - }, - "type": "line" - }, { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "style.night": { - "line-color": "@motorway_night", - "line-width": "@motorway_link_width" - } - }, { - "id": "bridge_service", - "ref": "bridge_service_casing", - "style": { - "line-color": "@street", - "line-width": 2 - }, - "style.night": { - "line-color": "@street_night", - "line-width": 2 - } - }, { - "id": "bridge_street", - "ref": "bridge_street_casing", - "style": { - "line-color": "@street", - "line-width": "@street_width" - }, - "style.night": { - "line-color": "@street_night", - "line-width": "@street_width" - } - }, { - "id": "bridge_main", - "ref": "bridge_main_casing", - "style": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "@main_night", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "bridge_motorway_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "motorway" }, - "style": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "style.night": { - "line-color": "@case_night", - "line-width": "@motorway_casing_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "type": "line" - }, { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "style": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "style.night": { - "line-color": "@motorway_night", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - } - }, { - "id": "bridge_aerialway_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": "aerialway" }, - "style": { - "line-color": "white", - "line-opacity": 0.5, - "line-width": "@aerialway_casing_width" - }, - "style.night": { - "line-color": "white", - "line-opacity": 0.5, - "line-width": "@aerialway_casing_width" - }, - "type": "line" - }, { - "id": "bridge_aerialway", - "ref": "bridge_aerialway_casing", - "style": { - "line-color": "#876", - "line-opacity": 0.5, - "line-width": "@aerialway_width" - }, - "style.night": { - "line-color": "#876", - "line-opacity": 0.5, - "line-width": "@aerialway_width" - } - }, { - "id": "admin_l3", - "source": "mapbox", - "source-layer": "admin", - "filter": { "admin_level": [3, 4, 5] }, - "render": { - "line-join": "round" - }, - "style": { - "line-color": "#88a", - "line-dasharray": [60, 20], - "line-opacity": { - "stops": [[3, 0], [5, 1]] - }, - "line-width": "@admin_l3_width" - }, - "style.night": { - "line-color": "@admin_night", - "line-dasharray": [60, 20], - "line-opacity": { - "stops": [[3, 0], [5, 1]] - }, - "line-width": "@admin_l3_width" - }, - "type": "line" - }, { - "id": "admin_l2", - "source": "mapbox", - "source-layer": "admin", - "filter": { "admin_level": 2 }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "#88a", - "line-width": "@admin_l2_width" - }, - "style.night": { - "line-color": "@admin_night", - "line-width": "@admin_l2_width" - }, - "type": "line" - }, { - "id": "admin_maritime_cover", - "source": "mapbox", - "source-layer": "admin", - "filter": { "maritime": 1 }, - "render": { - "line-join": "round", - "line-cap": "round" - }, - "style": { - "line-color": "@water", - "line-width": 5 - }, - "style.night": { - "line-color": "@water_night", - "line-width": 5 - }, - "type": "line" - }, { - "id": "admin_maritime", - "ref": "admin_maritime_cover", - "style": { - "line-color": "#c0d6d6", - "line-width": { - "stops": [[5, 1], [7, 2], [11, 3]] - } - }, - "style.night": { - "line-color": "#0a1347", - "line-width": { - "stops": [[5, 1], [7, 2], [11, 3]] - } - } - }, { - "id": "country_label_line", - "source": "mapbox", - "source-layer": "country_label_line", - "render": { - "text-max-width": 5 - }, - "style": { - "line-color": "@country_text", - "line-width": 0.5, - "line-opacity": 0.5 - }, - "style.night": { - "line-color": "@text_night", - "line-width": 0.5, - "line-opacity": 0.5 - }, - "type": "line" - }, { - "id": "country_label", - "source": "mapbox", - "source-layer": "country_label", - "filter": { "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 24, - "text-max-width": 5 - }, - "style": { - "text-color": "@country_text", - "text-halo-color": "rgba(255,255,255,0.5)", - "text-halo-width": { - "stops": [[0, 1.17], [11, 2]] - }, - "text-size": "@country_label_size" - }, - "style.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[0, 1.63], [11, 2.8]] - }, - "text-size": "@country_label_size" - }, - "type": "symbol" - }, { - "id": "marine_label_line_1", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "LineString", "labelrank": 1 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 30, - "text-max-angle": 28.65, - "text-letter-spacing": 0.4, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 20], [3, 25], [4, 30], [21, 30]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 20], [3, 25], [4, 30], [21, 30]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_line_2", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "LineString", "labelrank": 2 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 24, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_line_3", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "LineString", "labelrank": 3 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 18, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_line_other", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "LineString", "labelrank": [4, 5, 6] }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 16, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[3, 12], [4, 14], [5, 16], [21, 16]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[3, 12], [4, 14], [5, 16], [21, 16]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_point_1", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "Point", "labelrank": 1 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 30, - "text-max-width": 8, - "text-letter-spacing": 0.4, - "text-line-height": 2 - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 20], [3, 25], [4, 30], [21, 30]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 20], [3, 25], [4, 30], [21, 30]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_point_2", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "Point", "labelrank": 2 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 24, - "text-max-width": 8, - "text-letter-spacing": 0.2, - "text-line-height": 1.5 - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 13], [3, 14], [4, 20], [5, 24], [21, 24]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_point_3", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "Point", "labelrank": 3 }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 18, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.3 - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[2, 12], [3, 13], [4, 15], [5, 18], [21, 18]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "marine_label_point_other", - "source": "mapbox", - "source-layer": "marine_label", - "filter": { "$type": "Point", "labelrank": [4, 5, 6] }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 16, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.2 - }, - "style": { - "text-color": "@marine_text", - "text-size": { - "stops": [[3, 12], [4, 14], [5, 16], [21, 16]] - }, - "text-halo-color": "@water" - }, - "style.night": { - "text-color": "@water_dark_night", - "text-size": { - "stops": [[3, 12], [4, 14], [5, 16], [21, 16]] - }, - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "state_label", - "source": "mapbox", - "source-layer": "state_label", - "filter": { "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-size": 16, - "text-max-width": 8 - }, - "style": { - "text-color": "#333", - "text-halo-width": { - "stops": [[2.99, 0], [3, 1.17], [8.99, 1.87], [9, 0]] - }, - "text-halo-color": "rgba(244,239,225,0.8)", - "text-size": { - "stops": [[2.99, 0], [3, 10], [8.99, 16], [9, 0]] - } - }, - "style.night": { - "text-color": "#fff", - "text-halo-width": { - "stops": [[2.99, 0], [3, 1.17], [8.99, 1.87], [9, 0]] - }, - "text-halo-color": "@land_night", - "text-size": { - "stops": [[2.99, 0], [3, 10], [8.99, 16], [9, 0]] - } - }, - "type": "symbol" - }, { - "id": "place_label_city", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "city", "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 20, - "text-max-width": 8 - }, - "style": { - "text-color": "#444", - "text-halo-width": { - "stops": [[2.99, 0], [3, 1.17], [6, 1.63], [13.99, 2.33], [14, 0]] - }, - "text-halo-color": "@text_stroke", - "text-size": { - "stops": [[2.99, 0], [3, 10], [6, 14], [13.99, 20], [14, 0]] - } - }, - "style.night": { - "text-color": "#fff", - "text-halo-width": { - "stops": [[2.99, 0], [3, 1.17], [6, 1.63], [13.99, 2.33], [14, 0]] - }, - "text-halo-color": "@text2_stroke_night", - "text-size": { - "stops": [[2.99, 0], [3, 10], [6, 14], [13.99, 20], [14, 0]] - } - }, - "type": "symbol" - }, { - "id": "place_label_town", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "town", "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 24, - "text-max-width": 8 - }, - "style": { - "text-color": "#716656", - "text-halo-width": { - "stops": [[8, 1.5], [11, 1.95], [13, 2.55], [15, 3.3]] - }, - "text-halo-color": "@text_stroke", - "text-size": { - "stops": [[8, 10], [11, 13], [13, 17], [15, 22]] - } - }, - "style.night": { - "text-color": "@text_night", - "text-halo-width": { - "stops": [[8, 1.5], [11, 1.95], [13, 2.55], [15, 3.3]] - }, - "text-halo-color": "@text2_stroke_night", - "text-size": { - "stops": [[8, 10], [11, 13], [13, 17], [15, 22]] - } - }, - "type": "symbol" - }, { - "id": "place_label_village", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": "village", "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 22, - "text-max-width": 8 - }, - "style": { - "text-color": "#635644", - "text-halo-width": { - "stops": [[8, 1.2], [11, 1.5], [13, 2.1], [15, 2.4], [16, 3]] - }, - "text-halo-color": "@text_stroke", - "text-size": { - "stops": [[8, 8], [11, 10], [13, 14], [15, 16], [16, 20]] - } - }, - "style.night": { - "text-color": "@text_night", - "text-halo-width": { - "stops": [[8, 1.2], [11, 1.5], [13, 2.1], [15, 2.4], [16, 3]] - }, - "text-halo-color": "@text2_stroke_night", - "text-size": { - "stops": [[8, 8], [11, 10], [13, 14], [15, 16], [16, 20]] - } - }, - "type": "symbol" - }, { - "id": "place_label_other", - "source": "mapbox", - "source-layer": "place_label", - "filter": { "type": ["hamlet", "suburb", "neighbourhood"], "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 18, - "text-max-width": 6 - }, - "style": { - "text-color": "#7d6c55", - "text-halo-color": "@text_stroke", - "text-size": { - "stops": [[12, 11], [13, 12], [15, 14], [17, 18]] - } - }, - "style.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[12, 1.65], [13, 1.8], [15, 2.1], [17, 2.7]] - }, - "text-size": { - "stops": [[12, 11], [13, 12], [15, 14], [17, 18]] - } - }, - "type": "symbol" - }, { - "id": "road_label_1", - "source": "mapbox", - "source-layer": "road_label", - "filter": { "class": ["motorway", "main"], "$type": "LineString" }, - "render": { - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-size": 18, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": { - "stops": [[12, 0.55], [13, 0.6], [14, 0.65], [15, 0.7], [16, 0.8], [17, 0.9]] - }, - "text-size": "@road_label_1_size" - }, - "style.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[12, 0.92], [13, 1], [14, 1.08], [15, 1.17], [16, 1.33], [17, 1.5]] - }, - "text-size": "@road_label_1_size" - }, - "type": "symbol" - }, { - "id": "road_label_2", - "source": "mapbox", - "source-layer": "road_label", - "filter": { "class": ["street", "street_limited"], "$type": "LineString" }, - "render": { - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-size": 16, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": { - "stops": [[12, 0.55], [13, 0.6], [15, 0.7], [17, 0.8]] - }, - "text-size": "@road_label_2_size" - }, - "style.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[12, 0.92], [13, 1], [15, 1.17], [17, 1.33]] - }, - "text-size": "@road_label_2_size" - }, - "type": "symbol" - }, { - "id": "road_label_3", - "source": "mapbox", - "source-layer": "road_label", - "filter": { "class": ["service", "driveway", "path"], "$type": "LineString" }, - "render": { - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-size": 14, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": { - "stops": [[14, 0.5], [15, 0.6], [17, 0.7]] - }, - "text-size": "@road_label_3_size" - }, - "style.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[14, 0.83], [15, 1], [17, 1.17]] - }, - "text-size": "@road_label_3_size" - }, - "type": "symbol" - }, { - "id": "contour_label", - "source": "mapbox", - "source-layer": "contour", - "filter": { "index": [5, 10], "$type": "LineString" }, - "render": { - "text-field": "{ele} m", - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-max-size": 10, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "@text", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-size": 10 - }, - "style.night": { - "text-color": "@contour_night", - "text-halo-color": "@land_night", - "text-halo-width": 1.5, - "text-size": 10 - }, - "type": "symbol" - }, { - "id": "water_label", - "source": "mapbox", - "source-layer": "water_label", - "filter": { "$type": "Point" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 12, - "text-max-width": 8 - }, - "style": { - "text-color": "@water_dark", - "text-halo-color": "rgba(255,255,255,0.75)" - }, - "style.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "waterway_label", - "source": "mapbox", - "source-layer": "waterway_label", - "filter": { "$type": "LineString" }, - "render": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-size": 12, - "text-max-angle": 28.65, - "symbol-placement": "line" - }, - "style": { - "text-color": "@water_dark", - "text-halo-width": 1.4, - "text-halo-color": "@text_stroke" - }, - "style.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night" - }, - "type": "symbol" - }, { - "id": "poi_label_1-2", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "scalerank": [1, 2], "$type": "Point" }, - "render": { - "icon-image": "{maki}-12", - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 12, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "text-color": "#444", - "text-size": "@poi_label_1-2_size", - "text-halo-color": "@land", - "text-halo-width": { - "stops": [[14, 1.5], [15, 1.65], [16, 1.8]] - } - }, - "style.night": { - "text-color": "#fff", - "text-size": "@poi_label_1-2_size", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[14, 1.5], [15, 1.65], [16, 1.8]] - } - }, - "type": "symbol" - }, { - "id": "poi_label_3", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "scalerank": 3, "$type": "Point" }, - "render": { - "icon-image": "{maki}-12", - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 11, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "icon-opacity": { - "stops": [[15.5, 0], [15.75, 1]] - }, - "text-color": "#444", - "text-size": "@poi_label_3_size", - "text-halo-color": "@land", - "text-halo-width": { - "stops": [[15, 1.5], [16, 1.65]] - }, - "text-opacity": { - "stops": [[15.5, 0], [15.75, 1]] - } - }, - "style.night": { - "text-color": "#fff", - "text-size": "@poi_label_3_size", - "text-halo-color": "@text2_stroke_night", - "text-halo-width": { - "stops": [[15, 1.5], [16, 1.65]] - }, - "text-opacity": { - "stops": [[15.5, 0], [15.75, 1]] - } - }, - "type": "symbol" - }, { - "id": "poi_label_4", - "source": "mapbox", - "source-layer": "poi_label", - "filter": { "scalerank": 4, "$type": "Point" }, - "render": { - "icon-image": "{maki}-12", - "text-field": "{name_en}", - "text-padding": 2, - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 10, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-vertical-align": "top" - }, - "style": { - "icon-opacity": { - "stops": [[17.5, 0], [17.75, 1]] - }, - "text-color": "#444", - "text-size": 10, - "text-opacity": { - "stops": [[17.5, 0], [17.75, 1]] - }, - "text-halo-color": "@land", - "text-halo-width": 1.5 - }, - "style.night": { - "text-color": "#fff", - "text-size": 10, - "text-opacity": { - "stops": [[17.5, 0], [17.75, 1]] - }, - "text-halo-color": "@text2_stroke_night", - "text-halo-width": 1.5 - }, - "type": "symbol" - }] -} diff --git a/styles/outdoors-v6-hillshade.json b/styles/outdoors-v6-hillshade.json deleted file mode 100644 index a7a68a09..00000000 --- a/styles/outdoors-v6-hillshade.json +++ /dev/null @@ -1,2348 +0,0 @@ -{ - "version": 6, - "constants": { - "@name": "{name_en}", - "@sans_lt": "Open Sans Regular, Arial Unicode MS Regular, Arial Unicode MS Bold", - "@sans": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_italic": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "@land": "#f4efe1", - "@water": "#cdd", - "@water_dark": "#185869", - "@crop": "#eeeed4", - "@grass": "#e6e6cc", - "@scrub": "#dfe5c8", - "@wood": "#cee2bd", - "@snow": "#f4f8ff", - "@rock": "#ddd", - "@sand": "#ffd", - "@cemetery": "#edf4ed", - "@pitch": "#fff", - "@park": "#d4e4bc", - "@piste": "blue", - "@school": "#e8dfe0", - "@hospital": "#f8eee0", - "@parking": "#bfbfbf", - "@builtup": "#f6faff", - "@case": "#fff", - "@motorway": "#cda0a0", - "@main": "#ddc0b9", - "@street": { - "stops": [[12.5, "#d9d5c6"], [13, "#fff"]] - }, - "@street_case": "#d9d5c6", - "@service": "#faf7f0", - "@text": "#666", - "@text_stroke": "rgba(255,255,255,0.8)", - "@text_halo": "rgba(255,255,255,0.8)", - "@country_text": "#000", - "@marine_text": "#a0bdc0", - "@water_text": "#185869", - "@land_night": "#017293", - "@water_night": "#103", - "@water_dark_night": "#003366", - "@crop_night": "#178d96", - "@grass_night": "#23948a", - "@scrub_night": "#31a186", - "@wood_night": "#45b581", - "@park_night": "#51bd8b", - "@snow_night": "#5ad9fe", - "@rock_night": "#999", - "@sand_night": "#437162", - "@cemetery_night": "#218c96", - "@pitch_night": "rgba(255,255,255,0.2)", - "@school_night": "#01536a", - "@hospital_night": "#015e7a", - "@builtup_night": "#014b60", - "@admin_night": "#ffb680", - "@text_night": "#fff", - "@text_water_night": "#0186ac", - "@text_stroke_night": "#103", - "@text2_stroke_night": "rgba(1,69,89,0.8)", - "@case_night": "#015e7a", - "@street_case_night": "#015b76", - "@motorway_night": "#bbdde7", - "@main_night": "#64b2c9", - "@street_night": "#0186ac", - "@service_night": "#017ea2", - "@contour_night": "#ffff80", - "@river_canal_width": { - "stops": [[10, 0.5], [20, 6]] - }, - "@stream_width": { - "stops": [[13, 0.75], [20, 4]] - }, - "@motorway_width": { - "base": 1.25, - "stops": [[9, 1], [20, 30]] - }, - "@motorway_casing_width": { - "stops": [[9, 0.9], [11, 1], [14, 1.5]] - }, - "@motorway_link_width": { - "base": 1.2, - "stops": [[10, 1], [20, 7]] - }, - "@motorway_link_casing_width": { - "stops": [[11, 0.8], [16, 1]] - }, - "@main_width": { - "base": 1.3, - "stops": [[11, 1], [20, 28]] - }, - "@main_casing_width": { - "stops": [[11, 1], [15, 1.5]] - }, - "@street_width": { - "base": 1.3, - "stops": [[12.5, 1], [20, 12]] - }, - "@street_casing_width": { - "stops": [[12.5, 0], [13, 1], [15, 1.5]] - }, - "@service_width": { - "base": 1.3, - "stops": [[15, 2], [20, 7]] - }, - "@service_casing_width": 1, - "@path_width": { - "base": 1.3, - "stops": [[15, 1.5], [20, 2]] - }, - "@path_bg_width": { - "base": 1.3, - "stops": [[15, 4],[20, 5]] - }, - "@tunnel_dasharray": [6, 2], - "@aerialway_width": { - "base": 1.2, - "stops": [[12, 0.8], [20, 5]] - }, - "@aerialway_casing_width": { - "stops": [[12, 0.6], [17, 1]] - }, - "@aerialway_hatching_width": { - "base": 1.2, - "stops": [[12, 5], [20, 15]] - }, - "@runway_width": { - "base": 1.15, - "stops": [[10, 2], [20, 32]] - }, - "@taxiway_width": { - "base": 1.15, - "stops": [[11, 0.2], [20, 8]] - }, - "@admin_l2_width": { - "stops": [[2, 0.6], [20, 8]] - }, - "@admin_l3_width": { - "stops": [[5, 0.6], [20, 6]] - }, - "@fence_width": { - "stops": [[16, 0.6], [20, 1.4]] - }, - "@hedge_width": { - "base": 0.9, - "stops": [[15, 0.6], [20, 2]] - }, - "@barrier_line_land_width": { - "base": 1.9, - "stops": [[13, 0.4], [20, 48]] - }, - "@country_label_size": { - "stops": [[2, 11], [8, 20]] - }, - "@road_label_1_size": { - "base": 1.3, - "stops": [[12, 11], [17, 18]] - }, - "@road_label_2_size": { - "base": 1.3, - "stops": [[12, 11], [17, 16]] - }, - "@road_label_3_size": { - "base": 1.3, - "stops": [[14, 10],[17, 14]] - }, - "@poi_label_1-2_size": { - "stops": [[14, 10], [16, 12]] - }, - "@poi_label_3_size": { - "stops": [[15, 10], [16, 11]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6-dev", - "maxzoom": 15 - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/outdoors", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [{ - "id": "background", - "type": "background", - "paint": { - "background-color": "@land" - }, - "paint.night": { - "background-color": "@land_night" - } - }, { - "id": "landcover_snow", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "snow"], - "paint": { - "fill-color": "@snow" - }, - "paint.night": { - "fill-color": "@snow_night" - } - }, { - "id": "landcover_crop", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "crop"], - "paint": { - "fill-color": "@crop" - }, - "paint.night": { - "fill-color": "@crop_night" - } - }, { - "id": "landcover_grass", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "grass"], - "paint": { - "fill-color": "@grass", - "fill-opacity": { - "stops": [[12, 1], [16, 0.2]] - } - }, - "paint.night": { - "fill-color": "@grass_night" - } - }, { - "id": "landcover_scrub", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "scrub"], - "paint": { - "fill-color": "@scrub", - "fill-opacity": { - "stops": [[12, 1], [16, 0.2]] - } - }, - "paint.night": { - "fill-color": "@scrub_night" - } - }, { - "id": "landcover_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "wood"], - "paint": { - "fill-color": "@wood", - "fill-opacity": { - "stops": [[12, 1], [16, 0.2]] - } - }, - "paint.night": { - "fill-color": "@wood_night" - } - }, { - "id": "landuse_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "wood"], - "paint": { - "fill-color": "@wood" - }, - "paint.night": { - "fill-color": "@wood_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_scrub", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "scrub"], - "paint": { - "fill-color": "@scrub" - }, - "paint.night": { - "fill-color": "@scrub_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_grass", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "grass"], - "paint": { - "fill-color": "@grass" - }, - "paint.night": { - "fill-color": "@grass_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_crop", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "crop"], - "paint": { - "fill-color": "@crop" - }, - "paint.night": { - "fill-color": "@crop_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_rock", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "rock"], - "paint": { - "fill-color": "@rock" - }, - "paint.night": { - "fill-color": "@rock_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_snow", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "snow"], - "paint": { - "fill-color": "@snow" - }, - "paint.night": { - "fill-color": "@snow_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_school", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "school"], - "paint": { - "fill-color": "@school" - }, - "paint.night": { - "fill-color": "@school_night" - } - }, { - "id": "landuse_industrial", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "industrial"], - "paint": { - "fill-color": "rgba(246,250,255,0.5)" - }, - "paint.night": { - "fill-color": "@builtup_night" - } - }, { - "id": "landuse_hospital", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "hospital"], - "paint": { - "fill-color": "@hospital" - }, - "paint.night": { - "fill-color": "@hospital_night" - } - }, { - "id": "landuse_parking", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "parking"], - "paint": { - "fill-color": "@parking", - "fill-opacity": { - "stops": [[15, 0], [15.5, 0.4]] - } - }, - "paint.night": { - "fill-color": "#026688" - } - }, { - "id": "landuse_sand", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "sand"], - "paint": { - "fill-color": "@sand" - }, - "paint.night": { - "fill-color": "@sand_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "park"], - "paint": { - "fill-color": "@park" - }, - "paint.night": { - "fill-color": "@park_night" - } - }, { - "id": "landuse_pitch", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "pitch"], - "paint": { - "fill-color": "rgba(255,255,255,0.5)", - "fill-outline-color": "@pitch" - }, - "paint.night": { - "fill-color": "@pitch_night", - "fill-outline-color": "@pitch" - } - }, { - "id": "landuse_cemetery", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "cemetery"], - "paint": { - "fill-color": "@cemetery" - }, - "paint.night": { - "fill-color": "@cemetery_night" - } - }, { - "id": "waterway_river_canal", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["in", "type", "river", "canal"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#87abaf", - "line-width": "@river_canal_width" - }, - "paint.night": { - "line-color": "rgb(10,20,71)" - } - }, { - "id": "waterway_stream", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["==", "type", "stream"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#87abaf", - "line-width": "@stream_width" - }, - "paint.night": { - "line-color": "rgb(10,20,71)" - } - }, { - "id": "building_shadow", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "#bfbfbf" - }, - "paint.night": { - "fill-color": "#026688" - } - }, { - "id": "building", - "ref": "building_shadow", - "paint": { - "fill-color": "#ebe7db", - "fill-outline-color": { - "stops": [[15, "#ebe7db"],[20, "#cecdc9"]] - }, - "fill-translate": [{ - "base": 0.5, - "stops":[[15, 0], [20, -1.5]] - },{ - "base": 0.5, - "stops":[[15, 0],[20, -2.5]] - }] - }, - "paint.night": { - "fill-color": "#027797", - "fill-outline-color": { - "stops": [[15, "#027797"],[20, "#026688"]] - } - } - }, { - "id": "hillshade_highlight_bright", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 94], - "type": "fill", - "maxzoom": 15, - "paint": { - "fill-color": "#ffd", - "fill-opacity": { - "stops": [[14, 0.15], [15, 0]] - } - }, - "paint.night": { - "fill-color": "#fdfdad", - "fill-opacity": { - "stops": [[14, 0.25], [15, 0]] - } - } - }, { - "id": "hillshade_highlight_med", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 90], - "type": "fill", - "paint": { - "fill-color": "#ffd", - "fill-opacity": { - "stops": [[14, 0.15], [15, 0]] - } - }, - "paint.night": { - "fill-color": "#fdfdad", - "fill-opacity": { - "stops": [[14, 0.25], [15, 0]] - } - } - }, { - "id": "hillshade_shadow_faint", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 89], - "type": "fill", - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [15, 0]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [14, 0.2], [15, 0]] - } - } - }, { - "id": "hillshade_shadow_med", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 78], - "type": "fill", - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [15, 0]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [14, 0.2], [15, 0]] - } - } - }, { - "id": "hillshade_shadow_dark", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 67], - "type": "fill", - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [15, 0]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [14, 0.2], [15, 0]] - } - } - }, { - "id": "hillshade_shadow_extreme", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 56], - "type": "fill", - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [15, 0]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [14, 0.2], [15, 0]] - } - } - }, { - "id": "hillshade_raster", - "type": "raster", - "source": "mapbox", - "paint": { - "raster-opacity": { - "base": 1, - "stops": [[14, 0], [15, 1]] - } - }, - "layers": [{ - "id": "hillshade_highlight_bright_hi", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 94], - "type": "fill", - "minzoom": 14, - "paint": { - "fill-color": "#ffd", - "fill-opacity": { - "stops": [[15, 0.15], [17, 0.05]] - } - }, - "paint.night": { - "fill-color": "#fdfdad", - "fill-opacity": { - "stops": [[15, 0.25], [17, 0.05]] - } - } - }, { - "id": "hillshade_highlight_med_hi", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 90], - "type": "fill", - "minzoom": 14, - "paint": { - "fill-color": "#ffd", - "fill-opacity": { - "stops": [[15, 0.15], [17, 0.05]] - } - }, - "paint.night": { - "fill-color": "#fdfdad", - "fill-opacity": { - "stops": [[15, 0.25], [17, 0.05]] - } - } - }, { - "id": "hillshade_shadow_faint_hi", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 89], - "type": "fill", - "minzoom": 14, - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[15, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[15, 0.2], [17, 0.01]] - } - } - }, { - "id": "hillshade_shadow_med_hi", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 78], - "type": "fill", - "minzoom": 14, - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[15, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[15, 0.2], [17, 0.01]] - } - } - }, { - "id": "hillshade_shadow_dark_hi", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 67], - "type": "fill", - "minzoom": 14, - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[15, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[15, 0.2], [17, 0.01]] - } - } - }, { - "id": "hillshade_shadow_extreme_hi", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 56], - "type": "fill", - "minzoom": 14, - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[15, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[15, 0.2], [17, 0.01]] - } - } - }], - "layout": { - "raster-size": 512, - "raster-blur": 0.1 - } - }, { - "id": "contour_line_loud", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": ["==", "index", 5], - "paint": { - "line-color": "#000", - "line-width": 1.2, - "line-opacity": { - "stops": [[11, 0.1], [12, 0.2]] - } - }, - "paint.night": { - "line-color": "@contour_night", - "line-opacity": { - "stops": [[11, 0.1], [12, 0.4]] - } - } - }, { - "id": "contour_line_regular", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": ["!=", "index", 5], - "paint": { - "line-color": "#000", - "line-width": 1.2, - "line-opacity": { - "stops": [[11, 0.05], [12, 0.1]] - } - }, - "paint.night": { - "line-color": "@contour_night", - "line-opacity": { - "stops": [[11, 0.1], [12, 0.2]] - } - } - }, { - "id": "barrier_line_gate", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["==", "class", "gate"], - "paint": { - "line-width": 2.5, - "line-color": "#aab" - }, - "paint.night": { - "line-color": "#59596f" - } - }, { - "id": "barrier_line_fence", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["==", "class", "fence"], - "minzoom": 16, - "paint": { - "line-color": "#aeada3", - "line-width": "@fence_width" - }, - "paint.night": { - "line-color": "#014b61" - } - }, { - "id": "barrier_line_hedge", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["==", "class", "hedge"], - "minzoom": 15, - "paint": { - "line-color": "#8de99b", - "line-width": "@hedge_width" - }, - "paint.night": { - "line-color": "#2e7a57" - } - }, { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "@water", - "fill-outline-color": "#a2bdc0" - }, - "paint.night": { - "fill-color": "@water_night", - "fill-outline-color": "@water_dark_night" - } - }, { - "id": "overlay_wetland", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": ["in", "class", "wetland", "wetland_noveg"], - "paint": { - "fill-color": "rgba(210,225,225,0.2)", - "fill-image": "wetland_noveg_64" - }, - "paint.night": { - } - }, { - "id": "overlay_breakwater_pier", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": ["in", "class", "breakwater", "pier"], - "paint": { - "fill-color": "@land" - }, - "paint.night": { - "fill-color": "@land_night" - } - }, { - "id": "barrier_line_land_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["all", ["==", "class", "land"], ["==", "$type", "Polygon"]], - "paint": { - "fill-color": "@land" - }, - "paint.night": { - "fill-color": "@land_night" - } - }, { - "id": "barrier_line_land", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["all", ["==", "class", "land"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@land", - "line-width": "@barrier_line_land_width" - }, - "paint.night": { - "line-color": "@land_night" - } - }, { - "id": "barrier_line_cliff", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["==", "class", "cliff"], - "minzoom": 12, - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#987", - "line-width": { - "stops": [[12,1],[20,2]] - } - }, - "paint.night": { - "line-color": "#63574b" - } - }, { - "id": "aeroway_runway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "filter": ["all", ["==", "type", "runway"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "#ddd", - "line-width": "@runway_width" - }, - "paint.night": { - "line-color": "#367" - } - }, { - "id": "aeroway_taxiway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "filter": ["all", ["==", "type", "taxiway"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "#ddd", - "line-width": "@taxiway_width" - }, - "paint.night": { - "line-color": "#367" - } - }, { - "id": "aeroway_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "aeroway", - "filter": ["all", ["==", "$type", "Polygon"], ["!=", "type", "apron"]], - "paint": { - "fill-color": "#ddd" - }, - "paint.night": { - "fill-color": "#367" - } - }, { - "id": "tunnel_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "#ffd", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, { - "id": "tunnel_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "motorway_link"], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@motorway_link_casing_width", - "line-gap-width":"@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "tunnel_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "service"], - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-dasharray": "@tunnel_dasharray", - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": { - } - }, { - "id": "tunnel_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@street_case", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, { - "id": "tunnel_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "main"], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "tunnel_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "motorway"], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "paint": { - "line-color": "@service", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@service_night" - } - }, { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "paint": { - "line-color": "@street_case", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, { - "id": "tunnel_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": { - } - }, { - "id": "tunnel_major_rail_hatching", - "ref": "tunnel_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - }, - "paint.night": { - } - }, { - "id": "tunnel_path_all", - "ref": "tunnel_path_bg", - "paint": { - "line-color": "#bba", - "line-opacity": 0.4, - "line-dasharray": [4, 1], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "road_pedestrian", - "type": "fill", - "source": "mapbox", - "source-layer": "road", - "filter": ["all", ["==", "type", "pedestrian"], ["==", "$type", "Polygon"]], - "paint": { - "fill-color": "#ffd", - "fill-opacity": 0.4 - }, - "paint.night": { - "fill-color": "@land_night", - "fill-opacity": 0.2 - } - }, { - "id": "road_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "#ffd", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, { - "id": "road_path_bg_piste", - "ref": "road_path_piste", - "paint": { - "line-color": "#cce", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, { - "id": "road_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "motorway_link"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width", - "line-gap-width":"@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "service"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": { - } - }, { - "id": "road_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@street_case", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, { - "id": "road_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "main"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_motorway_casing_high", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "motorway"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "road_service", - "ref": "road_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@street_night", - "line-width": "@service_width" - } - }, { - "id": "road_street", - "ref": "road_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "road_main", - "ref": "road_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@main_night" - } - }, { - "id": "road_motorway_casing_low", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "motorway"], - "maxzoom": 12, - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[9, 0], [9.5, 1], [12, 0]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_motorway", - "ref": "road_motorway_casing_high", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "road_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": { - } - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - }, - "paint.night": { - } - }, { - "id": "road_path_walk", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "type", "footway", "path", "other"], - "paint": { - "line-color": "#bba", - "line-dasharray": [4, 1], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "road_path_hike", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "type", "hiking", "trail"], - "paint": { - "line-color": "#c97", - "line-dasharray": [6, 2], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "road_path_cycleway", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "cycleway"], - "paint": { - "line-color": "#488", - "line-dasharray": [4, 1], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#94e6ff" - } - }, { - "id": "road_path_mtb", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "mtb"], - "paint": { - "line-color": "#488", - "line-dasharray": [6, 2], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#94e6ff" - } - }, { - "id": "road_path_piste", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "piste"], - "paint": { - "line-color": "#87b", - "line-dasharray": [4, 1], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#715dae" - } - }, { - "id": "road_path_steps", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "steps"], - "paint": { - "line-color": "#bba", - "line-dasharray": [3, 1], - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "bridge_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "#ffd", - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night" - } - }, { - "id": "bridge_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "motorway_link"], - "paint": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width", - "line-gap-width":"@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "bridge_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "service"], - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": { - } - }, { - "id": "bridge_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@street_case", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, { - "id": "bridge_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "main"], - "paint": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "bridge_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "motorway"], - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "bridge_service", - "ref": "bridge_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "bridge_street", - "ref": "bridge_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "bridge_main", - "ref": "bridge_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@main_night" - } - }, { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "bridge_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": { - } - }, { - "id": "bridge_major_rail_hatching", - "ref": "bridge_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - }, - "paint.night": { - } - }, { - "id": "bridge_path_all", - "ref": "bridge_path_bg", - "paint": { - "line-color": "#bba", - "line-dasharray": [4, 1], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "bridge_aerialway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "aerialway"], - "paint": { - "line-color": "white", - "line-opacity": 0.5, - "line-width": "@aerialway_casing_width", - "line-gap-width": "@aerialway_width" - }, - "paint.night": { - "line-color": "#015e7a" - } - }, { - "id": "bridge_aerialway", - "ref": "bridge_aerialway_casing", - "paint": { - "line-color": "#876", - "line-width": "@aerialway_width" - }, - "paint.night": { - "line-color": "#ffdd80" - } - }, { - "id": "bridge_aerialway_hatching", - "ref": "bridge_aerialway_casing", - "paint": { - "line-color": "#876", - "line-dasharray": ["@aerialway_width", 80], - "line-width": "@aerialway_hatching_width" - }, - "paint.night": { - "line-color": "#ffdd80" - } - }, { - "id": "admin_l3", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["in", "admin_level", 3, 4, 5], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "#88a", - "line-dasharray": [10, 3], - "line-opacity": { - "stops": [[3, 0], [4, 1]] - }, - "line-width": "@admin_l3_width" - }, - "paint.night": { - "line-color": "@admin_night" - } - }, { - "id": "admin_l2", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["==", "admin_level", 2], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#88a", - "line-width": "@admin_l2_width" - }, - "paint.night": { - "line-color": "@admin_night" - } - }, { - "id": "admin_maritime_cover", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["==", "maritime", 1], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": 5 - }, - "paint.night": { - "line-color": "@water_night" - } - }, { - "id": "admin_maritime", - "ref": "admin_maritime_cover", - "paint": { - "line-color": "#c0d6d6", - "line-width": { - "stops": [[5, 1], [7, 2], [11, 3]] - } - }, - "paint.night": { - "line-color": "#0a1347" - } - }, { - "id": "country_label_line", - "type": "line", - "source": "mapbox", - "source-layer": "country_label_line", - "paint": { - "line-color": "@country_text", - "line-width": 0.5, - "line-opacity": 0.5 - }, - "paint.night": { - "line-color": "@text_night" - } - }, { - "id": "country_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": ["==", "$type", "Point"], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 6 - }, - "paint": { - "text-color": "@country_text", - "text-halo-color": "@text_halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": "@country_label_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "marine_label_line_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["==", "labelrank", 1]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 30, - "text-letter-spacing": 0.4, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[3, 25], [4, 30]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_line_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["==", "labelrank", 2]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 24, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 0.8, - "stops": [[3, 14], [5, 24]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_line_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["==", "labelrank", 3]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 18, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 1.2, - "stops": [[3, 13], [5, 18]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_line_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["in", "labelrank", 4, 5, 6]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 16, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[4, 12], [6, 16]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["==", "labelrank", 1]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 30, - "text-max-width": 8, - "text-letter-spacing": 0.4, - "text-line-height": 2 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[3, 25], [4, 30]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["==", "labelrank", 2]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 24, - "text-max-width": 8, - "text-letter-spacing": 0.2, - "text-line-height": 1.5 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 0.8, - "stops": [[3, 14], [5, 24]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["==", "labelrank", 3]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 18, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.3 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 1.2, - "stops": [[3, 13], [5, 18]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["in", "labelrank", 4, 5, 6]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 16, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.2 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[4, 12], [6, 16]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "state_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "state_label", - "filter": ["==", "$type", "Point"], - "maxzoom": 9, - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 16, - "text-max-width": 8 - }, - "paint": { - "text-color": "#333", - "text-halo-color": "rgba(244,239,225,0.8)", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[4, 12], [9, 16]] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@land_night" - } - }, { - "id": "place_label_city_l", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "city"],["<=", "scalerank", 3], ["==", "$type", "Point"]], - "maxzoom": 14, - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#4a4032", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[4, 11], [10, 20]] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_city_s", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "city"], ["!in", "scalerank", 0, 1, 2, 3], ["==", "$type", "Point"]], - "maxzoom": 14, - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#4a4032", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[4, 10], [14, 20]] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_town", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "town"], ["==", "$type", "Point"]], - "minzoom": 7, - "maxzoom": 16, - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 24, - "text-max-width": 8 - }, - "paint": { - "text-color": "#716656", - "text-halo-color": "@text_stroke", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "base": 1.1, - "stops": [[9, 12], [15, 22]] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_village", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "village"], ["==", "$type", "Point"]], - "maxzoom": 16, - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#635644", - "text-halo-color": "@text_stroke", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "base": 1.1, - "stops": [[10, 11], [16, 20]] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["in", "type", "hamlet", "suburb", "neighbourhood"], ["==", "$type", "Point"]], - "maxzoom": 17, - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 18, - "text-max-width": 6 - }, - "paint": { - "text-color": "#7d6c55", - "text-halo-color": "@text_stroke", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "base": 1.1, - "stops": [[12, 11], [17, 20]] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "road_label_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "motorway", "main"], ["==", "$type", "LineString"]], - "layout": { - "text-field": "@name", - "text-padding": 2, - "text-font": "@sans_lt", - "text-max-size": 18, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_1_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "road_label_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "layout": { - "text-field": "@name", - "text-padding": 2, - "text-font": "@sans_lt", - "text-max-size": 16, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_2_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-size": "@road_label_2_size" - } - }, { - "id": "road_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "service", "driveway", "path"], ["==", "$type", "LineString"]], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-padding": 2, - "text-max-size": 14, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_3_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "contour_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "contour", - "filter": ["in", "index", 5, 10], - "layout": { - "text-field": "{ele} m", - "text-font": "@sans_lt", - "text-max-size": 10, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@land", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": 10 - }, - "paint.night": { - "text-color": "@contour_night", - "text-halo-color": "@land_night" - } - }, { - "id": "water_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "water_label", - "filter": ["==", "$type", "Point"], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 14, - "text-max-width": 8 - }, - "paint": { - "text-color": "@water_dark", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[13, 12], [14, 14]] - } - }, - "paint.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night", - "text-halo-width": 1, - "text-halo-blur": 1 - } - }, { - "id": "waterway_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "waterway_label", - "filter": ["==", "$type", "LineString"], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 12, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@water_dark", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5 - }, - "paint.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night", - "text-halo-width": 1, - "text-halo-blur": 1 - } - }, { - "id": "poi_label_1-2", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "filter": ["all", ["in", "scalerank", 1, 2], ["==", "$type", "Point"]], - "minzoom": 6, - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 12, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": "@poi_label_1-2_size", - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "poi_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "filter": ["all", ["==", "scalerank", 3], ["==", "$type", "Point"]], - "minzoom": 15, - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 11, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": "@poi_label_3_size", - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "poi_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "filter": ["all", ["==", "scalerank", 4], ["==", "$type", "Point"]], - "minzoom": 16, - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 10, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": 10, - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }] -} diff --git a/styles/outdoors-v6.json b/styles/outdoors-v6.json deleted file mode 100644 index 2a5cb825..00000000 --- a/styles/outdoors-v6.json +++ /dev/null @@ -1,2217 +0,0 @@ -{ - "version": 6, - "constants": { - "@name": "{name_en}", - "@sans_lt": "Open Sans Regular, Arial Unicode MS Regular, Arial Unicode MS Bold", - "@sans": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_italic": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "@land": "#f4efe1", - "@water": "#cdd", - "@water_dark": "#185869", - "@crop": "#eeeed4", - "@grass": "#e6e6cc", - "@scrub": "#dfe5c8", - "@wood": "#cee2bd", - "@snow": "#f4f8ff", - "@rock": "#ddd", - "@sand": "#ffd", - "@cemetery": "#edf4ed", - "@pitch": "#fff", - "@park": "#d4e4bc", - "@piste": "blue", - "@school": "#e8dfe0", - "@hospital": "#f8eee0", - "@parking": "#bfbfbf", - "@builtup": "#f6faff", - "@case": "#fff", - "@motorway": "#cda0a0", - "@main": "#ddc0b9", - "@street": { - "stops": [[12.5, "#d9d5c6"], [13, "#fff"]] - }, - "@street_case": "#d9d5c6", - "@service": "#faf7f0", - "@text": "#666", - "@text_stroke": "rgba(255,255,255,0.8)", - "@text_halo": "rgba(255,255,255,0.8)", - "@country_text": "#000", - "@marine_text": "#a0bdc0", - "@water_text": "#185869", - "@land_night": "#017293", - "@water_night": "#103", - "@water_dark_night": "#003366", - "@crop_night": "#178d96", - "@grass_night": "#23948a", - "@scrub_night": "#31a186", - "@wood_night": "#45b581", - "@park_night": "#51bd8b", - "@snow_night": "#5ad9fe", - "@rock_night": "#999", - "@sand_night": "#437162", - "@cemetery_night": "#218c96", - "@pitch_night": "rgba(255,255,255,0.2)", - "@school_night": "#01536a", - "@hospital_night": "#015e7a", - "@builtup_night": "#014b60", - "@admin_night": "#ffb680", - "@text_night": "#fff", - "@text_water_night": "#0186ac", - "@text_stroke_night": "#103", - "@text2_stroke_night": "rgba(1,69,89,0.8)", - "@case_night": "#015e7a", - "@street_case_night": "#015b76", - "@motorway_night": "#bbdde7", - "@main_night": "#64b2c9", - "@street_night": "#0186ac", - "@service_night": "#017ea2", - "@contour_night": "#ffff80", - "@river_canal_width": { - "stops": [[10, 0.5], [20, 6]] - }, - "@stream_width": { - "stops": [[13, 0.75], [20, 4]] - }, - "@motorway_width": { - "base": 1.25, - "stops": [[9, 1], [20, 30]] - }, - "@motorway_casing_width": { - "stops": [[9, 0.9], [11, 1], [14, 1.5]] - }, - "@motorway_link_width": { - "base": 1.2, - "stops": [[10, 1], [20, 7]] - }, - "@motorway_link_casing_width": { - "stops": [[11, 0.8], [16, 1]] - }, - "@main_width": { - "base": 1.3, - "stops": [[11, 1], [20, 28]] - }, - "@main_casing_width": { - "stops": [[11, 1], [15, 1.5]] - }, - "@street_width": { - "base": 1.3, - "stops": [[12.5, 1], [20, 12]] - }, - "@street_casing_width": { - "stops": [[12.5, 0], [13, 1], [15, 1.5]] - }, - "@service_width": { - "base": 1.3, - "stops": [[15, 2], [20, 7]] - }, - "@service_casing_width": 1, - "@path_width": { - "base": 1.3, - "stops": [[15, 1.5], [20, 2]] - }, - "@path_bg_width": { - "base": 1.3, - "stops": [[15, 4],[20, 5]] - }, - "@tunnel_dasharray": [6, 2], - "@aerialway_width": { - "base": 1.2, - "stops": [[12, 0.8], [20, 5]] - }, - "@aerialway_casing_width": { - "stops": [[12, 0.6], [17, 1]] - }, - "@aerialway_hatching_width": { - "base": 1.2, - "stops": [[12, 5], [20, 15]] - }, - "@runway_width": { - "base": 1.15, - "stops": [[10, 2], [20, 32]] - }, - "@taxiway_width": { - "base": 1.15, - "stops": [[11, 0.2], [20, 8]] - }, - "@admin_l2_width": { - "stops": [[2, 0.6], [20, 8]] - }, - "@admin_l3_width": { - "stops": [[5, 0.6], [20, 6]] - }, - "@fence_width": { - "stops": [[16, 0.6], [20, 1.4]] - }, - "@hedge_width": { - "base": 0.9, - "stops": [[15, 0.6], [20, 2]] - }, - "@barrier_line_land_width": { - "base": 1.9, - "stops": [[13, 0.4], [20, 48]] - }, - "@country_label_size": { - "stops": [[2, 11], [8, 20]] - }, - "@road_label_1_size": { - "base": 1.3, - "stops": [[12, 11], [17, 18]] - }, - "@road_label_2_size": { - "base": 1.3, - "stops": [[12, 11], [17, 16]] - }, - "@road_label_3_size": { - "base": 1.3, - "stops": [[14, 10],[17, 14]] - }, - "@poi_label_1-2_size": { - "stops": [[14, 10], [16, 12]] - }, - "@poi_label_3_size": { - "stops": [[15, 10], [16, 11]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6-dev" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/outdoors", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [{ - "id": "background", - "type": "background", - "paint": { - "background-color": "@land" - }, - "paint.night": { - "background-color": "@land_night" - } - }, { - "id": "landcover_snow", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "snow"], - "paint": { - "fill-color": "@snow" - }, - "paint.night": { - "fill-color": "@snow_night" - } - }, { - "id": "landcover_crop", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "crop"], - "paint": { - "fill-color": "@crop" - }, - "paint.night": { - "fill-color": "@crop_night" - } - }, { - "id": "landcover_grass", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "grass"], - "paint": { - "fill-color": "@grass", - "fill-opacity": { - "stops": [[12, 1], [16, 0.2]] - } - }, - "paint.night": { - "fill-color": "@grass_night" - } - }, { - "id": "landcover_scrub", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "scrub"], - "paint": { - "fill-color": "@scrub", - "fill-opacity": { - "stops": [[12, 1], [16, 0.2]] - } - }, - "paint.night": { - "fill-color": "@scrub_night" - } - }, { - "id": "landcover_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "wood"], - "paint": { - "fill-color": "@wood", - "fill-opacity": { - "stops": [[12, 1], [16, 0.2]] - } - }, - "paint.night": { - "fill-color": "@wood_night" - } - }, { - "id": "landuse_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "wood"], - "paint": { - "fill-color": "@wood" - }, - "paint.night": { - "fill-color": "@wood_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_scrub", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "scrub"], - "paint": { - "fill-color": "@scrub" - }, - "paint.night": { - "fill-color": "@scrub_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_grass", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "grass"], - "paint": { - "fill-color": "@grass" - }, - "paint.night": { - "fill-color": "@grass_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_crop", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "crop"], - "paint": { - "fill-color": "@crop" - }, - "paint.night": { - "fill-color": "@crop_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_rock", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "rock"], - "paint": { - "fill-color": "@rock" - }, - "paint.night": { - "fill-color": "@rock_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_snow", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "snow"], - "paint": { - "fill-color": "@snow" - }, - "paint.night": { - "fill-color": "@snow_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_school", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "school"], - "paint": { - "fill-color": "@school" - }, - "paint.night": { - "fill-color": "@school_night" - } - }, { - "id": "landuse_industrial", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "industrial"], - "paint": { - "fill-color": "rgba(246,250,255,0.5)" - }, - "paint.night": { - "fill-color": "@builtup_night" - } - }, { - "id": "landuse_hospital", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "hospital"], - "paint": { - "fill-color": "@hospital" - }, - "paint.night": { - "fill-color": "@hospital_night" - } - }, { - "id": "landuse_parking", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "parking"], - "paint": { - "fill-color": "@parking", - "fill-opacity": { - "stops": [[15, 0], [15.5, 0.4]] - } - }, - "paint.night": { - "fill-color": "#026688" - } - }, { - "id": "landuse_sand", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "sand"], - "paint": { - "fill-color": "@sand" - }, - "paint.night": { - "fill-color": "@sand_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "park"], - "paint": { - "fill-color": "@park" - }, - "paint.night": { - "fill-color": "@park_night" - } - }, { - "id": "landuse_pitch", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "pitch"], - "paint": { - "fill-color": "rgba(255,255,255,0.5)", - "fill-outline-color": "@pitch" - }, - "paint.night": { - "fill-color": "@pitch_night", - "fill-outline-color": "@pitch" - } - }, { - "id": "landuse_cemetery", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "cemetery"], - "paint": { - "fill-color": "@cemetery" - }, - "paint.night": { - "fill-color": "@cemetery_night" - } - }, { - "id": "waterway_river_canal", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["in", "type", "river", "canal"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#87abaf", - "line-width": "@river_canal_width" - }, - "paint.night": { - "line-color": "rgb(10,20,71)" - } - }, { - "id": "waterway_stream", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["==", "type", "stream"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#87abaf", - "line-width": "@stream_width" - }, - "paint.night": { - "line-color": "rgb(10,20,71)" - } - }, { - "id": "building_shadow", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "#bfbfbf" - }, - "paint.night": { - "fill-color": "#026688" - } - }, { - "id": "building", - "ref": "building_shadow", - "paint": { - "fill-color": "#ebe7db", - "fill-outline-color": { - "stops": [[15, "#ebe7db"],[20, "#cecdc9"]] - }, - "fill-translate": [{ - "base": 0.5, - "stops":[[15, 0], [20, -1.5]] - },{ - "base": 0.5, - "stops":[[15, 0],[20, -2.5]] - }] - }, - "paint.night": { - "fill-color": "#027797", - "fill-outline-color": { - "stops": [[15, "#027797"],[20, "#026688"]] - } - } - }, { - "id": "hillshade_highlight_bright", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 94], - "type": "fill", - "paint": { - "fill-color": "#ffd", - "fill-opacity": { - "stops": [[15, 0.15], [17, 0.05]] - } - }, - "paint.night": { - "fill-color": "#fdfdad", - "fill-opacity": { - "stops": [[15, 0.25], [17, 0.05]] - } - } - }, { - "id": "hillshade_highlight_med", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 90], - "type": "fill", - "paint": { - "fill-color": "#ffd", - "fill-opacity": { - "stops": [[15, 0.15], [17, 0.05]] - } - }, - "paint.night": { - "fill-color": "#fdfdad", - "fill-opacity": { - "stops": [[15, 0.25], [17, 0.05]] - } - } - }, { - "id": "hillshade_shadow_faint", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 89], - "type": "fill", - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [13, 0.2], [17, 0.01]] - } - } - }, { - "id": "hillshade_shadow_med", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 78], - "type": "fill", - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [13, 0.2], [17, 0.01]] - } - } - }, { - "id": "hillshade_shadow_dark", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 67], - "type": "fill", - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [13, 0.2], [17, 0.01]] - } - } - }, { - "id": "hillshade_shadow_extreme", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 56], - "type": "fill", - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [13, 0.2], [17, 0.01]] - } - } - }, { - "id": "contour_line_loud", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": ["==", "index", 5], - "paint": { - "line-color": "#000", - "line-width": 1.2, - "line-opacity": { - "stops": [[11, 0.1], [12, 0.2]] - } - }, - "paint.night": { - "line-color": "@contour_night", - "line-opacity": { - "stops": [[11, 0.1], [12, 0.4]] - } - } - }, { - "id": "contour_line_regular", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": ["!=", "index", 5], - "paint": { - "line-color": "#000", - "line-width": 1.2, - "line-opacity": { - "stops": [[11, 0.05], [12, 0.1]] - } - }, - "paint.night": { - "line-color": "@contour_night", - "line-opacity": { - "stops": [[11, 0.1], [12, 0.2]] - } - } - }, { - "id": "barrier_line_gate", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["==", "class", "gate"], - "paint": { - "line-width": 2.5, - "line-color": "#aab" - }, - "paint.night": { - "line-color": "#59596f" - } - }, { - "id": "barrier_line_fence", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["==", "class", "fence"], - "minzoom": 16, - "paint": { - "line-color": "#aeada3", - "line-width": "@fence_width" - }, - "paint.night": { - "line-color": "#014b61" - } - }, { - "id": "barrier_line_hedge", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["==", "class", "hedge"], - "minzoom": 15, - "paint": { - "line-color": "#8de99b", - "line-width": "@hedge_width" - }, - "paint.night": { - "line-color": "#2e7a57" - } - }, { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "@water", - "fill-outline-color": "#a2bdc0" - }, - "paint.night": { - "fill-color": "@water_night", - "fill-outline-color": "@water_dark_night" - } - }, { - "id": "overlay_wetland", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": ["in", "class", "wetland", "wetland_noveg"], - "paint": { - "fill-color": "rgba(210,225,225,0.2)", - "fill-image": "wetland_noveg_64" - }, - "paint.night": { - } - }, { - "id": "overlay_breakwater_pier", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": ["in", "class", "breakwater", "pier"], - "paint": { - "fill-color": "@land" - }, - "paint.night": { - "fill-color": "@land_night" - } - }, { - "id": "barrier_line_land_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["all", ["==", "class", "land"], ["==", "$type", "Polygon"]], - "paint": { - "fill-color": "@land" - }, - "paint.night": { - "fill-color": "@land_night" - } - }, { - "id": "barrier_line_land", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["all", ["==", "class", "land"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@land", - "line-width": "@barrier_line_land_width" - }, - "paint.night": { - "line-color": "@land_night" - } - }, { - "id": "barrier_line_cliff", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["==", "class", "cliff"], - "minzoom": 12, - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#987", - "line-width": { - "stops": [[12,1],[20,2]] - } - }, - "paint.night": { - "line-color": "#63574b" - } - }, { - "id": "aeroway_runway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "filter": ["all", ["==", "type", "runway"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "#ddd", - "line-width": "@runway_width" - }, - "paint.night": { - "line-color": "#367" - } - }, { - "id": "aeroway_taxiway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "filter": ["all", ["==", "type", "taxiway"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "#ddd", - "line-width": "@taxiway_width" - }, - "paint.night": { - "line-color": "#367" - } - }, { - "id": "aeroway_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "aeroway", - "filter": ["all", ["==", "$type", "Polygon"], ["!=", "type", "apron"]], - "paint": { - "fill-color": "#ddd" - }, - "paint.night": { - "fill-color": "#367" - } - }, { - "id": "tunnel_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "#ffd", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, { - "id": "tunnel_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "motorway_link"], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@motorway_link_casing_width", - "line-gap-width":"@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "tunnel_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "service"], - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-dasharray": "@tunnel_dasharray", - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": { - } - }, { - "id": "tunnel_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@street_case", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, { - "id": "tunnel_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "main"], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "tunnel_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "motorway"], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "paint": { - "line-color": "@service", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@service_night" - } - }, { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "paint": { - "line-color": "@street_case", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, { - "id": "tunnel_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": { - } - }, { - "id": "tunnel_major_rail_hatching", - "ref": "tunnel_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - }, - "paint.night": { - } - }, { - "id": "tunnel_path_all", - "ref": "tunnel_path_bg", - "paint": { - "line-color": "#bba", - "line-opacity": 0.4, - "line-dasharray": [4, 1], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "road_pedestrian", - "type": "fill", - "source": "mapbox", - "source-layer": "road", - "filter": ["all", ["==", "type", "pedestrian"], ["==", "$type", "Polygon"]], - "paint": { - "fill-color": "#ffd", - "fill-opacity": 0.4 - }, - "paint.night": { - "fill-color": "@land_night", - "fill-opacity": 0.2 - } - }, { - "id": "road_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "#ffd", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, { - "id": "road_path_bg_piste", - "ref": "road_path_piste", - "paint": { - "line-color": "#cce", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, { - "id": "road_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "motorway_link"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width", - "line-gap-width":"@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "service"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": { - } - }, { - "id": "road_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@street_case", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, { - "id": "road_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "main"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_motorway_casing_high", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "motorway"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "road_service", - "ref": "road_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@street_night", - "line-width": "@service_width" - } - }, { - "id": "road_street", - "ref": "road_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "road_main", - "ref": "road_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@main_night" - } - }, { - "id": "road_motorway_casing_low", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "motorway"], - "maxzoom": 12, - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[9, 0], [9.5, 1], [12, 0]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_motorway", - "ref": "road_motorway_casing_high", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "road_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": { - } - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - }, - "paint.night": { - } - }, { - "id": "road_path_walk", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "type", "footway", "path", "other"], - "paint": { - "line-color": "#bba", - "line-dasharray": [4, 1], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "road_path_hike", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "type", "hiking", "trail"], - "paint": { - "line-color": "#c97", - "line-dasharray": [6, 2], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "road_path_cycleway", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "cycleway"], - "paint": { - "line-color": "#488", - "line-dasharray": [4, 1], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#94e6ff" - } - }, { - "id": "road_path_mtb", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "mtb"], - "paint": { - "line-color": "#488", - "line-dasharray": [6, 2], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#94e6ff" - } - }, { - "id": "road_path_piste", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "piste"], - "paint": { - "line-color": "#87b", - "line-dasharray": [4, 1], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#715dae" - } - }, { - "id": "road_path_steps", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "steps"], - "paint": { - "line-color": "#bba", - "line-dasharray": [3, 1], - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "bridge_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "#ffd", - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night" - } - }, { - "id": "bridge_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "motorway_link"], - "paint": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width", - "line-gap-width":"@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "bridge_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "service"], - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": { - } - }, { - "id": "bridge_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@street_case", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, { - "id": "bridge_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "main"], - "paint": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "bridge_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "motorway"], - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "bridge_service", - "ref": "bridge_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "bridge_street", - "ref": "bridge_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "bridge_main", - "ref": "bridge_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@main_night" - } - }, { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "bridge_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": { - } - }, { - "id": "bridge_major_rail_hatching", - "ref": "bridge_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": [2, 31], - "line-width": 5 - }, - "paint.night": { - } - }, { - "id": "bridge_path_all", - "ref": "bridge_path_bg", - "paint": { - "line-color": "#bba", - "line-dasharray": [4, 1], - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "bridge_aerialway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "aerialway"], - "paint": { - "line-color": "white", - "line-opacity": 0.5, - "line-width": "@aerialway_casing_width", - "line-gap-width": "@aerialway_width" - }, - "paint.night": { - "line-color": "#015e7a" - } - }, { - "id": "bridge_aerialway", - "ref": "bridge_aerialway_casing", - "paint": { - "line-color": "#876", - "line-width": "@aerialway_width" - }, - "paint.night": { - "line-color": "#ffdd80" - } - }, { - "id": "bridge_aerialway_hatching", - "ref": "bridge_aerialway_casing", - "paint": { - "line-color": "#876", - "line-dasharray": ["@aerialway_width", 80], - "line-width": "@aerialway_hatching_width" - }, - "paint.night": { - "line-color": "#ffdd80" - } - }, { - "id": "admin_l3", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["in", "admin_level", 3, 4, 5], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "#88a", - "line-dasharray": [10, 3], - "line-opacity": { - "stops": [[3, 0], [4, 1]] - }, - "line-width": "@admin_l3_width" - }, - "paint.night": { - "line-color": "@admin_night" - } - }, { - "id": "admin_l2", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["==", "admin_level", 2], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#88a", - "line-width": "@admin_l2_width" - }, - "paint.night": { - "line-color": "@admin_night" - } - }, { - "id": "admin_maritime_cover", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["==", "maritime", 1], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": 5 - }, - "paint.night": { - "line-color": "@water_night" - } - }, { - "id": "admin_maritime", - "ref": "admin_maritime_cover", - "paint": { - "line-color": "#c0d6d6", - "line-width": { - "stops": [[5, 1], [7, 2], [11, 3]] - } - }, - "paint.night": { - "line-color": "#0a1347" - } - }, { - "id": "country_label_line", - "type": "line", - "source": "mapbox", - "source-layer": "country_label_line", - "paint": { - "line-color": "@country_text", - "line-width": 0.5, - "line-opacity": 0.5 - }, - "paint.night": { - "line-color": "@text_night" - } - }, { - "id": "country_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": ["==", "$type", "Point"], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 6 - }, - "paint": { - "text-color": "@country_text", - "text-halo-color": "@text_halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": "@country_label_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "marine_label_line_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["==", "labelrank", 1]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 30, - "text-letter-spacing": 0.4, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[3, 25], [4, 30]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_line_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["==", "labelrank", 2]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 24, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 0.8, - "stops": [[3, 14], [5, 24]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_line_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["==", "labelrank", 3]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 18, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 1.2, - "stops": [[3, 13], [5, 18]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_line_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["in", "labelrank", 4, 5, 6]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 16, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[4, 12], [6, 16]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["==", "labelrank", 1]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 30, - "text-max-width": 8, - "text-letter-spacing": 0.4, - "text-line-height": 2 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[3, 25], [4, 30]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["==", "labelrank", 2]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 24, - "text-max-width": 8, - "text-letter-spacing": 0.2, - "text-line-height": 1.5 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 0.8, - "stops": [[3, 14], [5, 24]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["==", "labelrank", 3]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 18, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.3 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 1.2, - "stops": [[3, 13], [5, 18]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["in", "labelrank", 4, 5, 6]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 16, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.2 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[4, 12], [6, 16]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "state_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "state_label", - "filter": ["==", "$type", "Point"], - "maxzoom": 9, - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 16, - "text-max-width": 8 - }, - "paint": { - "text-color": "#333", - "text-halo-color": "rgba(244,239,225,0.8)", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[4, 12], [9, 16]] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@land_night" - } - }, { - "id": "place_label_city_l", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "city"],["<=", "scalerank", 3], ["==", "$type", "Point"]], - "maxzoom": 14, - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#4a4032", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[4, 11], [10, 20]] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_city_s", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "city"], ["!in", "scalerank", 0, 1, 2, 3], ["==", "$type", "Point"]], - "maxzoom": 14, - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#4a4032", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[4, 10], [14, 20]] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_town", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "town"], ["==", "$type", "Point"]], - "minzoom": 7, - "maxzoom": 16, - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 24, - "text-max-width": 8 - }, - "paint": { - "text-color": "#716656", - "text-halo-color": "@text_stroke", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "base": 1.1, - "stops": [[9, 12], [15, 22]] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_village", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "village"], ["==", "$type", "Point"]], - "maxzoom": 16, - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#635644", - "text-halo-color": "@text_stroke", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "base": 1.1, - "stops": [[10, 11], [16, 20]] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["in", "type", "hamlet", "suburb", "neighbourhood"], ["==", "$type", "Point"]], - "maxzoom": 17, - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 18, - "text-max-width": 6 - }, - "paint": { - "text-color": "#7d6c55", - "text-halo-color": "@text_stroke", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "base": 1.1, - "stops": [[12, 11], [17, 20]] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "road_label_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "motorway", "main"], ["==", "$type", "LineString"]], - "layout": { - "text-field": "@name", - "text-padding": 2, - "text-font": "@sans_lt", - "text-max-size": 18, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_1_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "road_label_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "layout": { - "text-field": "@name", - "text-padding": 2, - "text-font": "@sans_lt", - "text-max-size": 16, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_2_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-size": "@road_label_2_size" - } - }, { - "id": "road_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "service", "driveway", "path"], ["==", "$type", "LineString"]], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-padding": 2, - "text-max-size": 14, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_3_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "contour_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "contour", - "filter": ["in", "index", 5, 10], - "layout": { - "text-field": "{ele} m", - "text-font": "@sans_lt", - "text-max-size": 10, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@land", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": 10 - }, - "paint.night": { - "text-color": "@contour_night", - "text-halo-color": "@land_night" - } - }, { - "id": "water_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "water_label", - "filter": ["==", "$type", "Point"], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 14, - "text-max-width": 8 - }, - "paint": { - "text-color": "@water_dark", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[13, 12], [14, 14]] - } - }, - "paint.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night", - "text-halo-width": 1, - "text-halo-blur": 1 - } - }, { - "id": "waterway_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "waterway_label", - "filter": ["==", "$type", "LineString"], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 12, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@water_dark", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5 - }, - "paint.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night", - "text-halo-width": 1, - "text-halo-blur": 1 - } - }, { - "id": "poi_label_1-2", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "filter": ["all", ["in", "scalerank", 1, 2], ["==", "$type", "Point"]], - "minzoom": 6, - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 12, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": "@poi_label_1-2_size", - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "poi_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "filter": ["all", ["==", "scalerank", 3], ["==", "$type", "Point"]], - "minzoom": 15, - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 11, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": "@poi_label_3_size", - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "poi_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "filter": ["all", ["==", "scalerank", 4], ["==", "$type", "Point"]], - "minzoom": 16, - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 10, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": 10, - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }] -} diff --git a/styles/outdoors-v7.json b/styles/outdoors-v7.json deleted file mode 100644 index e6564f55..00000000 --- a/styles/outdoors-v7.json +++ /dev/null @@ -1,2205 +0,0 @@ -{ - "version": 7, - "name": "Mapbox Outdoors", - "constants": { - "@name": "{name_en}", - "@sans_lt": "Open Sans Regular, Arial Unicode MS Regular, Arial Unicode MS Bold", - "@sans": "Open Sans Semibold, Arial Unicode MS Bold", - "@sans_italic": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "@land": "#f4efe1", - "@water": "#cdd", - "@water_dark": "#185869", - "@crop": "#eeeed4", - "@grass": "#e6e6cc", - "@scrub": "#dfe5c8", - "@wood": "#cee2bd", - "@snow": "#f4f8ff", - "@rock": "#ddd", - "@sand": "#ffd", - "@cemetery": "#edf4ed", - "@pitch": "#fff", - "@park": "#d4e4bc", - "@piste": "blue", - "@school": "#e8dfe0", - "@hospital": "#f8eee0", - "@parking": "#bfbfbf", - "@builtup": "#f6faff", - "@case": "#fff", - "@motorway": "#cda0a0", - "@main": "#ddc0b9", - "@street": { - "stops": [[12.5, "#d9d5c6"], [13, "#fff"]] - }, - "@street_case": "#d9d5c6", - "@service": "#faf7f0", - "@text": "#666", - "@text_stroke": "rgba(255,255,255,0.8)", - "@text_halo": "rgba(255,255,255,0.8)", - "@country_text": "#000", - "@marine_text": "#a0bdc0", - "@water_text": "#185869", - "@land_night": "#017293", - "@water_night": "#103", - "@water_dark_night": "#003366", - "@crop_night": "#178d96", - "@grass_night": "#23948a", - "@scrub_night": "#31a186", - "@wood_night": "#45b581", - "@park_night": "#51bd8b", - "@snow_night": "#5ad9fe", - "@rock_night": "#999", - "@sand_night": "#437162", - "@cemetery_night": "#218c96", - "@pitch_night": "rgba(255,255,255,0.2)", - "@school_night": "#01536a", - "@hospital_night": "#015e7a", - "@builtup_night": "#014b60", - "@admin_night": "#ffb680", - "@text_night": "#fff", - "@text_water_night": "#0186ac", - "@text_stroke_night": "#103", - "@text2_stroke_night": "rgba(1,69,89,0.8)", - "@case_night": "#015e7a", - "@street_case_night": "#015b76", - "@motorway_night": "#bbdde7", - "@main_night": "#64b2c9", - "@street_night": "#0186ac", - "@service_night": "#017ea2", - "@contour_night": "#ffff80", - "@river_canal_width": { - "stops": [[10, 0.5], [20, 6]] - }, - "@stream_width": { - "stops": [[13, 0.75], [20, 4]] - }, - "@motorway_width": { - "base": 1.25, - "stops": [[9, 1], [20, 30]] - }, - "@motorway_casing_width": { - "stops": [[9, 0.9], [11, 1], [14, 1.5]] - }, - "@motorway_link_width": { - "base": 1.2, - "stops": [[10, 1], [20, 7]] - }, - "@motorway_link_casing_width": { - "stops": [[11, 0.8], [16, 1]] - }, - "@main_width": { - "base": 1.3, - "stops": [[11, 1], [20, 28]] - }, - "@main_casing_width": { - "stops": [[11, 1], [15, 1.5]] - }, - "@street_width": { - "base": 1.3, - "stops": [[12.5, 1], [20, 12]] - }, - "@street_casing_width": { - "stops": [[12.5, 0], [13, 1], [15, 1.5]] - }, - "@service_width": { - "base": 1.3, - "stops": [[15, 2], [20, 7]] - }, - "@service_casing_width": 1, - "@path_width": { - "base": 1.3, - "stops": [[15, 1.5], [20, 2]] - }, - "@path_bg_width": { - "base": 1.3, - "stops": [[15, 4], [20, 5]] - }, - "@path_steps_width": { - "base": 1.3, - "stops": [[15, 1.5], [20, 10]] - }, - "@path_dasharray_primary": [3, 1], - "@path_dasharray_secondary": [5, 1.5], - "@tunnel_dasharray": [4, 1.5], - "@major_rail_hatching_width": { - "stops": [[12, 5], [20, 10]] - }, - "@major_rail_hatching_dasharray": [0.05, 10], - "@aerialway_width": { - "base": 1.2, - "stops": [[12, 0.8], [20, 5]] - }, - "@aerialway_casing_width": { - "stops": [[12, 0.6], [17, 1]] - }, - "@aerialway_hatching_width": { - "base": 1.2, - "stops": [[12, 5], [20, 15]] - }, - "@runway_width": { - "base": 1.15, - "stops": [[10, 2], [20, 32]] - }, - "@taxiway_width": { - "base": 1.15, - "stops": [[11, 0.2], [20, 8]] - }, - "@admin_l2_width": { - "stops": [[2, 0.6], [20, 8]] - }, - "@admin_l3_width": { - "stops": [[5, 0.6], [20, 6]] - }, - "@fence_width": { - "stops": [[16, 0.6], [20, 1.4]] - }, - "@hedge_width": { - "base": 0.9, - "stops": [[15, 0.6], [20, 2]] - }, - "@barrier_line_land_width": { - "base": 1.9, - "stops": [[13, 0.4], [20, 48]] - }, - "@country_label_size": { - "stops": [[2, 11], [8, 20]] - }, - "@road_label_1_size": { - "base": 1.3, - "stops": [[12, 11], [17, 18]] - }, - "@road_label_2_size": { - "base": 1.3, - "stops": [[12, 11], [17, 16]] - }, - "@road_label_3_size": { - "base": 1.3, - "stops": [[14, 10], [17, 14]] - }, - "@poi_label_1-2_size": { - "stops": [[14, 10], [16, 12]] - }, - "@poi_label_3_size": { - "stops": [[15, 10], [16, 11]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/outdoors", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [{ - "id": "background", - "type": "background", - "paint": { - "background-color": "@land" - }, - "paint.night": { - "background-color": "@land_night" - } - }, { - "id": "landcover_snow", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "snow"], - "paint": { - "fill-color": "@snow" - }, - "paint.night": { - "fill-color": "@snow_night" - } - }, { - "id": "landcover_crop", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "crop"], - "paint": { - "fill-color": "@crop" - }, - "paint.night": { - "fill-color": "@crop_night" - } - }, { - "id": "landcover_grass", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "grass"], - "paint": { - "fill-color": "@grass", - "fill-opacity": { - "stops": [[12, 1], [16, 0.2]] - } - }, - "paint.night": { - "fill-color": "@grass_night" - } - }, { - "id": "landcover_scrub", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "scrub"], - "paint": { - "fill-color": "@scrub", - "fill-opacity": { - "stops": [[12, 1], [16, 0.2]] - } - }, - "paint.night": { - "fill-color": "@scrub_night" - } - }, { - "id": "landcover_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landcover", - "filter": ["==", "class", "wood"], - "paint": { - "fill-color": "@wood", - "fill-opacity": { - "stops": [[12, 1], [16, 0.2]] - } - }, - "paint.night": { - "fill-color": "@wood_night" - } - }, { - "id": "landuse_wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "wood"], - "paint": { - "fill-color": "@wood" - }, - "paint.night": { - "fill-color": "@wood_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_scrub", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "scrub"], - "paint": { - "fill-color": "@scrub" - }, - "paint.night": { - "fill-color": "@scrub_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_grass", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "grass"], - "paint": { - "fill-color": "@grass" - }, - "paint.night": { - "fill-color": "@grass_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_crop", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "crop"], - "paint": { - "fill-color": "@crop" - }, - "paint.night": { - "fill-color": "@crop_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_rock", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "rock"], - "paint": { - "fill-color": "@rock" - }, - "paint.night": { - "fill-color": "@rock_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_snow", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "snow"], - "paint": { - "fill-color": "@snow" - }, - "paint.night": { - "fill-color": "@snow_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_school", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "school"], - "paint": { - "fill-color": "@school" - }, - "paint.night": { - "fill-color": "@school_night" - } - }, { - "id": "landuse_industrial", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "industrial"], - "paint": { - "fill-color": "rgba(246,250,255,0.5)" - }, - "paint.night": { - "fill-color": "@builtup_night" - } - }, { - "id": "landuse_hospital", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "hospital"], - "paint": { - "fill-color": "@hospital" - }, - "paint.night": { - "fill-color": "@hospital_night" - } - }, { - "id": "landuse_parking", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "parking"], - "paint": { - "fill-color": "@parking", - "fill-opacity": { - "stops": [[15, 0], [15.5, 0.4]] - } - }, - "paint.night": { - "fill-color": "#026688" - } - }, { - "id": "landuse_sand", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "sand"], - "paint": { - "fill-color": "@sand" - }, - "paint.night": { - "fill-color": "@sand_night", - "fill-opacity": 0.8 - } - }, { - "id": "landuse_park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "park"], - "paint": { - "fill-color": "@park" - }, - "paint.night": { - "fill-color": "@park_night" - } - }, { - "id": "landuse_pitch", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "pitch"], - "paint": { - "fill-color": "rgba(255,255,255,0.5)", - "fill-outline-color": "@pitch" - }, - "paint.night": { - "fill-color": "@pitch_night", - "fill-outline-color": "@pitch" - } - }, { - "id": "landuse_cemetery", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "cemetery"], - "paint": { - "fill-color": "@cemetery" - }, - "paint.night": { - "fill-color": "@cemetery_night" - } - }, { - "id": "waterway_river_canal", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["in", "type", "river", "canal"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#87abaf", - "line-width": "@river_canal_width" - }, - "paint.night": { - "line-color": "rgb(10,20,71)" - } - }, { - "id": "waterway_stream", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "filter": ["==", "type", "stream"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#87abaf", - "line-width": "@stream_width" - }, - "paint.night": { - "line-color": "rgb(10,20,71)" - } - }, { - "id": "building_shadow", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "#bfbfbf" - }, - "paint.night": { - "fill-color": "#026688" - } - }, { - "id": "building", - "ref": "building_shadow", - "paint": { - "fill-color": "#ebe7db", - "fill-outline-color": { - "stops": [[15, "#ebe7db"], [20, "#cecdc9"]] - }, - "fill-translate": { - "stops": [[15, [0, 0]], [20, [-1.5, -2.5]]], - "base": 0.5 - } - }, - "paint.night": { - "fill-color": "#027797", - "fill-outline-color": { - "stops": [[15, "#027797"], [20, "#026688"]] - } - } - }, { - "id": "hillshade_highlight_bright", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 94], - "paint": { - "fill-color": "#ffd", - "fill-opacity": { - "stops": [[15, 0.15], [17, 0.05]] - } - }, - "paint.night": { - "fill-color": "#fdfdad", - "fill-opacity": { - "stops": [[15, 0.25], [17, 0.05]] - } - } - }, { - "id": "hillshade_highlight_med", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 90], - "paint": { - "fill-color": "#ffd", - "fill-opacity": { - "stops": [[15, 0.15], [17, 0.05]] - } - }, - "paint.night": { - "fill-color": "#fdfdad", - "fill-opacity": { - "stops": [[15, 0.25], [17, 0.05]] - } - } - }, { - "id": "hillshade_shadow_faint", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 89], - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [13, 0.2], [17, 0.01]] - } - } - }, { - "id": "hillshade_shadow_med", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 78], - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [13, 0.2], [17, 0.01]] - } - } - }, { - "id": "hillshade_shadow_dark", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 67], - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [13, 0.2], [17, 0.01]] - } - } - }, { - "id": "hillshade_shadow_extreme", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 56], - "paint": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[14, 0.06], [17, 0.01]] - } - }, - "paint.night": { - "fill-color": "#216", - "fill-opacity": { - "stops": [[6, 0.15], [13, 0.2], [17, 0.01]] - } - } - }, { - "id": "contour_line_loud", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": ["==", "index", 5], - "paint": { - "line-color": "#000", - "line-width": 1.2, - "line-opacity": { - "stops": [[11, 0.1], [12, 0.2]] - } - }, - "paint.night": { - "line-color": "@contour_night", - "line-opacity": { - "stops": [[11, 0.1], [12, 0.4]] - } - } - }, { - "id": "contour_line_regular", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": ["!=", "index", 5], - "paint": { - "line-color": "#000", - "line-width": 1.2, - "line-opacity": { - "stops": [[11, 0.05], [12, 0.1]] - } - }, - "paint.night": { - "line-color": "@contour_night", - "line-opacity": { - "stops": [[11, 0.1], [12, 0.2]] - } - } - }, { - "id": "barrier_line_gate", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["==", "class", "gate"], - "paint": { - "line-width": 2.5, - "line-color": "#aab" - }, - "paint.night": { - "line-color": "#59596f" - } - }, { - "id": "barrier_line_fence", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "minzoom": 16, - "filter": ["==", "class", "fence"], - "paint": { - "line-color": "#aeada3", - "line-width": "@fence_width" - }, - "paint.night": { - "line-color": "#014b61" - } - }, { - "id": "barrier_line_hedge", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "minzoom": 15, - "filter": ["==", "class", "hedge"], - "paint": { - "line-color": "#8de99b", - "line-width": "@hedge_width" - }, - "paint.night": { - "line-color": "#2e7a57" - } - }, { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "@water", - "fill-outline-color": "#a2bdc0" - }, - "paint.night": { - "fill-color": "@water_night", - "fill-outline-color": "@water_dark_night" - } - }, { - "id": "overlay_wetland", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": ["in", "class", "wetland", "wetland_noveg"], - "paint": { - "fill-color": "rgba(210,225,225,0.2)", - "fill-image": "wetland_noveg_64" - }, - "paint.night": {} - }, { - "id": "overlay_breakwater_pier", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse_overlay", - "filter": ["in", "class", "breakwater", "pier"], - "paint": { - "fill-color": "@land" - }, - "paint.night": { - "fill-color": "@land_night" - } - }, { - "id": "barrier_line_land_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["all", ["==", "class", "land"], ["==", "$type", "Polygon"]], - "paint": { - "fill-color": "@land" - }, - "paint.night": { - "fill-color": "@land_night" - } - }, { - "id": "barrier_line_land", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "filter": ["all", ["==", "class", "land"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@land", - "line-width": "@barrier_line_land_width" - }, - "paint.night": { - "line-color": "@land_night" - } - }, { - "id": "barrier_line_cliff", - "type": "line", - "source": "mapbox", - "source-layer": "barrier_line", - "minzoom": 12, - "filter": ["==", "class", "cliff"], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-color": "#987", - "line-width": { - "stops": [[12, 1], [20, 2]] - } - }, - "paint.night": { - "line-color": "#63574b" - } - }, { - "id": "aeroway_runway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "filter": ["all", ["==", "type", "runway"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "#ddd", - "line-width": "@runway_width" - }, - "paint.night": { - "line-color": "#367" - } - }, { - "id": "aeroway_taxiway", - "type": "line", - "source": "mapbox", - "source-layer": "aeroway", - "filter": ["all", ["==", "type", "taxiway"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "#ddd", - "line-width": "@taxiway_width" - }, - "paint.night": { - "line-color": "#367" - } - }, { - "id": "aeroway_fill", - "type": "fill", - "source": "mapbox", - "source-layer": "aeroway", - "filter": ["all", ["==", "$type", "Polygon"], ["!=", "type", "apron"]], - "paint": { - "fill-color": "#ddd" - }, - "paint.night": { - "fill-color": "#367" - } - }, { - "id": "tunnel_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "#ffd", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, { - "id": "tunnel_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "motorway_link"], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@motorway_link_casing_width", - "line-gap-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "tunnel_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "service"], - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-dasharray": "@tunnel_dasharray", - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": {} - }, { - "id": "tunnel_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@street_case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, { - "id": "tunnel_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "main"], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "tunnel_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "motorway"], - "paint": { - "line-color": "@case", - "line-dasharray": "@tunnel_dasharray", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "tunnel_motorway_link", - "ref": "tunnel_motorway_link_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, { - "id": "tunnel_service", - "ref": "tunnel_service_casing", - "paint": { - "line-color": "#eeeeee", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@service_night" - } - }, { - "id": "tunnel_street", - "ref": "tunnel_street_casing", - "paint": { - "line-color": "#eeeeee", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "tunnel_main", - "ref": "tunnel_main_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, { - "id": "tunnel_motorway", - "ref": "tunnel_motorway_casing", - "paint": { - "line-color": "#e6cec7", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "#78b0c1" - } - }, { - "id": "tunnel_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": {} - }, { - "id": "tunnel_major_rail_hatching", - "ref": "tunnel_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": "@major_rail_hatching_dasharray", - "line-width": "@major_rail_hatching_width" - }, - "paint.night": {} - }, { - "id": "tunnel_path_all", - "ref": "tunnel_path_bg", - "paint": { - "line-color": "#bba", - "line-opacity": 0.4, - "line-dasharray": "@path_dasharray_primary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "road_pedestrian", - "type": "fill", - "source": "mapbox", - "source-layer": "road", - "filter": ["all", ["==", "type", "pedestrian"], ["==", "$type", "Polygon"]], - "paint": { - "fill-color": "#ffd", - "fill-opacity": 0.4 - }, - "paint.night": { - "fill-color": "@land_night", - "fill-opacity": 0.2 - } - }, { - "id": "road_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "#ffd", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, { - "id": "road_path_bg_piste", - "ref": "road_path_piste", - "paint": { - "line-color": "#cce", - "line-opacity": 0.4, - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night", - "line-opacity": 0.2 - } - }, { - "id": "road_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "motorway_link"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width", - "line-gap-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "service"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": {} - }, { - "id": "road_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@street_case", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, { - "id": "road_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "main"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_motorway_casing_high", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "motorway"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_motorway_link", - "ref": "road_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "road_service", - "ref": "road_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@street_night", - "line-width": "@service_width" - } - }, { - "id": "road_street", - "ref": "road_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "road_main", - "ref": "road_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@main_night" - } - }, { - "id": "road_motorway_casing_low", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "maxzoom": 12, - "filter": ["==", "class", "motorway"], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[9, 0], [9.5, 1], [12, 0]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "road_motorway", - "ref": "road_motorway_casing_high", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "road_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": {} - }, { - "id": "road_major_rail_hatching", - "ref": "road_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": "@major_rail_hatching_dasharray", - "line-width": "@major_rail_hatching_width" - }, - "paint.night": {} - }, { - "id": "road_path_walk", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "type", "footway", "path", "other"], - "paint": { - "line-color": "#bba", - "line-dasharray": "@path_dasharray_primary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "road_path_hike", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "type", "hiking", "trail"], - "paint": { - "line-color": "#c97", - "line-dasharray": "@path_dasharray_secondary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "road_path_cycleway", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "cycleway"], - "paint": { - "line-color": "#488", - "line-dasharray": "@path_dasharray_primary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#94e6ff" - } - }, { - "id": "road_path_mtb", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "mtb"], - "paint": { - "line-color": "#488", - "line-dasharray": "@path_dasharray_secondary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#94e6ff" - } - }, { - "id": "road_path_piste", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "piste"], - "paint": { - "line-color": "#87b", - "line-dasharray": "@path_dasharray_primary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#715dae" - } - }, { - "id": "road_path_steps", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "type", "steps"], - "paint": { - "line-color": "#bba", - "line-dasharray": [0.3, 0.2], - "line-width": "@path_steps_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "bridge_path_bg", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "path"], - "paint": { - "line-color": "#ffd", - "line-width": "@path_bg_width" - }, - "paint.night": { - "line-color": "@land_night" - } - }, { - "id": "bridge_motorway_link_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "motorway_link"], - "paint": { - "line-color": "@case", - "line-width": "@motorway_link_casing_width", - "line-gap-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "bridge_service_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "service"], - "paint": { - "line-color": "#000", - "line-opacity": 0.04, - "line-width": "@service_casing_width", - "line-gap-width": "@service_width" - }, - "paint.night": {} - }, { - "id": "bridge_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "paint": { - "line-color": "@street_case", - "line-width": "@street_casing_width", - "line-gap-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_case_night" - } - }, { - "id": "bridge_main_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "main"], - "paint": { - "line-color": "@case", - "line-width": "@main_casing_width", - "line-gap-width": "@main_width", - "line-opacity": { - "stops": [[8, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "bridge_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "motorway"], - "paint": { - "line-color": "@case", - "line-width": "@motorway_casing_width", - "line-gap-width": "@motorway_width", - "line-opacity": { - "stops": [[8.5, 0], [9, 1]] - } - }, - "paint.night": { - "line-color": "@case_night" - } - }, { - "id": "bridge_motorway_link", - "ref": "bridge_motorway_link_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_link_width" - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "bridge_service", - "ref": "bridge_service_casing", - "paint": { - "line-color": "@street", - "line-width": "@service_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "bridge_street", - "ref": "bridge_street_casing", - "paint": { - "line-color": "@street", - "line-width": "@street_width" - }, - "paint.night": { - "line-color": "@street_night" - } - }, { - "id": "bridge_main", - "ref": "bridge_main_casing", - "paint": { - "line-color": "@main", - "line-width": "@main_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@main_night" - } - }, { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "paint": { - "line-color": "@motorway", - "line-width": "@motorway_width", - "line-opacity": { - "stops": [[5.5, 0], [6, 1]] - } - }, - "paint.night": { - "line-color": "@motorway_night" - } - }, { - "id": "bridge_major_rail", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "major_rail"], - "paint": { - "line-color": "#c8c4c0", - "line-width": 0.8 - }, - "paint.night": {} - }, { - "id": "bridge_major_rail_hatching", - "ref": "bridge_major_rail", - "paint": { - "line-color": "#c8c4c0", - "line-dasharray": "@major_rail_hatching_dasharray", - "line-width": "@major_rail_hatching_width" - }, - "paint.night": {} - }, { - "id": "bridge_path_all", - "ref": "bridge_path_bg", - "paint": { - "line-color": "#bba", - "line-dasharray": "@path_dasharray_primary", - "line-width": "@path_width" - }, - "paint.night": { - "line-color": "#fff" - } - }, { - "id": "bridge_aerialway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "aerialway"], - "paint": { - "line-color": "white", - "line-opacity": 0.5, - "line-width": "@aerialway_casing_width", - "line-gap-width": "@aerialway_width" - }, - "paint.night": { - "line-color": "#015e7a" - } - }, { - "id": "bridge_aerialway", - "ref": "bridge_aerialway_casing", - "paint": { - "line-color": "#876", - "line-width": "@aerialway_width" - }, - "paint.night": { - "line-color": "#ffdd80" - } - }, { - "id": "bridge_aerialway_hatching", - "ref": "bridge_aerialway_casing", - "paint": { - "line-color": "#876", - "line-dasharray": { - "stops": [[12, [0.1, 6]], [15, [0.12, 12]], [18, [0.15, 18]]] - }, - "line-width": "@aerialway_hatching_width" - }, - "paint.night": { - "line-color": "#ffdd80" - } - }, { - "id": "admin_l3", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["in", "admin_level", 3, 4, 5], - "layout": { - "line-join": "round" - }, - "paint": { - "line-color": "#88a", - "line-dasharray": [3, 1], - "line-opacity": { - "stops": [[3, 0], [4, 1]] - }, - "line-width": "@admin_l3_width" - }, - "paint.night": { - "line-color": "@admin_night" - } - }, { - "id": "admin_l2", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["==", "admin_level", 2], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#88a", - "line-width": "@admin_l2_width" - }, - "paint.night": { - "line-color": "@admin_night" - } - }, { - "id": "admin_maritime_cover", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["==", "maritime", 1], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "@water", - "line-width": 5 - }, - "paint.night": { - "line-color": "@water_night" - } - }, { - "id": "admin_maritime", - "ref": "admin_maritime_cover", - "paint": { - "line-color": "#c0d6d6", - "line-width": { - "stops": [[5, 1], [7, 2], [11, 3]] - } - }, - "paint.night": { - "line-color": "#0a1347" - } - }, { - "id": "country_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": ["==", "$type", "Point"], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 6 - }, - "paint": { - "text-color": "@country_text", - "text-halo-color": "@text_halo", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": "@country_label_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "marine_label_line_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["==", "labelrank", 1]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 30, - "text-letter-spacing": 0.4, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[3, 25], [4, 30]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_line_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["==", "labelrank", 2]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 24, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 0.8, - "stops": [[3, 14], [5, 24]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_line_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["==", "labelrank", 3]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 18, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 1.2, - "stops": [[3, 13], [5, 18]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_line_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "LineString"], ["in", "labelrank", 4, 5, 6]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 16, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[4, 12], [6, 16]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["==", "labelrank", 1]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 30, - "text-max-width": 8, - "text-letter-spacing": 0.4, - "text-line-height": 2 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[3, 25], [4, 30]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["==", "labelrank", 2]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 24, - "text-max-width": 8, - "text-letter-spacing": 0.2, - "text-line-height": 1.5 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 0.8, - "stops": [[3, 14], [5, 24]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["==", "labelrank", 3]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 18, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.3 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "base": 1.2, - "stops": [[3, 13], [5, 18]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "marine_label_point_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["in", "labelrank", 4, 5, 6]], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 16, - "text-max-width": 8, - "text-letter-spacing": 0.1, - "text-line-height": 1.2 - }, - "paint": { - "text-color": "@marine_text", - "text-halo-color": "@water", - "text-size": { - "stops": [[4, 12], [6, 16]] - } - }, - "paint.night": { - "text-color": "@water_dark_night", - "text-halo-color": "@water_night" - } - }, { - "id": "state_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "state_label", - "maxzoom": 9, - "filter": ["==", "$type", "Point"], - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 16, - "text-max-width": 8 - }, - "paint": { - "text-color": "#333", - "text-halo-color": "rgba(244,239,225,0.8)", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[4, 12], [9, 16]] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@land_night" - } - }, { - "id": "place_label_city_l", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 14, - "filter": ["all", ["==", "type", "city"], ["<=", "scalerank", 3], ["==", "$type", "Point"]], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#4a4032", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[4, 11], [10, 20]] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_city_s", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 14, - "filter": ["all", ["==", "type", "city"], ["!in", "scalerank", 0, 1, 2, 3], ["==", "$type", "Point"]], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#4a4032", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[4, 10], [14, 20]] - } - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_town", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "minzoom": 7, - "maxzoom": 16, - "filter": ["all", ["==", "type", "town"], ["==", "$type", "Point"]], - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 24, - "text-max-width": 8 - }, - "paint": { - "text-color": "#716656", - "text-halo-color": "@text_stroke", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "base": 1.1, - "stops": [[9, 12], [15, 22]] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_village", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 16, - "filter": ["all", ["==", "type", "village"], ["==", "$type", "Point"]], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 20, - "text-max-width": 8 - }, - "paint": { - "text-color": "#635644", - "text-halo-color": "@text_stroke", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "base": 1.1, - "stops": [[10, 11], [16, 20]] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "place_label_other", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "maxzoom": 17, - "filter": ["all", ["in", "type", "hamlet", "suburb", "neighbourhood"], ["==", "$type", "Point"]], - "layout": { - "text-field": "@name", - "text-font": "@sans_lt", - "text-max-size": 18, - "text-max-width": 6 - }, - "paint": { - "text-color": "#7d6c55", - "text-halo-color": "@text_stroke", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": { - "base": 1.1, - "stops": [[12, 11], [17, 20]] - } - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "road_label_1", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "motorway", "main"], ["==", "$type", "LineString"]], - "layout": { - "text-field": "@name", - "text-padding": 2, - "text-font": "@sans_lt", - "text-max-size": 18, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_1_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "road_label_2", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "street", "street_limited"], ["==", "$type", "LineString"]], - "layout": { - "text-field": "@name", - "text-padding": 2, - "text-font": "@sans_lt", - "text-max-size": 16, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_2_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night", - "text-size": "@road_label_2_size" - } - }, { - "id": "road_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["in", "class", "service", "driveway", "path"], ["==", "$type", "LineString"]], - "layout": { - "text-field": "@name", - "text-font": "@sans", - "text-padding": 2, - "text-max-size": 14, - "symbol-placement": "line" - }, - "paint": { - "text-color": "#585042", - "text-halo-color": "@land", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": "@road_label_3_size" - }, - "paint.night": { - "text-color": "@text_night", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "contour_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "contour", - "filter": ["in", "index", 5, 10], - "layout": { - "text-field": "{ele} m", - "text-font": "@sans_lt", - "text-max-size": 10, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@text", - "text-halo-color": "@land", - "text-halo-width": 1, - "text-halo-blur": 1, - "text-size": 10 - }, - "paint.night": { - "text-color": "@contour_night", - "text-halo-color": "@land_night" - } - }, { - "id": "water_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "water_label", - "filter": ["==", "$type", "Point"], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 14, - "text-max-width": 8 - }, - "paint": { - "text-color": "@water_dark", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5, - "text-size": { - "stops": [[13, 12], [14, 14]] - } - }, - "paint.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night", - "text-halo-width": 1, - "text-halo-blur": 1 - } - }, { - "id": "waterway_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "waterway_label", - "filter": ["==", "$type", "LineString"], - "layout": { - "text-field": "@name", - "text-font": "@sans_italic", - "text-max-size": 12, - "symbol-placement": "line" - }, - "paint": { - "text-color": "@water_dark", - "text-halo-color": "@text_halo", - "text-halo-width": 1.5, - "text-halo-blur": 1.5 - }, - "paint.night": { - "text-color": "@text_water_night", - "text-halo-color": "@water_night", - "text-halo-width": 1, - "text-halo-blur": 1 - } - }, { - "id": "poi_label_1-2", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 6, - "filter": ["all", ["in", "scalerank", 1, 2], ["==", "$type", "Point"]], - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 12, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": "@poi_label_1-2_size", - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "poi_label_3", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 15, - "filter": ["all", ["==", "scalerank", 3], ["==", "$type", "Point"]], - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 11, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": "@poi_label_3_size", - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }, { - "id": "poi_label_4", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 16, - "filter": ["all", ["==", "scalerank", 4], ["==", "$type", "Point"]], - "layout": { - "icon-image": "{maki}-12", - "text-field": "@name", - "text-font": "@sans", - "text-max-size": 10, - "text-max-width": 10, - "text-offset": [0, 0.6], - "text-anchor": "top" - }, - "paint": { - "text-color": "#444", - "text-halo-color": "@land", - "text-size": 10, - "text-halo-width": 1.5 - }, - "paint.night": { - "text-color": "#fff", - "text-halo-color": "@text2_stroke_night" - } - }] -} diff --git a/styles/pencil-v4.json b/styles/pencil-v4.json deleted file mode 100644 index f28a440c..00000000 --- a/styles/pencil-v4.json +++ /dev/null @@ -1,279 +0,0 @@ -{ - "version": 4, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/pencil", - "glyphs": "https://mapbox.s3.amazonaws.com/gl-glyphs-256/{fontstack}/{range}.pbf", - "constants": { - "@land": "rgba(0,0,0,0)", - "@water": "#73b6e6", - "@park": "#c8df9f", - "@road": "#fefefe", - "@border": "#6d90ab", - "@wood": "#33AA66", - "@building": "#d9ccbe", - "@building_outline": "#d2c6b9", - "@text": "#000000", - "@satellite_brightness_low": 0, - "@satellite_brightness_high": 1, - "@satellite_saturation": 2, - "@satellite_spin": 0 - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6-dev", - "maxZoom": 15 - } - }, - "layers": [{ - "id": "background", - "style": { - "background-color": "@land", - "background-image": "natural_paper" - }, - "type": "background" - }, { - "id": "park", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "park" }, - "style": { - "fill-color": "@park", - "fill-image": "shade_medium", - "fill-antialias": true - }, - "type": "fill" - }, { - "id": "park_outline", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "park", "$type": "Polygon" }, - "style": { - "line-image": "line_shade_22_1", - "line-opacity": 0.7, - "line-color": "#eeeeee", - "line-width": { - "stops": [[1.6468052936710817, 1.01], [12.751938909271168, 5.999999999999997]] - } - }, - "type": "line" - }, { - "id": "wood", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "wood" }, - "style": { - "fill-color": "@wood", - "fill-opacity": 0.08, - "fill-antialias": true - }, - "type": "fill" - }, { - "id": "waterway", - "source": "mapbox", - "source-layer": "waterway", - "style": { - "line-color": "@water", - "line-width": { - "base": 1.01, - "stops": [[6, 0.5], [19, 7]] - } - }, - "type": "line" - }, { - "id": "water", - "source": "mapbox", - "source-layer": "water", - "style": { - "fill-color": "@water", - "fill-image": "shade_medium", - "fill-antialias": true - }, - "type": "fill" - }, { - "id": "road_large_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["motorway", "main"] }, - "render": { - "line-cap": "butt", - "line-join": "bevel" - }, - "style": { - "line-color": "rgba(152,152,152,1)", - "line-width": 0, - "line-opacity": { - "base": 1.01, - "stops": [[13.5, 0], [14.5, 1]] - } - }, - "type": "line" - }, { - "id": "road_regular_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["street"] }, - "render": { - "line-cap": "butt", - "line-join": "bevel" - }, - "style": { - "line-color": "rgba(152,152,152,1)", - "line-opacity": { - "base": 1.01, - "stops": [[13.5, 0], [14.5, 1]] - }, - "line-width": { - "stops": [[12.11458208048225, 1], [14.591807332175584, 6.999999999999999]] - } - }, - "type": "line" - }, { - "id": "road_limited", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["street_limited"] }, - "render": { - "line-cap": "round", - "line-join": "bevel", - "line-round-limit": 0.7 - }, - "style": { - "line-dasharray": [10, 2], - "line-color": "@road", - "line-image": "line_solid_7", - "line-opacity": 0.7, - "line-width": { - "stops": [[12.11458208048225, 1], [14.591807332175584, 6.999999999999999]] - } - }, - "type": "line" - }, { - "id": "road_large", - "ref": "road_large_casing", - "style": { - "line-color": "@road", - "line-image": "line_double_20", - "line-width": { - "stops": [[11.11458208048225, 1], [15.31634927121565, 20]] - } - } - }, { - "id": "road_regular", - "ref": "road_regular_casing", - "style": { - "line-image": "line_double_18", - "line-color": "@road", - "line-width": { - "stops": [[13.353194706328917, 1], [15.459380810709622, 9.999999999999998]] - } - } - }, { - "id": "path", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["path"] }, - "render": { - "line-cap": "round", - "line-join": "bevel" - }, - "style": { - "line-color": "rgba(255,255,255,1)", - "line-dasharray": [2, 2], - "line-image": "line_dotted_8", - "line-opacity": 0.7, - "line-width": 2 - }, - "type": "line" - }, { - "id": "bridge_large_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": ["motorway", "main"] }, - "style": { - "line-color": "rgba(152,152,152,1)", - "line-width": 0, - "line-opacity": { - "base": 1.01, - "stops": [[12, 0], [13, 1]] - } - }, - "type": "line" - }, { - "id": "bridge_large", - "ref": "bridge_large_casing", - "style": { - "line-color": "@road", - "line-image": "line_double_20", - "line-width": { - "stops": [[11.11458208048225, 1], [15.31634927121565, 20]] - } - } - }, { - "id": "bridge_regular_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": ["street", "street_limited"] }, - "style": { - "line-color": "rgba(152,152,152,1)", - "line-opacity": { - "base": 1.01, - "stops": [[13.5, 0], [14.5, 1]] - }, - "line-width": { - "stops": [[12.11458208048225, 1], [14.591807332175584, 6.999999999999999]] - } - }, - "type": "line" - }, { - "id": "bridge_regular", - "ref": "bridge_regular_casing", - "style": { - "line-image": "line_double_18", - "line-color": "@road", - "line-width": { - "stops": [[13.353194706328917, 1], [15.459380810709622, 9.999999999999998]] - } - } - }, { - "id": "building", - "source": "mapbox", - "source-layer": "building", - "style": { - "fill-color": "@building", - "fill-antialias": true, - "fill-image": "shade_medium", - "fill-opacity": { - "base": 1.01, - "stops": [[12, 0], [13, 1]] - } - }, - "type": "fill" - }, { - "id": "building_outline", - "source": "mapbox", - "source-layer": "building", - "filter": { "$type": "Polygon" }, - "render": { - "line-cap": "butt", - "line-join": "bevel" - }, - "style": { - "line-width": { - "stops": [[13.875969454635584, 0], [16.353194706328917, 2.9999999999999996]] - }, - "line-color": "@land", - "line-opacity": 0.5, - "line-image": "line_solid_7" - }, - "type": "line" - }, { - "id": "borders", - "source": "mapbox", - "source-layer": "admin", - "style": { - "line-color": "rgba(0,0,0,0.3)", - "line-width": 1 - }, - "type": "line" - }] -} diff --git a/styles/pencil-v5.json b/styles/pencil-v5.json deleted file mode 100644 index f8c87a05..00000000 --- a/styles/pencil-v5.json +++ /dev/null @@ -1,279 +0,0 @@ -{ - "version": 5, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/pencil", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "constants": { - "@land": "rgba(0,0,0,0)", - "@water": "#73b6e6", - "@park": "#c8df9f", - "@road": "#fefefe", - "@border": "#6d90ab", - "@wood": "#33AA66", - "@building": "#d9ccbe", - "@building_outline": "#d2c6b9", - "@text": "#000000", - "@satellite_brightness_low": 0, - "@satellite_brightness_high": 1, - "@satellite_saturation": 2, - "@satellite_spin": 0 - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6-dev", - "maxzoom": 15 - } - }, - "layers": [{ - "id": "background", - "style": { - "background-color": "@land", - "background-image": "natural_paper" - }, - "type": "background" - }, { - "id": "park", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "park" }, - "style": { - "fill-color": "@park", - "fill-image": "shade_medium", - "fill-antialias": true - }, - "type": "fill" - }, { - "id": "park_outline", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "park", "$type": "Polygon" }, - "style": { - "line-image": "line_shade_22_1", - "line-opacity": 0.7, - "line-color": "#eeeeee", - "line-width": { - "stops": [[1.6468052936710817, 1.01], [12.751938909271168, 5.999999999999997]] - } - }, - "type": "line" - }, { - "id": "wood", - "source": "mapbox", - "source-layer": "landuse", - "filter": { "class": "wood" }, - "style": { - "fill-color": "@wood", - "fill-opacity": 0.08, - "fill-antialias": true - }, - "type": "fill" - }, { - "id": "waterway", - "source": "mapbox", - "source-layer": "waterway", - "style": { - "line-color": "@water", - "line-width": { - "base": 1.01, - "stops": [[6, 0.5], [19, 7]] - } - }, - "type": "line" - }, { - "id": "water", - "source": "mapbox", - "source-layer": "water", - "style": { - "fill-color": "@water", - "fill-image": "shade_medium", - "fill-antialias": true - }, - "type": "fill" - }, { - "id": "road_large_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["motorway", "main"] }, - "render": { - "line-cap": "butt", - "line-join": "bevel" - }, - "style": { - "line-color": "rgba(152,152,152,1)", - "line-width": 0, - "line-opacity": { - "base": 1.01, - "stops": [[13.5, 0], [14.5, 1]] - } - }, - "type": "line" - }, { - "id": "road_regular_casing", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["street"] }, - "render": { - "line-cap": "butt", - "line-join": "bevel" - }, - "style": { - "line-color": "rgba(152,152,152,1)", - "line-opacity": { - "base": 1.01, - "stops": [[13.5, 0], [14.5, 1]] - }, - "line-width": { - "stops": [[12.11458208048225, 1], [14.591807332175584, 6.999999999999999]] - } - }, - "type": "line" - }, { - "id": "road_limited", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["street_limited"] }, - "render": { - "line-cap": "round", - "line-join": "bevel", - "line-round-limit": 0.7 - }, - "style": { - "line-dasharray": [10, 2], - "line-color": "@road", - "line-image": "line_solid_7", - "line-opacity": 0.7, - "line-width": { - "stops": [[12.11458208048225, 1], [14.591807332175584, 6.999999999999999]] - } - }, - "type": "line" - }, { - "id": "road_large", - "ref": "road_large_casing", - "style": { - "line-color": "@road", - "line-image": "line_double_20", - "line-width": { - "stops": [[11.11458208048225, 1], [15.31634927121565, 20]] - } - } - }, { - "id": "road_regular", - "ref": "road_regular_casing", - "style": { - "line-image": "line_double_18", - "line-color": "@road", - "line-width": { - "stops": [[13.353194706328917, 1], [15.459380810709622, 9.999999999999998]] - } - } - }, { - "id": "path", - "source": "mapbox", - "source-layer": "road", - "filter": { "class": ["path"] }, - "render": { - "line-cap": "round", - "line-join": "bevel" - }, - "style": { - "line-color": "rgba(255,255,255,1)", - "line-dasharray": [2, 2], - "line-image": "line_dotted_8", - "line-opacity": 0.7, - "line-width": 2 - }, - "type": "line" - }, { - "id": "bridge_large_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": ["motorway", "main"] }, - "style": { - "line-color": "rgba(152,152,152,1)", - "line-width": 0, - "line-opacity": { - "base": 1.01, - "stops": [[12, 0], [13, 1]] - } - }, - "type": "line" - }, { - "id": "bridge_large", - "ref": "bridge_large_casing", - "style": { - "line-color": "@road", - "line-image": "line_double_20", - "line-width": { - "stops": [[11.11458208048225, 1], [15.31634927121565, 20]] - } - } - }, { - "id": "bridge_regular_casing", - "source": "mapbox", - "source-layer": "bridge", - "filter": { "class": ["street", "street_limited"] }, - "style": { - "line-color": "rgba(152,152,152,1)", - "line-opacity": { - "base": 1.01, - "stops": [[13.5, 0], [14.5, 1]] - }, - "line-width": { - "stops": [[12.11458208048225, 1], [14.591807332175584, 6.999999999999999]] - } - }, - "type": "line" - }, { - "id": "bridge_regular", - "ref": "bridge_regular_casing", - "style": { - "line-image": "line_double_18", - "line-color": "@road", - "line-width": { - "stops": [[13.353194706328917, 1], [15.459380810709622, 9.999999999999998]] - } - } - }, { - "id": "building", - "source": "mapbox", - "source-layer": "building", - "style": { - "fill-color": "@building", - "fill-antialias": true, - "fill-image": "shade_medium", - "fill-opacity": { - "base": 1.01, - "stops": [[12, 0], [13, 1]] - } - }, - "type": "fill" - }, { - "id": "building_outline", - "source": "mapbox", - "source-layer": "building", - "filter": { "$type": "Polygon" }, - "render": { - "line-cap": "butt", - "line-join": "bevel" - }, - "style": { - "line-width": { - "stops": [[13.875969454635584, 0], [16.353194706328917, 2.9999999999999996]] - }, - "line-color": "@land", - "line-opacity": 0.5, - "line-image": "line_solid_7" - }, - "type": "line" - }, { - "id": "borders", - "source": "mapbox", - "source-layer": "admin", - "style": { - "line-color": "rgba(0,0,0,0.3)", - "line-width": 1 - }, - "type": "line" - }] -} diff --git a/styles/pencil-v6.json b/styles/pencil-v6.json deleted file mode 100644 index 17d17e13..00000000 --- a/styles/pencil-v6.json +++ /dev/null @@ -1,278 +0,0 @@ -{ - "version": 6, - "constants": { - "@land": "rgba(0,0,0,0)", - "@water": "#73b6e6", - "@park": "#c8df9f", - "@road": "#fefefe", - "@border": "#6d90ab", - "@wood": "#33AA66", - "@building": "#d9ccbe", - "@building_outline": "#d2c6b9", - "@text": "#000000", - "@satellite_brightness_low": 0, - "@satellite_brightness_high": 1, - "@satellite_saturation": 2, - "@satellite_spin": 0 - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6-dev" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/pencil", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [{ - "id": "background", - "type": "background", - "paint": { - "background-color": "@land", - "background-image": "natural_paper" - } - }, { - "id": "park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "park"], - "paint": { - "fill-color": "@park", - "fill-image": "shade_medium", - "fill-antialias": true - } - }, { - "id": "park_outline", - "type": "line", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["all", ["==", "class", "park"], ["==", "$type", "Polygon"]], - "paint": { - "line-image": "line_shade_22_1", - "line-opacity": 0.7, - "line-color": "#eeeeee", - "line-width": { - "stops": [[1.6468052936710817, 1.01], [12.751938909271168, 5.999999999999997]] - } - } - }, { - "id": "wood", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["==", "class", "wood"], - "paint": { - "fill-color": "@wood", - "fill-opacity": 0.08, - "fill-antialias": true - } - }, { - "id": "waterway", - "type": "line", - "source": "mapbox", - "source-layer": "waterway", - "paint": { - "line-color": "@water", - "line-width": { - "base": 1.01, - "stops": [[6, 0.5], [19, 7]] - } - } - }, { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-color": "@water", - "fill-image": "shade_medium", - "fill-antialias": true - } - }, { - "id": "road_large_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "class", "motorway", "main"], - "layout": { - "line-cap": "butt", - "line-join": "bevel" - }, - "paint": { - "line-color": "rgba(152,152,152,1)", - "line-width": 0, - "line-opacity": { - "base": 1.01, - "stops": [[13.5, 0], [14.5, 1]] - } - } - }, { - "id": "road_regular_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "class", "street"], - "layout": { - "line-cap": "butt", - "line-join": "bevel" - }, - "paint": { - "line-color": "rgba(152,152,152,1)", - "line-opacity": { - "base": 1.01, - "stops": [[13.5, 0], [14.5, 1]] - }, - "line-width": { - "stops": [[12.11458208048225, 1], [14.591807332175584, 6.999999999999999]] - } - } - }, { - "id": "road_limited", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "class", "street_limited"], - "layout": { - "line-cap": "round", - "line-join": "bevel", - "line-round-limit": 0.7 - }, - "paint": { - "line-dasharray": [10, 2], - "line-color": "@road", - "line-image": "line_solid_7", - "line-opacity": 0.7, - "line-width": { - "stops": [[12.11458208048225, 1], [14.591807332175584, 6.999999999999999]] - } - } - }, { - "id": "road_large", - "ref": "road_large_casing", - "paint": { - "line-color": "@road", - "line-image": "line_double_20", - "line-width": { - "stops": [[11.11458208048225, 1], [15.31634927121565, 20]] - } - } - }, { - "id": "road_regular", - "ref": "road_regular_casing", - "paint": { - "line-image": "line_double_18", - "line-color": "@road", - "line-width": { - "stops": [[13.353194706328917, 1], [15.459380810709622, 9.999999999999998]] - } - } - }, { - "id": "path", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "class", "path"], - "layout": { - "line-cap": "round", - "line-join": "bevel" - }, - "paint": { - "line-color": "rgba(255,255,255,1)", - "line-dasharray": [2, 2], - "line-image": "line_dotted_8", - "line-opacity": 0.7, - "line-width": 2 - } - }, { - "id": "bridge_large_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["in", "class", "motorway", "main"], - "paint": { - "line-color": "rgba(152,152,152,1)", - "line-width": 0, - "line-opacity": { - "base": 1.01, - "stops": [[12, 0], [13, 1]] - } - } - }, { - "id": "bridge_large", - "ref": "bridge_large_casing", - "paint": { - "line-color": "@road", - "line-image": "line_double_20", - "line-width": { - "stops": [[11.11458208048225, 1], [15.31634927121565, 20]] - } - } - }, { - "id": "bridge_regular_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["in", "class", "street", "street_limited"], - "paint": { - "line-color": "rgba(152,152,152,1)", - "line-opacity": { - "base": 1.01, - "stops": [[13.5, 0], [14.5, 1]] - }, - "line-width": { - "stops": [[12.11458208048225, 1], [14.591807332175584, 6.999999999999999]] - } - } - }, { - "id": "bridge_regular", - "ref": "bridge_regular_casing", - "paint": { - "line-image": "line_double_18", - "line-color": "@road", - "line-width": { - "stops": [[13.353194706328917, 1], [15.459380810709622, 9.999999999999998]] - } - } - }, { - "id": "building", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "paint": { - "fill-color": "@building", - "fill-antialias": true, - "fill-image": "shade_medium", - "fill-opacity": { - "base": 1.01, - "stops": [[12, 0], [13, 1]] - } - } - }, { - "id": "building_outline", - "type": "line", - "source": "mapbox", - "source-layer": "building", - "filter": ["==", "$type", "Polygon"], - "layout": { - "line-cap": "butt", - "line-join": "bevel" - }, - "paint": { - "line-width": { - "stops": [[13.875969454635584, 0], [16.353194706328917, 2.9999999999999996]] - }, - "line-color": "@land", - "line-opacity": 0.5, - "line-image": "line_solid_7" - } - }, { - "id": "borders", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "paint": { - "line-color": "rgba(0,0,0,0.3)", - "line-width": 1 - } - }] -} diff --git a/styles/pencil-v7.json b/styles/pencil-v7.json deleted file mode 100644 index 15433a42..00000000 --- a/styles/pencil-v7.json +++ /dev/null @@ -1,606 +0,0 @@ -{ - "version": 7, - "name": "Pencil", - "constants": { - "@land": "rgba(0,0,0,0)", - "@water": "#73b6e6", - "@park": "#c8df9f", - "@road": "#fefefe", - "@border": "#6d90ab", - "@wood": "#33AA66", - "@building": "#d9ccbe", - "@building_outline": "#d2c6b9", - "@text": "#000000", - "@satellite_brightness_low": 0, - "@satellite_brightness_high": 1, - "@satellite_saturation": 2, - "@satellite_spin": 0 - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/pencil", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [{ - "id": "background", - "type": "background", - "paint": { - "background-image": "natural_paper_seamless_s" - } - }, { - "id": "park", - "type": "fill", - "source": "mapbox", - "source-layer": "landuse", - "filter": ["in", "class", "park", "cemetery"], - "paint": { - "fill-image": "shade_light", - "fill-antialias": true - } - }, { - "id": "park_outline", - "type": "line", - "source": "mapbox", - "source-layer": "landuse", - "minzoom": 11, - "filter": ["all", ["in", "class", "park", "cemetery"], ["==", "$type", "Polygon"]], - "paint": { - "line-image": "line_shade_22_1", - "line-width": { - "base": 1.3, - "stops": [[11, 1], [20, 11]] - }, - "line-opacity": { - "stops": [[11, 0], [12, 0.4]] - } - } - }, { - "id": "hillshade_highlight_bright", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 94], - "paint": { - "fill-color": "#ffffff", - "fill-opacity": 0.3 - } - }, { - "id": "hillshade_highlight_med", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 90], - "paint": { - "fill-color": "#ffffff", - "fill-opacity": 0.3 - } - }, { - "id": "hillshade_shadow_faint", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 89], - "paint": { - "fill-image": "shade_dark", - "fill-opacity": 0.3 - } - }, { - "id": "hillshade_shadow_med", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 78], - "paint": { - "fill-image": "shade_dark", - "fill-opacity": 0.3 - } - }, { - "id": "hillshade_shadow_dark", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 67], - "paint": { - "fill-image": "shade_dark", - "fill-opacity": 0.3 - } - }, { - "id": "hillshade_shadow_extreme", - "type": "fill", - "source": "mapbox", - "source-layer": "hillshade", - "filter": ["==", "level", 56], - "paint": { - "fill-image": "shade_dark", - "fill-opacity": 0.3 - } - }, { - "id": "contour_line_loud", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": ["==", "index", 5], - "paint": { - "line-image": "line_solid_6", - "line-width": 3, - "line-opacity": 0.5 - } - }, { - "id": "contour_line_regular", - "type": "line", - "source": "mapbox", - "source-layer": "contour", - "filter": ["!=", "index", 5], - "paint": { - "line-image": "line_dotted_4", - "line-width": 2, - "line-opacity": 0.5 - } - }, { - "id": "water", - "type": "fill", - "source": "mapbox", - "source-layer": "water", - "paint": { - "fill-image": "water_pattern_s", - "fill-antialias": true - } - }, { - "id": "water_line", - "type": "line", - "source": "mapbox", - "source-layer": "water", - "minzoom": 2, - "paint": { - "line-width": { - "stops": [[14, 1], [20, 3]] - }, - "line-color": "#888888", - "line-opacity": 0.5 - } - }, { - "id": "tunnel_path", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["in", "class", "path"], - "paint": { - "line-image": "line_dotted_4", - "line-width": 2, - "line-opacity": 0.25 - } - }, { - "id": "tunnel_service", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "filter": ["==", "class", "service"], - "paint": { - "line-image": "line_solid_6", - "line-width": 3, - "line-opacity": { - "stops": [[15, 0], [15.25, 0.25]] - } - } - }, { - "id": "tunnel_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "minzoom": 12, - "filter": ["==", "class", "motorway"], - "paint": { - "line-image": "line_double_20", - "line-width": 10, - "line-opacity": 0.25 - } - }, { - "id": "tunnel_main_motorwaylink_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "minzoom": 13, - "filter": ["in", "class", "main", "motorway_link"], - "paint": { - "line-image": "line_double_18", - "line-width": 9, - "line-opacity": 0.25 - } - }, { - "id": "tunnel_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "tunnel", - "minzoom": 14, - "filter": ["in", "class", "street", "street_limited"], - "paint": { - "line-image": "line_double_16", - "line-width": 8, - "line-opacity": 0.25 - } - }, { - "id": "road_motorway_low_dash1", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 7, - "maxzoom": 11, - "filter": ["==", "class", "motorway"], - "paint": { - "line-color": "#000000", - "line-width": { - "stops": [[7, 1], [9, 1.6]] - }, - "line-opacity": { - "stops": [[7, 0.2], [8, 0.1], [10, 0.1], [11, 0]] - }, - "line-dasharray": [2, 1] - } - }, { - "id": "road_motorway_low_dash2", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 7, - "maxzoom": 11, - "filter": ["==", "class", "motorway"], - "paint": { - "line-color": "#000000", - "line-width": { - "stops": [[7, 1], [9, 2.6]] - }, - "line-opacity": { - "stops": [[7, 0.2], [8, 0.1], [10, 0.1], [11, 0]] - }, - "line-dasharray": [12, 1] - } - }, { - "id": "road_main_motorwaylink_low", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 7, - "maxzoom": 11, - "filter": ["in", "class", "main", "motorway_link"], - "paint": { - "line-color": "#222222", - "line-width": { - "stops": [[7, 1], [11, 1.2]] - }, - "line-opacity": { - "stops": [[7, 0.25], [10, 0.25], [11, 0]] - } - } - }, { - "id": "road_motorway_mid", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 10, - "maxzoom": 12, - "filter": ["==", "class", "motorway"], - "paint": { - "line-image": "line_solid_7", - "line-width": 4, - "line-opacity": { - "stops": [[10, 0], [11, 1]] - } - } - }, { - "id": "road_main_motorwaylink_mid", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 10, - "maxzoom": 13, - "filter": ["in", "class", "main", "motorway_link"], - "paint": { - "line-image": "line_solid_7", - "line-width": 4, - "line-opacity": { - "stops": [[10, 0], [11, 1]] - } - } - }, { - "id": "road_street_mid", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "maxzoom": 14, - "filter": ["in", "class", "street", "street_limited"], - "paint": { - "line-image": "line_solid_6", - "line-width": 3, - "line-opacity": { - "stops": [[12, 0], [12.5, 1]] - } - } - }, { - "id": "road_path", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["in", "class", "path"], - "paint": { - "line-image": "line_dotted_4", - "line-width": 2 - } - }, { - "id": "road_service", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "filter": ["==", "class", "service"], - "paint": { - "line-image": "line_solid_6", - "line-width": 3, - "line-opacity": { - "stops": [[15, 0], [15.25, 1]] - } - } - }, { - "id": "road_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 12, - "filter": ["==", "class", "motorway"], - "layout": { - "line-cap": "butt", - "line-join": "miter" - }, - "paint": { - "line-image": "line_double_20", - "line-width": 10 - } - }, { - "id": "road_main_motorwaylink_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 13, - "filter": ["in", "class", "main", "motorway_link"], - "layout": { - "line-cap": "butt", - "line-join": "bevel" - }, - "paint": { - "line-image": "line_double_18", - "line-width": 9 - } - }, { - "id": "road_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 14, - "filter": ["in", "class", "street", "street_limited"], - "paint": { - "line-image": "line_double_16", - "line-width": 8 - } - }, { - "id": "road_motorway", - "ref": "road_motorway_casing", - "paint": { - "line-image": "line_double_20_mask", - "line-width": 10 - } - }, { - "id": "road_main_motorwaylink", - "ref": "road_main_motorwaylink_casing", - "paint": { - "line-image": "line_double_18_mask", - "line-width": 9 - } - }, { - "id": "road_street", - "ref": "road_street_casing", - "paint": { - "line-image": "line_double_16_mask", - "line-width": 8 - } - }, { - "id": "bridge_path", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["in", "class", "path"], - "paint": { - "line-image": "line_dotted_4", - "line-width": 2 - } - }, { - "id": "bridge_service", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "filter": ["==", "class", "service"], - "paint": { - "line-image": "line_solid_6", - "line-width": 3, - "line-opacity": { - "stops": [[15, 0], [15.25, 1]] - } - } - }, { - "id": "bridge_motorway_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 12, - "filter": ["==", "class", "motorway"], - "layout": { - "line-cap": "butt", - "line-join": "miter" - }, - "paint": { - "line-image": "line_double_20", - "line-width": 10 - } - }, { - "id": "bridge_main_motorwaylink_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 13, - "filter": ["in", "class", "main", "motorway_link"], - "layout": { - "line-cap": "butt", - "line-join": "bevel" - }, - "paint": { - "line-image": "line_double_18", - "line-width": 9 - } - }, { - "id": "bridge_street_casing", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, - "filter": ["in", "class", "street", "street_limited"], - "paint": { - "line-image": "line_double_16", - "line-width": 8 - } - }, { - "id": "bridge_motorway", - "ref": "bridge_motorway_casing", - "paint": { - "line-image": "line_double_20_mask", - "line-width": 10 - } - }, { - "id": "bridge_main_motorwaylink", - "ref": "bridge_main_motorwaylink_casing", - "paint": { - "line-image": "line_double_18_mask", - "line-width": 9 - } - }, { - "id": "bridge_street", - "ref": "bridge_street_casing", - "paint": { - "line-image": "line_double_16_mask", - "line-width": 8 - } - }, { - "id": "building", - "type": "fill", - "source": "mapbox", - "source-layer": "building", - "minzoom": 14, - "paint": { - "fill-antialias": true, - "fill-image": "shade_medium", - "fill-opacity": { - "stops": [[12, 0], [13, 1]] - } - } - }, { - "id": "building_outline", - "type": "line", - "source": "mapbox", - "source-layer": "building", - "minzoom": 14, - "paint": { - "line-image": "line_solid_6", - "line-width": { - "base": 1.3, - "stops": [[14, 1], [17, 3]] - } - } - }, { - "id": "admin_3_4_glow", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["all", [">=", "admin_level", 3], ["==", "maritime", 0]], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#e3e3e3", - "line-opacity": 0.8, - "line-width": { - "stops": [[3, 4], [6, 6]] - } - } - }, { - "id": "admin_3_4", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["all", [">=", "admin_level", 3], ["==", "maritime", 0]], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#666666", - "line-opacity": 0.5, - "line-width": { - "stops": [[5, 1], [9, 2.2]] - }, - "line-dasharray": [1, 0.5, 1.5, 0.5, 0.5, 0.5, 2, 0.5, 2.5, 0.5] - } - }, { - "id": "admin_2_maritime", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["all", ["==", "admin_level", 2], ["==", "maritime", 1]], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#666666", - "line-opacity": 0.5, - "line-width": { - "stops": [[3, 1.2], [6, 2.2]] - }, - "line-dasharray": [2, 2, 1.5, 1.5] - } - }, { - "id": "admin_2_glow", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["all", ["==", "admin_level", 2], ["==", "maritime", 0]], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#e3e3e3", - "line-opacity": 0.8, - "line-width": { - "stops": [[3, 6], [6, 8]] - } - } - }, { - "id": "admin_2", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["all", ["==", "admin_level", 2], ["==", "maritime", 0]], - "layout": { - "line-join": "round", - "line-cap": "round" - }, - "paint": { - "line-color": "#666666", - "line-opacity": 0.8, - "line-width": { - "stops": [[3, 1.2], [6, 2.2]] - }, - "line-dasharray": [1, 0.5, 1.5, 0.5, 0.5, 0.5, 2, 0.5, 2.5, 0.5] - } - }] -} diff --git a/styles/satellite-v4.json b/styles/satellite-v4.json deleted file mode 100644 index 96b04f3b..00000000 --- a/styles/satellite-v4.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 4, - "sources": { - "mapbox": { - "type": "raster", - "url": "mapbox://mapbox.satellite", - "tileSize": 256 - } - }, - "layers": [{ - "id": "background", - "style": { - "background-color": "rgb(4,7,14)" - }, - "type": "background" - }, { - "id": "satellite", - "source": "mapbox", - "source-layer": "mapbox_satellite_full", - "type": "raster" - }] -} \ No newline at end of file diff --git a/styles/satellite-v5.json b/styles/satellite-v5.json deleted file mode 100644 index 808935e2..00000000 --- a/styles/satellite-v5.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 5, - "sources": { - "mapbox": { - "type": "raster", - "url": "mapbox://mapbox.satellite", - "tileSize": 256 - } - }, - "layers": [{ - "id": "background", - "style": { - "background-color": "rgb(4,7,14)" - }, - "type": "background" - }, { - "id": "satellite", - "source": "mapbox", - "source-layer": "mapbox_satellite_full", - "type": "raster" - }] -} diff --git a/styles/satellite-v6.json b/styles/satellite-v6.json deleted file mode 100644 index 9c322d68..00000000 --- a/styles/satellite-v6.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": 6, - "sources": { - "mapbox": { - "type": "raster", - "url": "mapbox://mapbox.satellite", - "tileSize": 256 - } - }, - "layers": [{ - "id": "background", - "type": "background", - "paint": { - "background-color": "rgb(4,7,14)" - } - }, { - "id": "satellite", - "type": "raster", - "source": "mapbox", - "source-layer": "mapbox_satellite_full" - }] -} diff --git a/styles/satellite-v7.json b/styles/satellite-v7.json deleted file mode 100644 index 4afee773..00000000 --- a/styles/satellite-v7.json +++ /dev/null @@ -1,741 +0,0 @@ -{ - "version": 7, - "name": "Satellite", - "constants": { - "@state_dash": [0, 2.5], - "@sans_ital": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "@road-width-major": { - "stops": [[5, 0.8], [6, 1], [7, 1.8], [8, 2], [9, 2.3], [10, 2.5], [11, 2.5], [12, 2.8], [13, 3], [14, 3], [15, 6], [16, 7], [17, 9], [18, 16]] - }, - "@road-min": 12, - "@road-width-motorwaylink": { - "stops": [[6, 1], [12, 3], [18, 8]] - }, - "@highway-opacity": 0.4, - "@land": "#fff", - "@name": "{name_en}", - "@water_label": "aqua", - "@number-1": { - "base": 1, - "stops": [[16, 0], [20, 0.2]] - }, - "@admin-opacity": 0.5, - "@admin_level_2_width": { - "base": 1, - "stops": [[4, 1.4], [5, 2], [12, 8]] - }, - "@sans_bd": "Open Sans Bold, Arial Unicode MS Bold", - "@admin": "#9e9cab", - "@admin_level_3_width": { - "base": 1, - "stops": [[4, 0.4], [5, 1], [12, 3]] - }, - "@sans": "Open Sans Regular, Arial Unicode MS Regular", - "@water": "#79d3e3", - "@road-width-med": { - "stops": [[14, 0], [19, 8]] - }, - "@offwhite": "#ddd", - "@halo": "rgba(0,0,0,0.75)", - "@road-opacity": 0.2, - "@service_line": "#e6f2f2", - "@road-width-min": { - "stops": [[11, 0.5], [13, 1.6], [14, 2], [15, 3], [16, 6], [17, 10]] - } - }, - "sources": { - "mapbox": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v6" - }, - "satellite": { - "type": "raster", - "url": "mapbox://mapbox.satellite", - "tileSize": 256 - }, - "Mapbox Terrain V2": { - "type": "vector", - "url": "mapbox://mapbox.mapbox-terrain-v2" - } - }, - "sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/bright", - "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf", - "layers": [{ - "id": "background", - "type": "background", - "paint.labels": { - "background-color": "rgb(4,7,14)" - } - }, { - "id": "satellite", - "type": "raster", - "source": "satellite", - "source-layer": "mapbox_satellite_full", - "paint": { - "raster-fade-duration": 100 - }, - "paint.contours": { - "raster-opacity": { - "base": 1, - "stops": [[11, 1], [12, 0.5]] - } - } - }, { - "id": "province_border", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "filter": ["all", [">=", "admin_level", 3], ["==", "maritime", 0]], - "layout": { - "line-join": "bevel", - "line-cap": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "@offwhite", - "line-dasharray": "@state_dash", - "line-width": { - "base": 1, - "stops": [[4, 1], [12, 3]] - }, - "line-opacity": { - "stops": [[3, 0], [3.5, 0.5]] - } - } - }, { - "id": "country_border", - "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-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { - "base": 1, - "stops": [[4, 0.5], [16, 2]] - }, - "line-opacity": 0.75 - } - }, { - "id": "admin_level_maritime", - "type": "line", - "source": "mapbox", - "source-layer": "admin", - "minzoom": 5, - "filter": ["all", ["==", "maritime", 1]], - "layout": { - "line-join": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "@water", - "line-opacity": "@admin-opacity", - "line-dasharray": "@state_dash", - "line-width": "@admin_level_3_width" - } - }, { - "id": "street", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 14, - "maxzoom": 18.1, - "filter": ["all", ["!=", "class", "path"], ["==", "$type", "LineString"]], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { - "base": 1, - "stops": [[12, 0], [16, 3]] - }, - "line-opacity": "@road-opacity" - } - }, { - "id": "motorway_link", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "maxzoom": 12, - "filter": ["all", ["==", "class", "motorway_link"]], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { - "stops": [[6, 0.5], [12, 1]] - }, - "line-opacity": 0.6 - } - }, { - "id": "bridge_line_motorway", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "maxzoom": 12, - "filter": ["all", ["in", "class", "motorway"]], - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": 5, - "line-opacity": "@highway-opacity" - } - }, { - "id": "motorway_line", - "type": "line", - "source": "mapbox", - "source-layer": "road", - "minzoom": 6, - "maxzoom": 12, - "filter": ["all", ["==", "class", "motorway"]], - "layout": { - "line-cap": "round", - "line-join": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { - "base": 1, - "stops": [[6, 0.5], [12, 1]] - }, - "line-opacity": 0.6 - } - }, { - "id": "street_bridge", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, - "maxzoom": 18.1, - "filter": ["all", ["!=", "class", "path"], ["==", "$type", "LineString"]], - "layout": { - "line-cap": "round" - }, - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { - "base": 1, - "stops": [[12, 0], [16, 3]] - }, - "line-opacity": "@road-opacity" - } - }, { - "id": "bridge_street", - "type": "line", - "source": "mapbox", - "source-layer": "bridge", - "minzoom": 14, - "maxzoom": 18.1, - "filter": ["all", ["in", "class", "main", "street", "street_limited"]], - "paint": { - "line-opacity": 0 - }, - "paint.labels": { - "line-color": "white", - "line-width": { - "stops": [[12, 0], [16, 3]] - }, - "line-opacity": "@road-opacity" - } - }, { - "id": "contour", - "type": "line", - "source": "Mapbox Terrain V2", - "source-layer": "contour", - "minzoom": 0, - "maxzoom": 22, - "filter": ["all", ["==", "$type", "Polygon"]], - "layout": {}, - "paint": { - "line-opacity": 0 - }, - "paint.contours": { - "line-color": "#00fcdc", - "line-opacity": 0.5, - "line-dasharray": [1, 1], - "line-width": 1.75 - } - }, { - "id": "contour_fifth", - "type": "line", - "source": "Mapbox Terrain V2", - "source-layer": "contour", - "minzoom": 0, - "maxzoom": 22, - "filter": ["all", ["==", "$type", "Polygon"], ["==", "index", 5]], - "layout": {}, - "paint": { - "line-opacity": 0 - }, - "paint.contours": { - "line-color": "#00fcdc", - "line-opacity": 0.75, - "line-width": 1 - } - }, { - "id": "marine_label_1arge", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["==", "labelrank", 1]], - "layout": { - "text-field": "{name_en}", - "text-font": "@sans_ital", - "text-max-size": 30, - "text-letter-spacing": 0.4, - "text-line-height": 1.8 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "@water_label", - "text-size": 20, - "text-opacity": 0.4 - } - }, { - "id": "marine_label_medium", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["in", "labelrank", 2, 3, 4, 5]], - "layout": { - "text-field": "{name_en}", - "text-font": "@sans_ital", - "text-max-size": 30, - "text-letter-spacing": 0.3, - "text-line-height": 1.5, - "text-max-width": 6 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "@water_label", - "text-size": { - "base": 1, - "stops": [[3, 15], [8, 20]] - }, - "text-opacity": 0.4 - } - }, { - "id": "marine_label_small", - "type": "symbol", - "source": "mapbox", - "source-layer": "marine_label", - "filter": ["all", ["==", "$type", "Point"], ["in", "labelrank", 6, 7]], - "layout": { - "text-field": "{name_en}", - "text-font": "@sans_ital", - "text-max-width": 20, - "text-letter-spacing": 0.2, - "text-line-height": 1.8 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "@water_label", - "text-size": 22, - "text-opacity": 0.3 - } - }, { - "id": "country_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "country_label", - "filter": ["all", ["==", "$type", "Point"]], - "layout": { - "text-field": "{name_en}", - "text-font": "@sans_bd", - "text-transform": "uppercase", - "text-max-size": 26, - "text-max-width": 4, - "text-letter-spacing": 0.2 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-opacity": 0.7, - "text-halo-color": "black", - "text-halo-width": 0, - "text-size": { - "stops": [[2, 8], [4, 18]] - } - } - }, { - "id": "state_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "state_label", - "filter": ["all", ["==", "$type", "Point"]], - "layout": { - "text-field": "{name_en}", - "text-font": "@sans_bd", - "text-max-size": 12, - "text-max-width": 18, - "text-transform": "uppercase", - "text-letter-spacing": 0.2 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-opacity": 0.5, - "text-size": { - "stops": [[4, 12], [9, 28]] - } - } - }, { - "id": "place_label_city_big", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "city"], ["in", "localrank", 0, 1], ["==", "$type", "Point"]], - "layout": { - "text-field": "{name_en}", - "text-font": "Open Sans Bold, Arial Unicode MS Bold", - "text-max-size": 26, - "icon-image": "dot.sdf", - "text-padding": 20, - "text-letter-spacing": 0.05, - "text-max-width": 5, - "text-line-height": 1.2 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-size": { - "base": 1, - "stops": [[6, 14], [18, 40]] - }, - "text-color": "white", - "icon-halo-color": "black", - "icon-halo-width": 1, - "text-opacity": 0.9, - "text-translate": { - "stops": [[5.99, [0, 13]], [6, [0, 0]]], - "base": 1 - }, - "icon-color": "#fff", - "text-halo-color": "@halo", - "icon-size": 0.5, - "text-halo-width": { - "base": 1, - "stops": [[6, 1], [20, 2.5]] - }, - "icon-opacity": { - "base": 1, - "stops": [[5.9, 1], [6, 0]] - } - } - }, { - "id": "place_label_city_medium", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "city"], ["in", "localrank", 3, 4, 5, 2], ["==", "$type", "Point"]], - "layout": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 8, - "text-padding": 20, - "text-max-width": 5, - "icon-image": "dot.sdf", - "text-anchor": "top" - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-size": { - "base": 1, - "stops": [[8, 12], [18, 24]] - }, - "text-color": "white", - "icon-halo-color": "black", - "icon-halo-width": 0.75, - "text-opacity": 0.9, - "text-translate": [0, 3.5], - "icon-color": "#fff", - "text-halo-color": "@halo", - "icon-size": 0.4, - "text-halo-width": 1 - } - }, { - "id": "place_label_city_small", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "city"], ["in", "localrank", 6, 7, 8, 9], ["==", "$type", "Point"]], - "layout": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold, Arial Unicode MS Bold", - "text-max-size": 8, - "text-max-width": 18, - "text-padding": 20, - "text-letter-spacing": 0.1 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-halo-color": "@halo", - "text-size": { - "base": 1, - "stops": [[8, 10], [18, 30]] - }, - "text-halo-width": 1, - "text-opacity": 0.9 - } - }, { - "id": "place_label_town", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["==", "type", "town"], ["in", "scalerank", 1, 2, 3], ["==", "$type", "Point"]], - "layout": { - "text-field": "{name_en}", - "text-font": "@sans_bd", - "text-max-size": 8, - "text-max-width": 18 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-halo-color": "@halo", - "text-size": { - "base": 1, - "stops": [[4, 8], [20, 26]] - }, - "text-halo-width": 1, - "text-opacity": 0.9 - } - }, { - "id": "place_label_neighbourhood_hamlet", - "type": "symbol", - "source": "mapbox", - "source-layer": "place_label", - "filter": ["all", ["in", "type", "neighbourhood", "hamlet"], ["==", "$type", "Point"]], - "layout": { - "text-field": "{name_en}", - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-max-width": 8, - "text-letter-spacing": 0.25, - "text-padding": 50 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-halo-color": "@halo", - "text-size": { - "base": 1, - "stops": [[12, 10], [16, 24]] - }, - "text-halo-width": 1.5, - "text-halo-blur": 1, - "text-opacity": 0.8 - } - }, { - "id": "street_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "road_label", - "filter": ["all", ["==", "$type", "LineString"]], - "layout": { - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "text-field": "@name", - "text-max-size": 13, - "symbol-placement": "line", - "text-transform": "none", - "text-letter-spacing": 0.15 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-opacity": 1, - "text-color": "white", - "text-halo-color": "black", - "text-halo-width": 1, - "text-size": { - "stops": [[15, 12], [20, 18]] - }, - "text-halo-blur": 1.75 - } - }, { - "id": "poi_label_big", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 6, - "filter": ["all", ["<=", "localrank", 2], ["==", "$type", "Point"], ["in", "maki", "park", "airfield", "golf", "cemetery", "garden"]], - "layout": { - "text-field": "{name}", - "text-padding": 60, - "text-font": "@sans_ital", - "text-max-size": 12, - "text-max-width": 6, - "text-anchor": "top", - "text-letter-spacing": 0.1 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "white", - "text-size": { - "stops": [[13, 12], [16, 18]] - }, - "text-halo-color": "#333", - "text-halo-width": 1.5, - "icon-size": 3.5, - "icon-color": "#fff", - "text-opacity": 0.9 - } - }, { - "id": "poi_label_dot", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 6, - "filter": ["all", ["<=", "localrank", 2], ["==", "$type", "Point"], ["in", "maki", "school", "museum", "hospital", "monument", "library", "embassy", "college"]], - "layout": { - "text-line-height": 1.1, - "icon-image": "dot.sdf", - "text-max-size": 12, - "text-font": "@sans_ital", - "text-padding": 12, - "text-offset": [0, 0.3], - "text-anchor": "top", - "text-field": "{name}", - "text-letter-spacing": 0.05, - "text-max-width": 6, - "icon-max-size": 1 - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-size": { - "stops": [[10, 8], [16, 16]] - }, - "text-color": "white", - "icon-halo-blur": 0.75, - "icon-halo-color": "black", - "icon-halo-width": 0.75, - "text-opacity": 0.9, - "text-translate": [0, 3], - "icon-color": "#fff", - "text-halo-color": "#333", - "icon-size": 0.5, - "text-halo-width": 1.25 - } - }, { - "id": "food/retail_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "poi_label", - "minzoom": 0, - "maxzoom": 22, - "filter": ["all", ["in", "maki", "restaurant", "fast-food", "bar", "music", "grocery", "shop", "cinema"]], - "layout": {}, - "paint": { - "text-opacity": 0 - }, - "paint.labels": {} - }, { - "id": "waterway_label", - "type": "symbol", - "source": "mapbox", - "source-layer": "waterway_label", - "minzoom": 0, - "maxzoom": 22, - "layout": { - "text-field": "{name}", - "symbol-placement": "line", - "text-letter-spacing": 0.1, - "text-transform": "none", - "text-max-angle": 30, - "text-font": "Open Sans Semibold Italic, Arial Unicode MS Regular" - }, - "paint": { - "text-opacity": 0 - }, - "paint.labels": { - "text-color": "@water_label", - "text-halo-width": 1, - "text-halo-color": "black", - "text-size": { - "base": 1, - "stops": [[12, 12], [20, 18]] - }, - "text-opacity": 0.75 - } - }, { - "id": "contour_label", - "type": "symbol", - "source": "Mapbox Terrain V2", - "source-layer": "contour", - "minzoom": 0, - "maxzoom": 22, - "filter": ["all", ["==", "$type", "Polygon"], ["==", "index", 5]], - "layout": { - "symbol-placement": "line", - "text-field": "{ele}", - "text-font": "Open Sans Regular, Arial Unicode MS Regular", - "text-letter-spacing": 0, - "text-line-height": 1.6, - "text-max-angle": 10, - "text-rotation-alignment": "map" - }, - "paint": { - "text-size": 0 - }, - "paint.contours": { - "text-opacity": 1, - "text-halo-blur": 0, - "text-size": 12, - "text-halo-width": 1, - "text-halo-color": "#333", - "text-color": "#00fcdc" - } - }] -}