commit
362f1a2074
185
style.json
185
style.json
@ -32,7 +32,6 @@
|
|||||||
"type": "raster",
|
"type": "raster",
|
||||||
"source": "natural_earth_shaded_relief",
|
"source": "natural_earth_shaded_relief",
|
||||||
"maxzoom": 6,
|
"maxzoom": 6,
|
||||||
"layout": {"visibility": "visible"},
|
|
||||||
"paint": {"raster-opacity": {"base": 1.5, "stops": [[0, 0.6], [6, 0.1]]}}
|
"paint": {"raster-opacity": {"base": 1.5, "stops": [[0, 0.6], [6, 0.1]]}}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -51,22 +50,18 @@
|
|||||||
"type": "line",
|
"type": "line",
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "park",
|
"source-layer": "park",
|
||||||
"layout": {},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-dasharray": [1, 1.5],
|
"line-dasharray": [1, 1.5],
|
||||||
"line-color": "rgba(228, 241, 215, 1)",
|
"line-color": "rgba(228, 241, 215, 1)"
|
||||||
"line-opacity": 1
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "landuse_residential",
|
"id": "landuse_residential",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "landuse",
|
"source-layer": "landuse",
|
||||||
"maxzoom": 8,
|
"maxzoom": 8,
|
||||||
"filter": ["==", "class", "residential"],
|
"filter": ["==", "class", "residential"],
|
||||||
"layout": {"visibility": "visible"},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"fill-color": {
|
"fill-color": {
|
||||||
"base": 1,
|
"base": 1,
|
||||||
@ -80,7 +75,6 @@
|
|||||||
{
|
{
|
||||||
"id": "landcover_wood",
|
"id": "landcover_wood",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "landcover",
|
"source-layer": "landcover",
|
||||||
"filter": ["all", ["==", "class", "wood"]],
|
"filter": ["all", ["==", "class", "wood"]],
|
||||||
@ -93,7 +87,6 @@
|
|||||||
{
|
{
|
||||||
"id": "landcover_grass",
|
"id": "landcover_grass",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "landcover",
|
"source-layer": "landcover",
|
||||||
"filter": ["all", ["==", "class", "grass"]],
|
"filter": ["all", ["==", "class", "grass"]],
|
||||||
@ -106,17 +99,14 @@
|
|||||||
{
|
{
|
||||||
"id": "landuse_cemetery",
|
"id": "landuse_cemetery",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "landuse",
|
"source-layer": "landuse",
|
||||||
"filter": ["==", "class", "cemetery"],
|
"filter": ["==", "class", "cemetery"],
|
||||||
"layout": {"visibility": "visible"},
|
|
||||||
"paint": {"fill-color": "hsl(75, 37%, 81%)"}
|
"paint": {"fill-color": "hsl(75, 37%, 81%)"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "landuse_hospital",
|
"id": "landuse_hospital",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "landuse",
|
"source-layer": "landuse",
|
||||||
"filter": ["==", "class", "hospital"],
|
"filter": ["==", "class", "hospital"],
|
||||||
@ -125,7 +115,6 @@
|
|||||||
{
|
{
|
||||||
"id": "landuse_school",
|
"id": "landuse_school",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "landuse",
|
"source-layer": "landuse",
|
||||||
"filter": ["==", "class", "school"],
|
"filter": ["==", "class", "school"],
|
||||||
@ -134,7 +123,6 @@
|
|||||||
{
|
{
|
||||||
"id": "waterway_river",
|
"id": "waterway_river",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "waterway",
|
"source-layer": "waterway",
|
||||||
"filter": ["==", "class", "river"],
|
"filter": ["==", "class", "river"],
|
||||||
@ -147,7 +135,6 @@
|
|||||||
{
|
{
|
||||||
"id": "waterway_other",
|
"id": "waterway_other",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "waterway",
|
"source-layer": "waterway",
|
||||||
"filter": ["all", ["!=", "class", "river"]],
|
"filter": ["all", ["!=", "class", "river"]],
|
||||||
@ -160,7 +147,6 @@
|
|||||||
{
|
{
|
||||||
"id": "water",
|
"id": "water",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "water",
|
"source-layer": "water",
|
||||||
"paint": {"fill-color": "rgb(158,189,255)"}
|
"paint": {"fill-color": "rgb(158,189,255)"}
|
||||||
@ -168,7 +154,6 @@
|
|||||||
{
|
{
|
||||||
"id": "landcover_sand",
|
"id": "landcover_sand",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "landcover",
|
"source-layer": "landcover",
|
||||||
"filter": ["all", ["==", "class", "sand"]],
|
"filter": ["all", ["==", "class", "sand"]],
|
||||||
@ -177,7 +162,6 @@
|
|||||||
{
|
{
|
||||||
"id": "aeroway_fill",
|
"id": "aeroway_fill",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "aeroway",
|
"source-layer": "aeroway",
|
||||||
"minzoom": 11,
|
"minzoom": 11,
|
||||||
@ -187,7 +171,6 @@
|
|||||||
{
|
{
|
||||||
"id": "aeroway_runway",
|
"id": "aeroway_runway",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "aeroway",
|
"source-layer": "aeroway",
|
||||||
"minzoom": 11,
|
"minzoom": 11,
|
||||||
@ -204,7 +187,6 @@
|
|||||||
{
|
{
|
||||||
"id": "aeroway_taxiway",
|
"id": "aeroway_taxiway",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "aeroway",
|
"source-layer": "aeroway",
|
||||||
"minzoom": 11,
|
"minzoom": 11,
|
||||||
@ -221,7 +203,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_motorway_link_casing",
|
"id": "tunnel_motorway_link_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -230,11 +211,10 @@
|
|||||||
["==", "ramp", 1],
|
["==", "ramp", 1],
|
||||||
["==", "brunnel", "tunnel"]
|
["==", "brunnel", "tunnel"]
|
||||||
],
|
],
|
||||||
"layout": {"line-join": "round", "visibility": "visible"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-dasharray": [0.5, 0.25],
|
"line-dasharray": [0.5, 0.25],
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {
|
"line-width": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
||||||
@ -244,7 +224,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_service_track_casing",
|
"id": "tunnel_service_track_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -262,14 +241,12 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_link_casing",
|
"id": "tunnel_link_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "ramp", "1"], ["==", "brunnel", "tunnel"]],
|
"filter": ["all", ["==", "ramp", "1"], ["==", "brunnel", "tunnel"]],
|
||||||
"layout": {"line-join": "round"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {
|
"line-width": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
||||||
@ -279,7 +256,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_street_casing",
|
"id": "tunnel_street_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -300,7 +276,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_secondary_tertiary_casing",
|
"id": "tunnel_secondary_tertiary_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -311,14 +286,12 @@
|
|||||||
"layout": {"line-join": "round"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 17]]}
|
"line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 17]]}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "tunnel_trunk_primary_casing",
|
"id": "tunnel_trunk_primary_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -338,7 +311,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_motorway_casing",
|
"id": "tunnel_motorway_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -346,7 +318,7 @@
|
|||||||
["==", "class", "motorway"],
|
["==", "class", "motorway"],
|
||||||
["==", "brunnel", "tunnel"]
|
["==", "brunnel", "tunnel"]
|
||||||
],
|
],
|
||||||
"layout": {"line-join": "round", "visibility": "visible"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-dasharray": [0.5, 0.25],
|
"line-dasharray": [0.5, 0.25],
|
||||||
@ -359,7 +331,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_path_pedestrian",
|
"id": "tunnel_path_pedestrian",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -377,7 +348,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_motorway_link",
|
"id": "tunnel_motorway_link",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -386,7 +356,7 @@
|
|||||||
["==", "ramp", 1],
|
["==", "ramp", 1],
|
||||||
["==", "brunnel", "tunnel"]
|
["==", "brunnel", "tunnel"]
|
||||||
],
|
],
|
||||||
"layout": {"line-join": "round", "visibility": "visible"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#fc8",
|
"line-color": "#fc8",
|
||||||
"line-width": {
|
"line-width": {
|
||||||
@ -398,7 +368,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_service_track",
|
"id": "tunnel_service_track",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -415,7 +384,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_link",
|
"id": "tunnel_link",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "ramp", "1"], ["==", "brunnel", "tunnel"]],
|
"filter": ["all", ["==", "ramp", "1"], ["==", "brunnel", "tunnel"]],
|
||||||
@ -431,21 +399,18 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_minor",
|
"id": "tunnel_minor",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "minor"]],
|
"filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "minor"]],
|
||||||
"layout": {"line-join": "round"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#fff",
|
"line-color": "#fff",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 11.5]]}
|
"line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 11.5]]}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "tunnel_secondary_tertiary",
|
"id": "tunnel_secondary_tertiary",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -462,7 +427,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_trunk_primary",
|
"id": "tunnel_trunk_primary",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -479,7 +443,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_motorway",
|
"id": "tunnel_motorway",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -487,7 +450,7 @@
|
|||||||
["==", "class", "motorway"],
|
["==", "class", "motorway"],
|
||||||
["==", "brunnel", "tunnel"]
|
["==", "brunnel", "tunnel"]
|
||||||
],
|
],
|
||||||
"layout": {"line-join": "round", "visibility": "visible"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#ffdaa6",
|
"line-color": "#ffdaa6",
|
||||||
"line-width": {"base": 1.2, "stops": [[5, 0], [7, 1], [20, 18]]}
|
"line-width": {"base": 1.2, "stops": [[5, 0], [7, 1], [20, 18]]}
|
||||||
@ -496,7 +459,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_major_rail",
|
"id": "tunnel_major_rail",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "rail"]],
|
"filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "rail"]],
|
||||||
@ -508,7 +470,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_major_rail_hatching",
|
"id": "tunnel_major_rail_hatching",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "rail"]],
|
"filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "rail"]],
|
||||||
@ -521,7 +482,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_transit_rail",
|
"id": "tunnel_transit_rail",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -537,7 +497,6 @@
|
|||||||
{
|
{
|
||||||
"id": "tunnel_transit_rail_hatching",
|
"id": "tunnel_transit_rail_hatching",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -554,17 +513,14 @@
|
|||||||
{
|
{
|
||||||
"id": "road_area_pattern",
|
"id": "road_area_pattern",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "$type", "Polygon"]],
|
"filter": ["all", ["==", "$type", "Polygon"]],
|
||||||
"layout": {"visibility": "visible"},
|
|
||||||
"paint": {"fill-pattern": "pedestrian_polygon"}
|
"paint": {"fill-pattern": "pedestrian_polygon"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "road_motorway_link_casing",
|
"id": "road_motorway_link_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"minzoom": 12,
|
"minzoom": 12,
|
||||||
@ -577,7 +533,6 @@
|
|||||||
"layout": {"line-cap": "round", "line-join": "round"},
|
"layout": {"line-cap": "round", "line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {
|
"line-width": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
||||||
@ -587,7 +542,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_service_track_casing",
|
"id": "road_service_track_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -604,7 +558,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_link_casing",
|
"id": "road_link_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"minzoom": 13,
|
"minzoom": 13,
|
||||||
@ -614,14 +567,9 @@
|
|||||||
["!in", "class", "pedestrian", "path", "track", "service"],
|
["!in", "class", "pedestrian", "path", "track", "service"],
|
||||||
["==", "ramp", "1"]
|
["==", "ramp", "1"]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {"line-cap": "round", "line-join": "round"},
|
||||||
"line-cap": "round",
|
|
||||||
"line-join": "round",
|
|
||||||
"visibility": "visible"
|
|
||||||
},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {
|
"line-width": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
||||||
@ -631,7 +579,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_minor_casing",
|
"id": "road_minor_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -654,7 +601,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_secondary_tertiary_casing",
|
"id": "road_secondary_tertiary_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -663,21 +609,15 @@
|
|||||||
["in", "class", "secondary", "tertiary"],
|
["in", "class", "secondary", "tertiary"],
|
||||||
["!=", "ramp", 1]
|
["!=", "ramp", 1]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {"line-cap": "round", "line-join": "round"},
|
||||||
"line-cap": "round",
|
|
||||||
"line-join": "round",
|
|
||||||
"visibility": "visible"
|
|
||||||
},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 17]]}
|
"line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 17]]}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "road_trunk_primary_casing",
|
"id": "road_trunk_primary_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -685,14 +625,9 @@
|
|||||||
["!in", "brunnel", "bridge", "tunnel"],
|
["!in", "brunnel", "bridge", "tunnel"],
|
||||||
["in", "class", "primary", "trunk"]
|
["in", "class", "primary", "trunk"]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {"line-join": "round"},
|
||||||
"line-cap": "butt",
|
|
||||||
"line-join": "round",
|
|
||||||
"visibility": "visible"
|
|
||||||
},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {
|
"line-width": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
"stops": [[5, 0.4], [6, 0.7], [7, 1.75], [20, 22]]
|
"stops": [[5, 0.4], [6, 0.7], [7, 1.75], [20, 22]]
|
||||||
@ -702,7 +637,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_motorway_casing",
|
"id": "road_motorway_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"minzoom": 5,
|
"minzoom": 5,
|
||||||
@ -712,11 +646,7 @@
|
|||||||
["==", "class", "motorway"],
|
["==", "class", "motorway"],
|
||||||
["!=", "ramp", "1"]
|
["!=", "ramp", "1"]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {"line-cap": "round", "line-join": "round"},
|
||||||
"line-cap": "round",
|
|
||||||
"line-join": "round",
|
|
||||||
"visibility": "visible"
|
|
||||||
},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-width": {
|
"line-width": {
|
||||||
@ -728,7 +658,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_path_pedestrian",
|
"id": "road_path_pedestrian",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"minzoom": 14,
|
"minzoom": 14,
|
||||||
@ -748,7 +677,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_motorway_link",
|
"id": "road_motorway_link",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"minzoom": 12,
|
"minzoom": 12,
|
||||||
@ -770,7 +698,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_service_track",
|
"id": "road_service_track",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -787,7 +714,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_link",
|
"id": "road_link",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"minzoom": 13,
|
"minzoom": 13,
|
||||||
@ -797,11 +723,7 @@
|
|||||||
["==", "ramp", 1],
|
["==", "ramp", 1],
|
||||||
["!in", "class", "pedestrian", "path", "track", "service"]
|
["!in", "class", "pedestrian", "path", "track", "service"]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {"line-cap": "round", "line-join": "round"},
|
||||||
"line-cap": "round",
|
|
||||||
"line-join": "round",
|
|
||||||
"visibility": "visible"
|
|
||||||
},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#fea",
|
"line-color": "#fea",
|
||||||
"line-width": {
|
"line-width": {
|
||||||
@ -813,7 +735,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_secondary_tertiary",
|
"id": "road_secondary_tertiary",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -821,11 +742,7 @@
|
|||||||
["!in", "brunnel", "bridge", "tunnel"],
|
["!in", "brunnel", "bridge", "tunnel"],
|
||||||
["in", "class", "secondary", "tertiary"]
|
["in", "class", "secondary", "tertiary"]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {"line-cap": "round", "line-join": "round"},
|
||||||
"line-cap": "round",
|
|
||||||
"line-join": "round",
|
|
||||||
"visibility": "visible"
|
|
||||||
},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#fea",
|
"line-color": "#fea",
|
||||||
"line-width": {"base": 1.2, "stops": [[6.5, 0], [8, 0.5], [20, 13]]}
|
"line-width": {"base": 1.2, "stops": [[6.5, 0], [8, 0.5], [20, 13]]}
|
||||||
@ -834,7 +751,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_trunk_primary",
|
"id": "road_trunk_primary",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -842,11 +758,7 @@
|
|||||||
["!in", "brunnel", "bridge", "tunnel"],
|
["!in", "brunnel", "bridge", "tunnel"],
|
||||||
["in", "class", "primary", "trunk"]
|
["in", "class", "primary", "trunk"]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {"line-join": "round"},
|
||||||
"line-cap": "butt",
|
|
||||||
"line-join": "round",
|
|
||||||
"visibility": "visible"
|
|
||||||
},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#fea",
|
"line-color": "#fea",
|
||||||
"line-width": {"base": 1.2, "stops": [[5, 0], [7, 1], [20, 18]]}
|
"line-width": {"base": 1.2, "stops": [[5, 0], [7, 1], [20, 18]]}
|
||||||
@ -855,7 +767,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_motorway",
|
"id": "road_motorway",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"minzoom": 5,
|
"minzoom": 5,
|
||||||
@ -865,11 +776,7 @@
|
|||||||
["==", "class", "motorway"],
|
["==", "class", "motorway"],
|
||||||
["!=", "ramp", 1]
|
["!=", "ramp", 1]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {"line-cap": "round", "line-join": "round"},
|
||||||
"line-cap": "round",
|
|
||||||
"line-join": "round",
|
|
||||||
"visibility": "visible"
|
|
||||||
},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": {
|
"line-color": {
|
||||||
"base": 1,
|
"base": 1,
|
||||||
@ -881,7 +788,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_major_rail",
|
"id": "road_major_rail",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -897,7 +803,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_major_rail_hatching",
|
"id": "road_major_rail_hatching",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -914,7 +819,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_transit_rail",
|
"id": "road_transit_rail",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -930,7 +834,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_transit_rail_hatching",
|
"id": "road_transit_rail_hatching",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -947,7 +850,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_minor",
|
"id": "road_minor",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -959,14 +861,12 @@
|
|||||||
"layout": {"line-cap": "round", "line-join": "round"},
|
"layout": {"line-cap": "round", "line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#fff",
|
"line-color": "#fff",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 18]]}
|
"line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 18]]}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "bridge_motorway_link_casing",
|
"id": "bridge_motorway_link_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -978,7 +878,6 @@
|
|||||||
"layout": {"line-join": "round"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {
|
"line-width": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
||||||
@ -988,7 +887,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_service_track_casing",
|
"id": "bridge_service_track_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1005,14 +903,12 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_link_casing",
|
"id": "bridge_link_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "class", "link"], ["==", "brunnel", "bridge"]],
|
"filter": ["all", ["==", "class", "link"], ["==", "brunnel", "bridge"]],
|
||||||
"layout": {"line-join": "round"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {
|
"line-width": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]]
|
||||||
@ -1022,7 +918,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_street_casing",
|
"id": "bridge_street_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1043,7 +938,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_path_pedestrian_casing",
|
"id": "bridge_path_pedestrian_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1052,7 +946,6 @@
|
|||||||
["==", "brunnel", "bridge"],
|
["==", "brunnel", "bridge"],
|
||||||
["in", "class", "path", "pedestrian"]
|
["in", "class", "path", "pedestrian"]
|
||||||
],
|
],
|
||||||
"layout": {"line-join": "miter", "visibility": "visible"},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "hsl(35, 6%, 80%)",
|
"line-color": "hsl(35, 6%, 80%)",
|
||||||
"line-dasharray": [1, 0],
|
"line-dasharray": [1, 0],
|
||||||
@ -1062,7 +955,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_secondary_tertiary_casing",
|
"id": "bridge_secondary_tertiary_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1073,14 +965,12 @@
|
|||||||
"layout": {"line-join": "round"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#e9ac77",
|
"line-color": "#e9ac77",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 17]]}
|
"line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 17]]}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "bridge_trunk_primary_casing",
|
"id": "bridge_trunk_primary_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1100,7 +990,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_motorway_casing",
|
"id": "bridge_motorway_casing",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1120,7 +1009,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_path_pedestrian",
|
"id": "bridge_path_pedestrian",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1138,7 +1026,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_motorway_link",
|
"id": "bridge_motorway_link",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1159,7 +1046,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_service_track",
|
"id": "bridge_service_track",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1176,7 +1062,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_link",
|
"id": "bridge_link",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "class", "link"], ["==", "brunnel", "bridge"]],
|
"filter": ["all", ["==", "class", "link"], ["==", "brunnel", "bridge"]],
|
||||||
@ -1192,21 +1077,18 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_street",
|
"id": "bridge_street",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "brunnel", "bridge"], ["in", "class", "minor"]],
|
"filter": ["all", ["==", "brunnel", "bridge"], ["in", "class", "minor"]],
|
||||||
"layout": {"line-join": "round"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#fff",
|
"line-color": "#fff",
|
||||||
"line-opacity": 1,
|
|
||||||
"line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 18]]}
|
"line-width": {"base": 1.2, "stops": [[13.5, 0], [14, 2.5], [20, 18]]}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "bridge_secondary_tertiary",
|
"id": "bridge_secondary_tertiary",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1223,7 +1105,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_trunk_primary",
|
"id": "bridge_trunk_primary",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1240,7 +1121,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_motorway",
|
"id": "bridge_motorway",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1257,7 +1137,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_major_rail",
|
"id": "bridge_major_rail",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "class", "rail"], ["==", "brunnel", "bridge"]],
|
"filter": ["all", ["==", "class", "rail"], ["==", "brunnel", "bridge"]],
|
||||||
@ -1269,7 +1148,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_major_rail_hatching",
|
"id": "bridge_major_rail_hatching",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": ["all", ["==", "class", "rail"], ["==", "brunnel", "bridge"]],
|
"filter": ["all", ["==", "class", "rail"], ["==", "brunnel", "bridge"]],
|
||||||
@ -1282,7 +1160,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_transit_rail",
|
"id": "bridge_transit_rail",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1298,7 +1175,6 @@
|
|||||||
{
|
{
|
||||||
"id": "bridge_transit_rail_hatching",
|
"id": "bridge_transit_rail_hatching",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1315,12 +1191,10 @@
|
|||||||
{
|
{
|
||||||
"id": "building",
|
"id": "building",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "building",
|
"source-layer": "building",
|
||||||
"minzoom": 13,
|
"minzoom": 13,
|
||||||
"maxzoom": 14,
|
"maxzoom": 14,
|
||||||
"layout": {"visibility": "visible"},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"fill-color": "hsl(35, 8%, 85%)",
|
"fill-color": "hsl(35, 8%, 85%)",
|
||||||
"fill-outline-color": {
|
"fill-outline-color": {
|
||||||
@ -1332,11 +1206,9 @@
|
|||||||
{
|
{
|
||||||
"id": "building-3d",
|
"id": "building-3d",
|
||||||
"type": "fill-extrusion",
|
"type": "fill-extrusion",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "building",
|
"source-layer": "building",
|
||||||
"minzoom": 14,
|
"minzoom": 14,
|
||||||
"layout": {"visibility": "visible"},
|
|
||||||
"paint": {
|
"paint": {
|
||||||
"fill-extrusion-color": "hsl(35, 8%, 85%)",
|
"fill-extrusion-color": "hsl(35, 8%, 85%)",
|
||||||
"fill-extrusion-height": {
|
"fill-extrusion-height": {
|
||||||
@ -1353,7 +1225,6 @@
|
|||||||
{
|
{
|
||||||
"id": "boundary_3",
|
"id": "boundary_3",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "boundary",
|
"source-layer": "boundary",
|
||||||
"minzoom": 8,
|
"minzoom": 8,
|
||||||
@ -1368,7 +1239,6 @@
|
|||||||
{
|
{
|
||||||
"id": "boundary_2",
|
"id": "boundary_2",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "boundary",
|
"source-layer": "boundary",
|
||||||
"filter": ["all", ["==", "admin_level", 2]],
|
"filter": ["all", ["==", "admin_level", 2]],
|
||||||
@ -1382,10 +1252,8 @@
|
|||||||
{
|
{
|
||||||
"id": "water_name_line",
|
"id": "water_name_line",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "water_name",
|
"source-layer": "water_name",
|
||||||
"minzoom": 0,
|
|
||||||
"filter": ["all", ["==", "$type", "LineString"]],
|
"filter": ["all", ["==", "$type", "LineString"]],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-field": "{name}",
|
"text-field": "{name}",
|
||||||
@ -1403,10 +1271,8 @@
|
|||||||
{
|
{
|
||||||
"id": "water_name_point",
|
"id": "water_name_point",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "water_name",
|
"source-layer": "water_name",
|
||||||
"minzoom": 0,
|
|
||||||
"filter": ["==", "$type", "Point"],
|
"filter": ["==", "$type", "Point"],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-field": "{name}",
|
"text-field": "{name}",
|
||||||
@ -1423,7 +1289,6 @@
|
|||||||
{
|
{
|
||||||
"id": "poi_z16",
|
"id": "poi_z16",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "poi",
|
"source-layer": "poi",
|
||||||
"minzoom": 16,
|
"minzoom": 16,
|
||||||
@ -1435,7 +1300,6 @@
|
|||||||
"text-font": ["Roboto Condensed Italic"],
|
"text-font": ["Roboto Condensed Italic"],
|
||||||
"text-max-width": 9,
|
"text-max-width": 9,
|
||||||
"text-offset": [0, 0.6],
|
"text-offset": [0, 0.6],
|
||||||
"text-padding": 2,
|
|
||||||
"text-size": 12
|
"text-size": 12
|
||||||
},
|
},
|
||||||
"paint": {
|
"paint": {
|
||||||
@ -1448,7 +1312,6 @@
|
|||||||
{
|
{
|
||||||
"id": "poi_z15",
|
"id": "poi_z15",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "poi",
|
"source-layer": "poi",
|
||||||
"minzoom": 15,
|
"minzoom": 15,
|
||||||
@ -1465,7 +1328,6 @@
|
|||||||
"text-font": ["Roboto Condensed Italic"],
|
"text-font": ["Roboto Condensed Italic"],
|
||||||
"text-max-width": 9,
|
"text-max-width": 9,
|
||||||
"text-offset": [0, 0.6],
|
"text-offset": [0, 0.6],
|
||||||
"text-padding": 2,
|
|
||||||
"text-size": 12
|
"text-size": 12
|
||||||
},
|
},
|
||||||
"paint": {
|
"paint": {
|
||||||
@ -1478,7 +1340,6 @@
|
|||||||
{
|
{
|
||||||
"id": "poi_z14",
|
"id": "poi_z14",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "poi",
|
"source-layer": "poi",
|
||||||
"minzoom": 14,
|
"minzoom": 14,
|
||||||
@ -1495,7 +1356,6 @@
|
|||||||
"text-font": ["Roboto Condensed Italic"],
|
"text-font": ["Roboto Condensed Italic"],
|
||||||
"text-max-width": 9,
|
"text-max-width": 9,
|
||||||
"text-offset": [0, 0.6],
|
"text-offset": [0, 0.6],
|
||||||
"text-padding": 2,
|
|
||||||
"text-size": 12
|
"text-size": 12
|
||||||
},
|
},
|
||||||
"paint": {
|
"paint": {
|
||||||
@ -1508,7 +1368,6 @@
|
|||||||
{
|
{
|
||||||
"id": "poi_transit",
|
"id": "poi_transit",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "poi",
|
"source-layer": "poi",
|
||||||
"filter": ["all", ["in", "class", "bus", "rail", "airport"]],
|
"filter": ["all", ["in", "class", "bus", "rail", "airport"]],
|
||||||
@ -1519,9 +1378,7 @@
|
|||||||
"text-font": ["Roboto Condensed Italic"],
|
"text-font": ["Roboto Condensed Italic"],
|
||||||
"text-max-width": 9,
|
"text-max-width": 9,
|
||||||
"text-offset": [0.9, 0],
|
"text-offset": [0.9, 0],
|
||||||
"text-padding": 2,
|
"text-size": 12
|
||||||
"text-size": 12,
|
|
||||||
"visibility": "visible"
|
|
||||||
},
|
},
|
||||||
"paint": {
|
"paint": {
|
||||||
"text-color": "#4898ff",
|
"text-color": "#4898ff",
|
||||||
@ -1533,7 +1390,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_label",
|
"id": "road_label",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation_name",
|
"source-layer": "transportation_name",
|
||||||
"filter": ["all"],
|
"filter": ["all"],
|
||||||
@ -1554,7 +1410,6 @@
|
|||||||
{
|
{
|
||||||
"id": "road_shield",
|
"id": "road_shield",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "transportation_name",
|
"source-layer": "transportation_name",
|
||||||
"minzoom": 7,
|
"minzoom": 7,
|
||||||
@ -1570,13 +1425,11 @@
|
|||||||
"text-rotation-alignment": "viewport",
|
"text-rotation-alignment": "viewport",
|
||||||
"text-size": 10,
|
"text-size": 10,
|
||||||
"icon-size": 0.8
|
"icon-size": 0.8
|
||||||
},
|
}
|
||||||
"paint": {}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "place_other",
|
"id": "place_other",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"filter": [
|
"filter": [
|
||||||
@ -1600,7 +1453,6 @@
|
|||||||
{
|
{
|
||||||
"id": "place_village",
|
"id": "place_village",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"filter": ["all", ["==", "class", "village"]],
|
"filter": ["all", ["==", "class", "village"]],
|
||||||
@ -1619,7 +1471,6 @@
|
|||||||
{
|
{
|
||||||
"id": "place_town",
|
"id": "place_town",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"filter": ["all", ["==", "class", "town"]],
|
"filter": ["all", ["==", "class", "town"]],
|
||||||
@ -1641,7 +1492,6 @@
|
|||||||
{
|
{
|
||||||
"id": "place_city",
|
"id": "place_city",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"minzoom": 5,
|
"minzoom": 5,
|
||||||
@ -1666,7 +1516,6 @@
|
|||||||
{
|
{
|
||||||
"id": "state",
|
"id": "state",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"maxzoom": 6,
|
"maxzoom": 6,
|
||||||
@ -1686,7 +1535,6 @@
|
|||||||
{
|
{
|
||||||
"id": "country_3",
|
"id": "country_3",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"filter": ["all", [">=", "rank", 3], ["==", "class", "country"]],
|
"filter": ["all", [">=", "rank", 3], ["==", "class", "country"]],
|
||||||
@ -1707,7 +1555,6 @@
|
|||||||
{
|
{
|
||||||
"id": "country_2",
|
"id": "country_2",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"filter": ["all", ["==", "rank", 2], ["==", "class", "country"]],
|
"filter": ["all", ["==", "rank", 2], ["==", "class", "country"]],
|
||||||
@ -1728,7 +1575,6 @@
|
|||||||
{
|
{
|
||||||
"id": "country_1",
|
"id": "country_1",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"filter": ["all", ["==", "rank", 1], ["==", "class", "country"]],
|
"filter": ["all", ["==", "rank", 1], ["==", "class", "country"]],
|
||||||
@ -1749,7 +1595,6 @@
|
|||||||
{
|
{
|
||||||
"id": "continent",
|
"id": "continent",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {},
|
|
||||||
"source": "openmaptiles",
|
"source": "openmaptiles",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"maxzoom": 1,
|
"maxzoom": 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user