-
-
Save champierre/f3679e2fa8d02051e00af6233b71bfaf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 8, | |
"name": "Geolonia Notebook", | |
"metadata": {}, | |
"sources": { | |
"geolonia": { | |
"type": "vector", | |
"url": "https://api.geolonia.com/v1/sources?key=YOUR-API-KEY" | |
}, | |
"ogijima": { | |
"type": "vector", | |
"tiles": ["https://champierre.github.io/ogijima/{z}/{x}/{y}.pbf"], | |
"minZoom": 0, | |
"maxZoom": 14, | |
"maxzoom": 14 | |
} | |
}, | |
"sprite": "https://sprites.geolonia.com/basic", | |
"glyphs": "https://glyphs.geolonia.com/{fontstack}/{range}.pbf", | |
"layers": [ | |
{ | |
"id": "background", | |
"type": "background", | |
"paint": {"background-color": "rgba(255, 255, 255, 1)"} | |
}, | |
{ | |
"id": "landcover-glacier", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "landcover", | |
"filter": ["==", "subclass", "glacier"], | |
"layout": {"visibility": "visible"}, | |
"paint": { | |
"fill-color": "rgba(255, 255, 255, 0.05)", | |
"fill-opacity": {"base": 1, "stops": [[0, 0.9], [10, 0.3]]} | |
} | |
}, | |
{ | |
"id": "landuse-commercial", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "landuse", | |
"filter": [ | |
"all", | |
["==", "$type", "Polygon"], | |
["==", "class", "commercial"] | |
], | |
"paint": {"fill-color": "rgba(245, 245, 245, 1)"} | |
}, | |
{ | |
"id": "landuse-industrial", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "landuse", | |
"filter": [ | |
"all", | |
["==", "$type", "Polygon"], | |
["==", "class", "industrial"] | |
], | |
"paint": {"fill-color": "rgba(245, 245, 245, 1)"} | |
}, | |
{ | |
"id": "park", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "park", | |
"filter": ["==", "$type", "Polygon"], | |
"paint": { | |
"fill-color": "rgba(36, 66, 15, 0.17)", | |
"fill-opacity": {"base": 1.8, "stops": [[9, 0.5], [12, 0.2]]} | |
} | |
}, | |
{ | |
"id": "park-outline", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "park", | |
"filter": ["==", "$type", "Polygon"], | |
"layout": {"visibility": "visible"}, | |
"paint": { | |
"line-color": "rgba(56, 85, 36, 0.35)", | |
"line-dasharray": [3, 3] | |
} | |
}, | |
{ | |
"id": "landuse-cemetery", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "landuse", | |
"filter": ["==", "class", "cemetery"], | |
"paint": {"fill-color": "rgba(255, 255, 255, 0.1)"} | |
}, | |
{ | |
"id": "landuse-hospital", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "landuse", | |
"filter": ["==", "class", "hospital"], | |
"paint": {"fill-color": "rgba(245, 245, 245, 1)"} | |
}, | |
{ | |
"id": "landuse-school", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "landuse", | |
"filter": ["==", "class", "school"], | |
"paint": {"fill-color": "rgba(245, 245, 245, 1)"} | |
}, | |
{ | |
"id": "landuse-railway", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "landuse", | |
"filter": ["==", "class", "railway"], | |
"paint": {"fill-color": "rgba(255, 255, 255, 0.1)"} | |
}, | |
{ | |
"id": "landcover-wood", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "landcover", | |
"filter": [ | |
"any", | |
["==", "class", "wood"], | |
["==", "class", "public_park"], | |
["==", "class", "grass"] | |
], | |
"paint": { | |
"fill-color": "rgba(245, 245, 245, 1)", | |
"fill-opacity": 1, | |
"fill-outline-color": "hsla(0, 0%, 0%, 0.03)", | |
"fill-antialias": {"base": 1, "stops": [[0, false], [9, true]]} | |
} | |
}, | |
{ | |
"id": "waterway_tunnel", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "waterway", | |
"minzoom": 14, | |
"filter": ["==", "brunnel", "tunnel"], | |
"layout": {"line-cap": "round"}, | |
"paint": { | |
"line-color": "rgba(204, 204, 204, 1)", | |
"line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 6]]}, | |
"line-dasharray": [2, 4] | |
} | |
}, | |
{ | |
"id": "waterway", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "waterway", | |
"filter": ["!=", "brunnel", "tunnel"], | |
"layout": {"line-cap": "round"}, | |
"paint": { | |
"line-color": "rgba(204, 204, 204, 1)", | |
"line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 6]]} | |
} | |
}, | |
{ | |
"id": "water-offset", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "water", | |
"maxzoom": 8, | |
"filter": ["==", "$type", "Polygon"], | |
"layout": {"visibility": "none"}, | |
"paint": { | |
"fill-opacity": 1, | |
"fill-color": "rgba(0, 0, 0, 1)", | |
"fill-translate": {"base": 1, "stops": [[6, [2, 0]], [8, [0, 0]]]} | |
} | |
}, | |
{ | |
"id": "water", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "water", | |
"layout": {"visibility": "visible"}, | |
"paint": {"fill-color": "rgba(155, 155, 155, 1)"} | |
}, | |
{ | |
"id": "landcover-ice-shelf", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "landcover", | |
"filter": ["==", "subclass", "ice_shelf"], | |
"layout": {"visibility": "visible"}, | |
"paint": { | |
"fill-color": "#fff", | |
"fill-opacity": {"base": 1, "stops": [[0, 0.9], [10, 0.3]]} | |
} | |
}, | |
{ | |
"id": "tunnel-railway", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "rail"]], | |
"paint": { | |
"line-color": "rgba(204, 204, 204, 0.4)", | |
"line-opacity": 1, | |
"line-width": {"base": 1.4, "stops": [[10, 0.5], [18, 2], [22, 18]]}, | |
"line-dasharray": [6, 4] | |
} | |
}, | |
{ | |
"id": "tunnel-path", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["all", ["==", "brunnel", "tunnel"], ["==", "class", "path"]] | |
], | |
"paint": { | |
"line-color": "rgba(85, 85, 85, 0.4)", | |
"line-dasharray": [1.5, 0.75], | |
"line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]} | |
} | |
}, | |
{ | |
"id": "tunnel-service-track", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "tunnel"], | |
["in", "class", "service", "track"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#fff", | |
"line-width": {"base": 1.2, "stops": [[15.5, 0], [16, 2], [20, 7.5]]} | |
} | |
}, | |
{ | |
"id": "tunnel-minor", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "tunnel"], | |
["==", "class", "minor_road"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "rgba(85, 85, 85, 0.4)", | |
"line-opacity": 1, | |
"line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 11.5]]} | |
} | |
}, | |
{ | |
"id": "tunnel-secondary-tertiary", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "tunnel"], | |
["in", "class", "secondary", "tertiary"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "rgba(85, 85, 85, 0.4)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 10]]} | |
} | |
}, | |
{ | |
"id": "tunnel-trunk-primary", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "tunnel"], | |
["in", "class", "primary", "trunk"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "rgba(85, 85, 85, 0.4)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "tunnel-motorway", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "tunnel"], | |
["==", "class", "motorway"] | |
], | |
"layout": {"line-join": "round", "visibility": "visible"}, | |
"paint": { | |
"line-color": "rgba(85, 85, 85, 0.4)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "ferry", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": ["all", ["in", "class", "ferry"]], | |
"layout": {"line-join": "round", "visibility": "visible"}, | |
"paint": { | |
"line-color": "rgba(108, 159, 182, 1)", | |
"line-width": 1.1, | |
"line-dasharray": [2, 2] | |
} | |
}, | |
{ | |
"id": "aeroway-area", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "aeroway", | |
"minzoom": 4, | |
"filter": [ | |
"all", | |
["==", "$type", "Polygon"], | |
["in", "class", "runway", "taxiway"] | |
], | |
"layout": {"visibility": "visible"}, | |
"paint": { | |
"fill-opacity": {"base": 1, "stops": [[13, 0], [14, 1]]}, | |
"fill-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "aeroway-taxiway", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "aeroway", | |
"minzoom": 4, | |
"filter": [ | |
"all", | |
["in", "class", "taxiway"], | |
["==", "$type", "LineString"] | |
], | |
"layout": { | |
"line-cap": "round", | |
"line-join": "round", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "rgba(255, 255, 255, 1)", | |
"line-width": {"base": 1.5, "stops": [[11, 1], [17, 10]]}, | |
"line-opacity": {"base": 1, "stops": [[11, 0], [12, 1]]} | |
} | |
}, | |
{ | |
"id": "aeroway-runway", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "aeroway", | |
"minzoom": 4, | |
"filter": [ | |
"all", | |
["in", "class", "runway"], | |
["==", "$type", "LineString"] | |
], | |
"layout": { | |
"line-cap": "round", | |
"line-join": "round", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "rgba(255, 255, 255, 1)", | |
"line-width": {"base": 1.5, "stops": [[11, 4], [17, 50]]}, | |
"line-opacity": {"base": 1, "stops": [[11, 0], [12, 1]]} | |
} | |
}, | |
{ | |
"id": "highway-area", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": ["==", "$type", "Polygon"], | |
"layout": {"visibility": "visible"}, | |
"paint": { | |
"fill-color": "#EEEEEE", | |
"fill-opacity": 1, | |
"fill-antialias": true, | |
"fill-outline-color": "rgba(187, 187, 187, 1)" | |
} | |
}, | |
{ | |
"id": "highway-path", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"minzoom": 16, | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["all", ["!in", "brunnel", "bridge", "tunnel"], ["==", "class", "path"]] | |
], | |
"paint": { | |
"line-color": "#eeeeee", | |
"line-dasharray": [1.5, 0.75], | |
"line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]} | |
} | |
}, | |
{ | |
"id": "highway-motorway-link", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"minzoom": 12, | |
"filter": [ | |
"all", | |
["!in", "brunnel", "bridge", "tunnel"], | |
["==", "class", "motorway_link"] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "#eeeeee", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] | |
} | |
} | |
}, | |
{ | |
"id": "highway-link", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"minzoom": 13, | |
"filter": [ | |
"all", | |
["!in", "brunnel", "bridge", "tunnel"], | |
[ | |
"in", | |
"class", | |
"primary_link", | |
"secondary_link", | |
"tertiary_link", | |
"trunk_link" | |
] | |
], | |
"layout": { | |
"line-cap": "round", | |
"line-join": "round", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "#eeeeee", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] | |
} | |
} | |
}, | |
{ | |
"id": "highway-minor", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"minzoom": 13, | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["!=", "brunnel", "tunnel"], | |
["in", "class", "minor", "service", "track"] | |
] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "#eeeeee", | |
"line-opacity": 1, | |
"line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 11.5]]} | |
} | |
}, | |
{ | |
"id": "highway-secondary-tertiary", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["!in", "brunnel", "bridge", "tunnel"], | |
["in", "class", "secondary", "tertiary"] | |
], | |
"layout": { | |
"line-cap": "round", | |
"line-join": "round", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "rgba(238, 238, 238, 1)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [8, 0.5], [20, 13]]}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "highway-primary", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["!in", "brunnel", "bridge", "tunnel"], | |
["in", "class", "primary"] | |
] | |
], | |
"layout": { | |
"line-cap": "round", | |
"line-join": "round", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "#eeeeee", | |
"line-width": {"base": 1.2, "stops": [[8.5, 0], [9, 0.5], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "highway-trunk", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["!in", "brunnel", "bridge", "tunnel"], | |
["in", "class", "trunk"] | |
] | |
], | |
"layout": { | |
"line-cap": "round", | |
"line-join": "round", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "#eeeeee", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "highway-motorway", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"minzoom": 5, | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["!in", "brunnel", "bridge", "tunnel"], | |
["==", "class", "motorway"] | |
] | |
], | |
"layout": { | |
"line-cap": "round", | |
"line-join": "round", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "#eeeeee", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "bridge-motorway-link-casing", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "bridge"], | |
["==", "class", "motorway_link"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#e9ac77", | |
"line-opacity": 1, | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]] | |
} | |
} | |
}, | |
{ | |
"id": "bridge-link-casing", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "bridge"], | |
[ | |
"in", | |
"class", | |
"primary_link", | |
"secondary_link", | |
"tertiary_link", | |
"trunk_link" | |
] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#e9ac77", | |
"line-opacity": 1, | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]] | |
} | |
} | |
}, | |
{ | |
"id": "bridge-secondary-tertiary-casing", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "bridge"], | |
["in", "class", "secondary", "tertiary"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "rgba(153, 153, 153, 1)", | |
"line-opacity": 1, | |
"line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 28]]} | |
} | |
}, | |
{ | |
"id": "bridge-trunk-primary-casing", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "bridge"], | |
["in", "class", "primary", "trunk"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "rgba(153, 153, 153, 1)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 26]] | |
} | |
} | |
}, | |
{ | |
"id": "bridge-motorway-casing", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "bridge"], | |
["==", "class", "motorway"] | |
], | |
"layout": {"line-join": "round", "visibility": "none"}, | |
"paint": { | |
"line-color": "rgba(153, 153, 153, 0.2)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] | |
} | |
} | |
}, | |
{ | |
"id": "bridge-path-casing", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["all", ["==", "brunnel", "bridge"], ["==", "class", "path"]] | |
], | |
"paint": { | |
"line-color": "#f8f4f0", | |
"line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "bridge-path", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["all", ["==", "brunnel", "bridge"], ["==", "class", "path"]] | |
], | |
"paint": { | |
"line-color": "#cba", | |
"line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]}, | |
"line-dasharray": [1.5, 0.75] | |
} | |
}, | |
{ | |
"id": "bridge-motorway-link", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "bridge"], | |
["==", "class", "motorway_link"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#fc8", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] | |
} | |
} | |
}, | |
{ | |
"id": "bridge-link", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "bridge"], | |
[ | |
"in", | |
"class", | |
"primary_link", | |
"secondary_link", | |
"tertiary_link", | |
"trunk_link" | |
] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#fea", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] | |
} | |
} | |
}, | |
{ | |
"id": "bridge-secondary-tertiary", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "bridge"], | |
["in", "class", "secondary", "tertiary"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "rgba(255, 255, 255, 0.4)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 20]]} | |
} | |
}, | |
{ | |
"id": "bridge-trunk-primary", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "bridge"], | |
["in", "class", "primary", "trunk"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "rgba(255, 255, 255, 0.4)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "bridge-motorway", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": [ | |
"all", | |
["==", "brunnel", "bridge"], | |
["==", "class", "motorway"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "rgba(255, 255, 255, 0.4)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "railway", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": ["all", ["==", "class", "rail"], ["!in", "brunnel", "tunnel"]], | |
"paint": { | |
"line-color": "rgba(153, 153, 153, 0.8)", | |
"line-width": {"stops": [[10, 0.8], [18, 4], [22, 20]]} | |
} | |
}, | |
{ | |
"id": "railway-hatching", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"filter": ["all", ["==", "class", "rail"], ["!in", "brunnel", "tunnel"]], | |
"layout": {"visibility": "visible"}, | |
"paint": { | |
"line-color": "rgba(255, 255, 255, 1)", | |
"line-dasharray": [6, 4], | |
"line-width": {"stops": [[10, 0.5], [18, 2], [22, 18]]} | |
} | |
}, | |
{ | |
"id": "cablecar", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"minzoom": 13, | |
"filter": ["==", "class", "cable_car"], | |
"layout": {"visibility": "visible", "line-cap": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 70%)", | |
"line-width": {"base": 1, "stops": [[11, 1], [19, 2.5]]} | |
} | |
}, | |
{ | |
"id": "cablecar-dash", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"minzoom": 13, | |
"filter": ["==", "class", "cable_car"], | |
"layout": {"visibility": "visible", "line-cap": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 70%)", | |
"line-width": {"base": 1, "stops": [[11, 3], [19, 5.5]]}, | |
"line-dasharray": [2, 3] | |
} | |
}, | |
{ | |
"id": "boundary-land-level-4", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "boundary", | |
"maxzoom": 14, | |
"filter": [ | |
"all", | |
[">=", "admin_level", 4], | |
["<=", "admin_level", 8], | |
["!=", "maritime", 1] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#9e9cab", | |
"line-dasharray": [3, 1, 1, 1], | |
"line-width": {"base": 1.4, "stops": [[4, 0.4], [5, 1], [12, 2]]} | |
} | |
}, | |
{ | |
"id": "boundary-water", | |
"type": "line", | |
"source": "geolonia", | |
"source-layer": "boundary", | |
"filter": ["all", ["in", "admin_level", 2, 4], ["==", "maritime", 1]], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "rgba(255, 255, 255, 0.2)", | |
"line-width": { | |
"base": 1, | |
"stops": [[0, 0.6], [4, 1.4], [5, 2], [12, 8]] | |
}, | |
"line-opacity": {"stops": [[6, 0.6], [10, 1]]} | |
} | |
}, | |
{ | |
"id": "waterway-name", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "waterway", | |
"minzoom": 13, | |
"filter": ["all", ["==", "$type", "LineString"], ["has", "name"]], | |
"layout": { | |
"text-font": ["Noto Sans Regular"], | |
"text-size": 14, | |
"text-field": "{name}", | |
"text-max-width": 5, | |
"text-rotation-alignment": "map", | |
"symbol-placement": "line", | |
"text-letter-spacing": 0.2, | |
"symbol-spacing": 350 | |
}, | |
"paint": { | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 1.5, | |
"text-halo-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "water-name-lakeline", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "water_name", | |
"filter": ["==", "$type", "LineString"], | |
"layout": { | |
"text-font": ["Noto Sans Regular"], | |
"text-size": 14, | |
"text-field": "{name}", | |
"text-max-width": 5, | |
"text-rotation-alignment": "map", | |
"symbol-placement": "line", | |
"symbol-spacing": 350, | |
"text-letter-spacing": 0.2 | |
}, | |
"paint": { | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 1.5, | |
"text-halo-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "water-name-ocean", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "water_name", | |
"filter": ["all", ["==", "$type", "Point"], ["==", "class", "ocean"]], | |
"layout": { | |
"text-font": ["Noto Sans Regular"], | |
"text-size": 14, | |
"text-field": "{name}", | |
"text-max-width": 5, | |
"text-rotation-alignment": "map", | |
"symbol-placement": "point", | |
"symbol-spacing": 350, | |
"text-letter-spacing": 0.2 | |
}, | |
"paint": { | |
"text-color": "#FFFFFF", | |
"text-halo-width": 1.5, | |
"text-halo-color": "#000000" | |
} | |
}, | |
{ | |
"id": "water-name-other", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "water_name", | |
"filter": ["all", ["==", "$type", "Point"], ["!in", "class", "ocean"]], | |
"layout": { | |
"text-font": ["Noto Sans Regular"], | |
"text-size": {"stops": [[0, 10], [6, 14]]}, | |
"text-field": "{name}", | |
"text-max-width": 5, | |
"text-rotation-alignment": "map", | |
"symbol-placement": "point", | |
"symbol-spacing": 350, | |
"text-letter-spacing": 0.2, | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 1.5, | |
"text-halo-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "building", | |
"type": "fill", | |
"source": "geolonia", | |
"source-layer": "building", | |
"minzoom": 15, | |
"layout": {"visibility": "visible"}, | |
"paint": { | |
"fill-opacity": 0.6, | |
"fill-color": "rgba(238, 238, 238, 1)", | |
"fill-outline-color": "rgba(204, 204, 204, 1)", | |
"fill-antialias": true | |
} | |
}, | |
{ | |
"id": "building-3d", | |
"type": "fill-extrusion", | |
"source": "geolonia", | |
"source-layer": "building", | |
"minzoom": 15, | |
"layout": {"visibility": "none"}, | |
"paint": { | |
"fill-extrusion-color": "#dedede", | |
"fill-extrusion-height": [ | |
"interpolate", | |
["linear"], | |
["zoom"], | |
15, | |
0, | |
15.05, | |
["get", "render_height"] | |
], | |
"fill-extrusion-base": [ | |
"interpolate", | |
["linear"], | |
["zoom"], | |
15, | |
0, | |
15.05, | |
["get", "render_min_height"] | |
], | |
"fill-extrusion-opacity": 0.6 | |
} | |
}, | |
{ | |
"id": "poi", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "poi", | |
"minzoom": 16, | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">", "rank", 25], | |
["has", "name"] | |
], | |
"layout": { | |
"text-padding": 2, | |
"text-font": ["Noto Sans Regular"], | |
"text-anchor": "top", | |
"icon-image": [ | |
"coalesce", | |
["image", ["concat", ["get", "class"], "-11"]], | |
["image", "circle-11"] | |
], | |
"text-field": "{name}", | |
"text-offset": [0, 0.6], | |
"text-size": 12, | |
"text-max-width": 9 | |
}, | |
"paint": { | |
"text-halo-blur": 0.5, | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 1, | |
"text-halo-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "poi-primary", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "poi", | |
"minzoom": 14, | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["<=", "rank", 25], | |
["has", "name"] | |
], | |
"layout": { | |
"text-padding": 2, | |
"text-font": ["Noto Sans Regular"], | |
"text-anchor": "top", | |
"icon-image": [ | |
"coalesce", | |
["image", ["concat", ["get", "class"], "-11"]], | |
["image", "circle-11"] | |
], | |
"text-field": "{name}", | |
"text-offset": [0, 0.6], | |
"text-size": 12, | |
"text-max-width": 9 | |
}, | |
"paint": { | |
"text-halo-blur": 0.5, | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 1, | |
"text-halo-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "road_oneway", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"minzoom": 15, | |
"filter": [ | |
"all", | |
["==", "oneway", 1], | |
[ | |
"in", | |
"class", | |
"motorway", | |
"trunk", | |
"primary", | |
"secondary", | |
"tertiary", | |
"minor", | |
"service" | |
] | |
], | |
"layout": { | |
"symbol-placement": "line", | |
"icon-image": "oneway", | |
"symbol-spacing": 75, | |
"icon-padding": 2, | |
"icon-rotation-alignment": "map", | |
"icon-rotate": 90, | |
"icon-size": {"stops": [[15, 0.5], [19, 1]]} | |
}, | |
"paint": {"icon-opacity": 0.5} | |
}, | |
{ | |
"id": "road_oneway_opposite", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "transportation", | |
"minzoom": 15, | |
"filter": [ | |
"all", | |
["==", "oneway", -1], | |
[ | |
"in", | |
"class", | |
"motorway", | |
"trunk", | |
"primary", | |
"secondary", | |
"tertiary", | |
"minor", | |
"service" | |
] | |
], | |
"layout": { | |
"symbol-placement": "line", | |
"icon-image": "oneway", | |
"symbol-spacing": 75, | |
"icon-padding": 2, | |
"icon-rotation-alignment": "map", | |
"icon-rotate": -90, | |
"icon-size": {"stops": [[15, 0.5], [19, 1]]} | |
}, | |
"paint": {"icon-opacity": 0.5} | |
}, | |
{ | |
"id": "highway-name-path", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "transportation_name", | |
"filter": [ | |
"in", | |
"class", | |
"motorway", | |
"primary", | |
"secondary", | |
"tertiary", | |
"trunk" | |
], | |
"layout": { | |
"text-size": {"base": 1, "stops": [[13, 12], [14, 13]]}, | |
"text-font": ["Noto Sans Regular"], | |
"text-field": "{name}", | |
"symbol-placement": "line", | |
"text-rotation-alignment": "map" | |
}, | |
"paint": { | |
"text-halo-color": "rgba(255, 255, 255, 1)", | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 0.5 | |
} | |
}, | |
{ | |
"id": "airport-label-major", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "aerodrome_label", | |
"minzoom": 10, | |
"filter": ["all", ["has", "iata"]], | |
"layout": { | |
"text-padding": 2, | |
"text-font": ["Noto Sans Regular"], | |
"text-anchor": "top", | |
"icon-image": "airport-11", | |
"text-field": "{name}", | |
"text-offset": [0, 0.6], | |
"text-size": 12, | |
"text-max-width": 9, | |
"visibility": "visible", | |
"icon-size": 1, | |
"text-optional": true | |
}, | |
"paint": { | |
"text-halo-blur": 0.5, | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 1, | |
"text-halo-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "place-village", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "place", | |
"filter": ["==", "class", "village"], | |
"layout": { | |
"text-font": ["Noto Sans Regular"], | |
"text-size": {"base": 1.2, "stops": [[10, 12], [15, 22]]}, | |
"text-field": "{name}", | |
"text-max-width": 8, | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 1.2, | |
"text-halo-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "place-town", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "place", | |
"filter": ["==", "class", "town"], | |
"layout": { | |
"text-font": ["Noto Sans Regular"], | |
"text-size": 14, | |
"text-field": "{name}", | |
"text-max-width": 8, | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 1.2, | |
"text-halo-color": "rgba(255, 255, 255, 1)", | |
"icon-halo-color": "rgba(18, 14, 14, 0)", | |
"icon-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "place-city", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "place", | |
"minzoom": 8, | |
"filter": ["all", ["!=", "capital", 2], ["==", "class", "city"]], | |
"layout": { | |
"text-font": ["Noto Sans Regular"], | |
"text-size": 14, | |
"text-field": "{name}", | |
"text-max-width": 8, | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 1.2, | |
"text-halo-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "place-city-capital", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "place", | |
"filter": ["all", ["==", "capital", 2], ["==", "class", "city"]], | |
"layout": { | |
"text-font": ["Noto Sans Regular"], | |
"text-size": 14, | |
"text-field": "{name}", | |
"text-max-width": 8, | |
"icon-image": "star-11", | |
"text-offset": [0.4, 0], | |
"icon-size": 0.8, | |
"text-anchor": "left", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 1.2, | |
"text-halo-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "place-country", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "place", | |
"filter": ["all", ["==", "class", "country"]], | |
"layout": { | |
"text-font": ["Noto Sans Regular"], | |
"text-field": "{name}", | |
"text-size": {"stops": [[1, 11], [4, 17]]}, | |
"text-transform": "uppercase", | |
"text-max-width": 6.25, | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-halo-blur": 1, | |
"text-color": "rgba(85, 85, 85, 1)", | |
"text-halo-width": 2, | |
"text-halo-color": "rgba(255, 255, 255, 1)" | |
} | |
}, | |
{ | |
"id": "place-continent", | |
"type": "symbol", | |
"source": "geolonia", | |
"source-layer": "place", | |
"maxzoom": 1, | |
"filter": ["==", "class", "continent"], | |
"layout": { | |
"text-font": ["Noto Sans Regular"], | |
"text-field": "{name}", | |
"text-size": 14, | |
"text-max-width": 6.25, | |
"text-transform": "uppercase", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-halo-blur": 1, | |
"text-color": "#FFFFFF", | |
"text-halo-width": 2, | |
"text-halo-color": "#000000" | |
} | |
}, | |
{ | |
"id": "pole_ogijima", | |
"type": "circle", | |
"source": "ogijima", | |
"source-layer": "map", | |
"filter": ["all", ["==", "power", "pole"]], | |
"paint": {"circle-color": "rgba(244, 5, 5, 1)"} | |
} | |
], | |
"id": "zduugdqy9" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment