From 2dfef4fb068792a8e2489cc01075e4d953b40c64 Mon Sep 17 00:00:00 2001 From: zstadler Date: Fri, 31 Jul 2026 17:53:04 +0300 Subject: [PATCH] Use `mapeak-schema` and `mapeak-code` sources Rename `ihm_class` to `hike_class` Rename `ilmtb_class` to `bike_class` --- Styles/mapeak-bike.json | 472 ++++++++++++------------ Styles/mapeak-hike.json | 768 ++++++++++++++++++++-------------------- 2 files changed, 620 insertions(+), 620 deletions(-) diff --git a/Styles/mapeak-bike.json b/Styles/mapeak-bike.json index 2f55c88..4b7f968 100644 --- a/Styles/mapeak-bike.json +++ b/Styles/mapeak-bike.json @@ -5,17 +5,17 @@ "center": [35, 32], "zoom": 14, "sources": { - "IHM": { + "mapeak-schema": { "type": "vector", - "url": "https://mapeak.com/vector/data/IHM-schema.json", - "tiles": ["https://mapeak.com/vector/data/IHM-schema/{z}/{x}/{y}.mvt"], + "url": "https://mapeak.com/vector/data/mapeak-schema.json", + "tiles": ["https://mapeak.com/vector/data/mapeak-schema/{z}/{x}/{y}.mvt"], "maxzoom": 14, "attribution": "© OpenMapTiles © OpenStreetMap contributors" }, - "IHM-code": { + "mapeak-code": { "type": "vector", - "url": "https://mapeak.com/vector/data/IHM-code.json", - "tiles": ["https://mapeak.com/vector/data/IHM-code/{z}/{x}/{y}.mvt"], + "url": "https://mapeak.com/vector/data/mapeak-code.json", + "tiles": ["https://mapeak.com/vector/data/mapeak-code/{z}/{x}/{y}.mvt"], "maxzoom": 14, "attribution": "© OpenMapTiles © OpenStreetMap contributors" }, @@ -53,7 +53,7 @@ { "id": "land-residential", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 9, "filter": [ @@ -68,7 +68,7 @@ { "id": "land-construction", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 9, "filter": ["all", ["in", "class", "construction"]], @@ -80,7 +80,7 @@ { "id": "land_sand", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 8, "filter": ["all", ["in", "class", "sand"]], @@ -89,7 +89,7 @@ { "id": "land_farm", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 8, "filter": ["all", ["in", "class", "farmland"]], @@ -98,7 +98,7 @@ { "id": "land_orchard", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 13, "filter": ["all", ["==", "subclass", "orchard"]], @@ -110,7 +110,7 @@ { "id": "land_vineyard", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 13, "filter": ["all", ["==", "subclass", "vineyard"]], @@ -122,7 +122,7 @@ { "id": "land-cemetery", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "filter": ["all", ["in", "class", "cemetery"]], "paint": { @@ -133,7 +133,7 @@ { "id": "land_scrub_solid", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 8, "filter": ["all", ["in", "subclass", "meadow", "scrub"]], @@ -145,7 +145,7 @@ { "id": "land_wood_solid", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 8, "filter": ["==", "class", "wood"], @@ -157,7 +157,7 @@ { "id": "land_grass", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 8, "filter": [ @@ -173,7 +173,7 @@ { "id": "land-industrial", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 9, "filter": ["all", ["in", "class", "industrial", "plant"]], @@ -185,7 +185,7 @@ { "id": "land-quarry-limit", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 9, "filter": ["all", ["==", "subclass", "quarry"]], @@ -199,7 +199,7 @@ { "id": "land-quarry", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 9, "filter": ["all", ["==", "subclass", "quarry"]], @@ -211,7 +211,7 @@ { "id": "land_pitch", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 13, "filter": ["all", ["in", "class", "pitch", "playground", "track"]], @@ -223,7 +223,7 @@ { "id": "land_wetland", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "filter": ["all", ["==", "class", "wetland"]], "paint": { @@ -236,7 +236,7 @@ { "id": "military_base_fill", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 10, "filter": [ @@ -249,7 +249,7 @@ { "id": "minefield-fill", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "minefield", "filter": ["all"], "paint": { @@ -262,7 +262,7 @@ { "id": "minefield-perimeter", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "minefield", "minzoom": 11, "filter": ["all"], @@ -275,7 +275,7 @@ { "id": "power-station", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 14, "filter": ["in", "class", "substation", "sub_station", "plant"], @@ -349,7 +349,7 @@ { "id": "water", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "water", "filter": ["all", ["!=", "intermittent", 1]], "paint": { @@ -360,7 +360,7 @@ { "id": "water_riverbed", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "water", "filter": ["all", ["==", "intermittent", 1], ["in", "class", "river"]], "paint": { @@ -372,7 +372,7 @@ { "id": "water_intermittent", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "water", "filter": ["all", ["==", "intermittent", 1], ["!in", "class", "river"]], "paint": { @@ -384,7 +384,7 @@ { "id": "breakwater", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 8, "filter": ["all", ["in", "class", "breakwater"]], @@ -393,7 +393,7 @@ { "id": "tunnel_minor-outer", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ @@ -422,7 +422,7 @@ { "id": "tunnel_minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ @@ -450,7 +450,7 @@ { "id": "tunnel_major", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 15, "maxzoom": 22, @@ -470,7 +470,7 @@ { "id": "park_edge-narrow", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "park", "minzoom": 11, "maxzoom": 20, @@ -484,7 +484,7 @@ { "id": "park_edge-wide", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "park", "minzoom": 11, "maxzoom": 20, @@ -499,7 +499,7 @@ { "id": "waterway-river-intermittent", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "minzoom": 12, "filter": [ @@ -518,7 +518,7 @@ { "id": "waterway-river", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "minzoom": 12, "filter": [ @@ -535,7 +535,7 @@ { "id": "waterway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "minzoom": 12, "filter": [ @@ -552,7 +552,7 @@ { "id": "waterway-intermittent", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "filter": [ "all", @@ -569,7 +569,7 @@ { "id": "waterway-bridge-case", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "filter": ["all", ["==", "brunnel", "bridge"]], "paint": { @@ -581,7 +581,7 @@ { "id": "waterway-tunnel", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "filter": ["all", ["==", "brunnel", "tunnel"]], "paint": { @@ -594,7 +594,7 @@ { "id": "waterway-bridge", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "filter": ["all", ["==", "brunnel", "bridge"]], "paint": { @@ -605,7 +605,7 @@ { "id": "dam", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 13, "filter": ["all", ["==", "class", "dam"]], @@ -618,7 +618,7 @@ { "id": "mtbroute-lcn-hot", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 10, "maxzoom": 21, @@ -637,7 +637,7 @@ { "id": "mtbroute-lcn-cold", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 10, "maxzoom": 21, @@ -656,7 +656,7 @@ { "id": "mtbroute-lcn-hot-right", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 10, "maxzoom": 21, @@ -676,7 +676,7 @@ { "id": "mtbroute_rcn", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 9, "filter": ["all", ["==", "bike_network", "rcn"]], @@ -689,7 +689,7 @@ { "id": "mtbroute_ncn", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 8, "filter": ["all", ["==", "bike_network", "ncn"]], @@ -702,12 +702,12 @@ { "id": "road_minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["in", "ilmtb_class", "minor", "service"], + ["in", "bike_class", "minor", "service"], ["!=", "brunnel", "tunnel"] ], "paint": { @@ -718,7 +718,7 @@ { "id": "road_ramp", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, "filter": ["all", ["==", "ramp", 1], ["!=", "subclass", "steps"]], @@ -731,12 +731,12 @@ { "id": "road_secondary_tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, "filter": [ "all", - ["in", "ilmtb_class", "secondary", "tertiary"], + ["in", "bike_class", "secondary", "tertiary"], ["!=", "brunnel", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -748,12 +748,12 @@ { "id": "road_trunk_primary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 9, "filter": [ "all", - ["in", "ilmtb_class", "trunk", "primary"], + ["in", "bike_class", "trunk", "primary"], ["!=", "brunnel", "tunnel"], ["!=", "ramp", 1] ], @@ -765,13 +765,13 @@ { "id": "road_major_motorway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 8, "maxzoom": 24, "filter": [ "all", - ["==", "ilmtb_class", "motorway"], + ["==", "bike_class", "motorway"], ["!=", "brunnel", "tunnel"] ], "paint": { @@ -782,12 +782,12 @@ { "id": "road_construction", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["in", "ilmtb_class", "minor_construction", "tertiary_construction"], + ["in", "bike_class", "minor_construction", "tertiary_construction"], ["!=", "brunnel", "tunnel"] ], "paint": {"line-width": {"stops": [[14, 3], [16, 6], [20, 18]]}} @@ -795,12 +795,12 @@ { "id": "road_construction core", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["in", "ilmtb_class", "minor_construction", "tertiary_construction"], + ["in", "bike_class", "minor_construction", "tertiary_construction"], ["!=", "brunnel", "tunnel"] ], "paint": { @@ -811,12 +811,12 @@ { "id": "track-paved-casing", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["in", "ilmtb_class", "unclassified", "track"], + ["in", "bike_class", "unclassified", "track"], ["in", "tracktype", "grade1", "grade2"], ["!=", "brunnel", "tunnel"] ], @@ -825,12 +825,12 @@ { "id": "track-unpaved-casing", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["in", "ilmtb_class", "track", "unclassified"], + ["in", "bike_class", "track", "unclassified"], ["!in", "tracktype", "grade1", "grade2"], ["!=", "brunnel", "tunnel"] ], @@ -842,12 +842,12 @@ { "id": "track_core", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["in", "ilmtb_class", "track", "unclassified"], + ["in", "bike_class", "track", "unclassified"], ["!=", "brunnel", "tunnel"] ], "paint": { @@ -858,12 +858,12 @@ { "id": "track-medium", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["==", "ilmtb_class", "track"], + ["==", "bike_class", "track"], ["in", "tracktype", "grade3"], ["!=", "brunnel", "tunnel"] ], @@ -876,10 +876,10 @@ { "id": "steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 15, - "filter": ["all", ["==", "ilmtb_class", "steps"]], + "filter": ["all", ["==", "bike_class", "steps"]], "layout": {"line-cap": "square", "line-join": "bevel"}, "paint": { "line-color": "rgb(252, 0, 0)", @@ -890,10 +890,10 @@ { "id": "path_general", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, - "filter": ["all", ["==", "ilmtb_class", "path"], ["!has", "mtb_scale"]], + "filter": ["all", ["==", "bike_class", "path"], ["!has", "mtb_scale"]], "layout": {"line-cap": "square", "line-join": "bevel"}, "paint": { "line-color": "rgb(170, 104, 49)", @@ -904,12 +904,12 @@ { "id": "footway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["in", "ilmtb_class", "footway", "pedestrian"], + ["in", "bike_class", "footway", "pedestrian"], ["==", "$type", "LineString"] ], "layout": {"line-cap": "round"}, @@ -922,7 +922,7 @@ { "id": "cyclepath", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": ["all", ["==", "subclass", "cycleway"]], @@ -935,7 +935,7 @@ { "id": "road-cyclepath_right", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ @@ -954,7 +954,7 @@ 6, [ "match", - ["get", "ilmtb_class"], + ["get", "bike_class"], ["motorway"], 5.56, ["trunk", "primary"], @@ -968,7 +968,7 @@ 20, [ "match", - ["get", "ilmtb_class"], + ["get", "bike_class"], ["motorway"], 37.5, ["trunk", "primary"], @@ -985,7 +985,7 @@ { "id": "road-cyclepath_left", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ @@ -1004,7 +1004,7 @@ 6, [ "match", - ["get", "ilmtb_class"], + ["get", "bike_class"], ["motorway"], -5.56, ["trunk", "primary"], @@ -1018,7 +1018,7 @@ 20, [ "match", - ["get", "ilmtb_class"], + ["get", "bike_class"], ["motorway"], -37.5, ["trunk", "primary"], @@ -1035,12 +1035,12 @@ { "id": "mtb_path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["==", "ilmtb_class", "cycleway"], + ["==", "bike_class", "cycleway"], ["!=", "subclass", "cycleway"] ], "layout": {"line-cap": "butt", "line-join": "round"}, @@ -1070,12 +1070,12 @@ { "id": "multiuse_path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["==", "ilmtb_class", "path"], + ["==", "bike_class", "path"], ["any", ["in", "bicycle", "yes", "permissive"], ["has", "mtb_scale"]] ], "layout": {"line-cap": "butt", "line-join": "round"}, @@ -1106,12 +1106,12 @@ { "id": "path_6", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["==", "ilmtb_class", "path"], + ["==", "bike_class", "path"], ["==", "mtb_scale", "6"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1124,7 +1124,7 @@ { "id": "aerialway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": ["in", "class", "aerialway"], @@ -1136,13 +1136,13 @@ { "id": "goods_conveyor-bridge", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["==", "layer", 1], - ["==", "ihm_class", "goods_conveyor"] + ["==", "class", "goods_conveyor"] ], "paint": { "line-color": "black", @@ -1152,11 +1152,11 @@ { "id": "goods_conveyor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "maxzoom": 24, - "filter": ["any", ["==", "ihm_class", "goods_conveyor"]], + "filter": ["any", ["==", "class", "goods_conveyor"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "#666", @@ -1166,11 +1166,11 @@ { "id": "goods_conveyor-dash", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "maxzoom": 24, - "filter": ["any", ["==", "ihm_class", "goods_conveyor"]], + "filter": ["any", ["==", "class", "goods_conveyor"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "white", @@ -1181,12 +1181,12 @@ { "id": "railway-black", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["in", "ilmtb_class", "rail", "transit"], + ["in", "bike_class", "rail", "transit"], ["!=", "brunnel", "tunnel"] ], "paint": { @@ -1197,12 +1197,12 @@ { "id": "railway-white", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["in", "ilmtb_class", "rail", "transit"], + ["in", "bike_class", "rail", "transit"], ["!=", "brunnel", "tunnel"] ], "paint": { @@ -1214,7 +1214,7 @@ { "id": "perimeter_wall", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 14, "filter": ["all", ["==", "class", "wall"]], @@ -1227,7 +1227,7 @@ { "id": "perimeter_city_wall", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 11, "filter": ["all", ["==", "class", "city_wall"]], @@ -1240,7 +1240,7 @@ { "id": "base_fence", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 14, "filter": [ @@ -1252,7 +1252,7 @@ { "id": "military_edge-narrow", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 10, "filter": ["all", ["in", "class", "military"]], @@ -1265,7 +1265,7 @@ { "id": "military_edge-wide", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 10, "filter": ["all", ["in", "class", "military"]], @@ -1279,7 +1279,7 @@ { "id": "cliff-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 12, "filter": ["all", ["==", "class", "cliff"]], @@ -1291,7 +1291,7 @@ { "id": "perimeter_fence-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 14, "filter": ["all", ["==", "class", "fence"]], @@ -1300,7 +1300,7 @@ { "id": "power-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 14, "filter": ["in", "class", "line", "minor_line"], @@ -1310,7 +1310,7 @@ { "id": "elevated_ramp", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "filter": [ "all", @@ -1326,7 +1326,7 @@ { "id": "bridge_area", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": ["all", ["==", "class", "bridge"]], @@ -1338,13 +1338,13 @@ { "id": "bridge_major_border", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ "all", ["==", "brunnel", "bridge"], - ["in", "ilmtb_class", "motorway", "trunk", "primary"] + ["in", "bike_class", "motorway", "trunk", "primary"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -1355,13 +1355,13 @@ { "id": "bridge_major", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ "all", ["==", "brunnel", "bridge"], - ["in", "ilmtb_class", "motorway", "trunk", "primary"] + ["in", "bike_class", "motorway", "trunk", "primary"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -1372,13 +1372,13 @@ { "id": "bridge_foot-border", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ "all", ["==", "brunnel", "bridge"], - ["in", "ilmtb_class", "track", "path", "footway", "cycleway"] + ["in", "bike_class", "track", "path", "footway", "cycleway"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": {"line-width": {"base": 1.4, "stops": [[6, 3], [20, 25]]}} @@ -1386,13 +1386,13 @@ { "id": "bridge_foot", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ "all", ["==", "brunnel", "bridge"], - ["in", "ilmtb_class", "track", "path", "footway", "cycleway"] + ["in", "bike_class", "track", "path", "footway", "cycleway"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -1403,13 +1403,13 @@ { "id": "bridge_minor_border", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ "all", ["==", "brunnel", "bridge"], - ["in", "ilmtb_class", "secondary", "tertiaty", "minor", "service", ""] + ["in", "bike_class", "secondary", "tertiaty", "minor", "service", ""] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -1420,13 +1420,13 @@ { "id": "bridge_minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ "all", ["==", "brunnel", "bridge"], - ["in", "ilmtb_class", "secondary", "tertiaty", "minor", "service", ""] + ["in", "bike_class", "secondary", "tertiaty", "minor", "service", ""] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -1437,7 +1437,7 @@ { "id": "elevated_cyclepath", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ @@ -1454,12 +1454,12 @@ { "id": "elevated-railway-black", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["in", "ilmtb_class", "rail", "transit"], + ["in", "bike_class", "rail", "transit"], ["==", "brunnel", "bridge"] ], "paint": { @@ -1470,12 +1470,12 @@ { "id": "elevated_footway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["in", "ilmtb_class", "footway", "pedetrian"], + ["in", "bike_class", "footway", "pedetrian"], ["==", "$type", "LineString"], ["==", "brunnel", "bridge"] ], @@ -1489,12 +1489,12 @@ { "id": "elevated-railway-white", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["in", "ilmtb_class", "rail", "transit"], + ["in", "bike_class", "rail", "transit"], ["==", "brunnel", "bridge"] ], "paint": { @@ -1506,12 +1506,12 @@ { "id": "elevated_path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["==", "ilmtb_class", "path"], + ["==", "bike_class", "path"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "square", "line-join": "bevel"}, @@ -1524,12 +1524,12 @@ { "id": "elevated_minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["in", "ilmtb_class", "minor", "service"], + ["in", "bike_class", "minor", "service"], ["==", "brunnel", "bridge"] ], "paint": { @@ -1540,12 +1540,12 @@ { "id": "elevated_secondary_tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, "filter": [ "all", - ["in", "ilmtb_class", "secondary", "tertiary"], + ["in", "bike_class", "secondary", "tertiary"], ["==", "brunnel", "bridge"] ], "paint": { @@ -1556,12 +1556,12 @@ { "id": "elevated_trunk_primary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 9, "filter": [ "all", - ["in", "ilmtb_class", "trunk", "primary"], + ["in", "bike_class", "trunk", "primary"], ["==", "brunnel", "bridge"] ], "paint": { @@ -1572,12 +1572,12 @@ { "id": "elevated_major_motorway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 8, "filter": [ "all", - ["==", "ilmtb_class", "motorway"], + ["==", "bike_class", "motorway"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "square", "line-join": "round"}, @@ -1589,7 +1589,7 @@ { "id": "border_country_outer", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "minzoom": 0, "filter": [ @@ -1616,7 +1616,7 @@ { "id": "border_country-inner", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "minzoom": 3, "maxzoom": 24, @@ -1645,7 +1645,7 @@ { "id": "border_green_outer", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "minzoom": 0, "filter": [ @@ -1671,7 +1671,7 @@ { "id": "border_green-inner", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "minzoom": 0, "filter": [ @@ -1698,7 +1698,7 @@ { "id": "area-AB", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "minzoom": 13, "filter": ["all", ["in", "name:en", "Area A", "Area B"]], @@ -1707,7 +1707,7 @@ { "id": "area-A", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "minzoom": 13, "filter": ["all", ["==", "name:en", "Area A"]], @@ -1716,7 +1716,7 @@ { "id": "area-AB-outline", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "filter": ["all", ["in", "name:en", "Area A", "Area B"]], "paint": {"line-color": "orange", "line-opacity": 0.4} @@ -1724,7 +1724,7 @@ { "id": "airport-taxiway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "aeroway", "minzoom": 14, "filter": ["all", ["==", "class", "taxiway"]], @@ -1736,7 +1736,7 @@ { "id": "airport-runway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "aeroway", "minzoom": 11, "filter": ["all", ["==", "class", "runway"]], @@ -1748,7 +1748,7 @@ { "id": "grid-lines-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "itm_grid", "minzoom": 0, "filter": ["all"], @@ -1760,7 +1760,7 @@ { "id": "grid-lines-major", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "itm_grid", "minzoom": 11, "filter": ["any", [">=", "east_rank", 10], [">=", "north_rank", 10]], @@ -1769,7 +1769,7 @@ { "id": "land-construction-pattern", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 14, "filter": ["all", ["in", "class", "construction"]], @@ -1782,7 +1782,7 @@ { "id": "land_wood_pattern", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 14, "filter": ["==", "class", "wood"], @@ -1796,7 +1796,7 @@ { "id": "land_scrub_pattern", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 14, "filter": [ @@ -1813,7 +1813,7 @@ { "id": "minefield-icon", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "minefield", "minzoom": 13, "layout": { @@ -1878,7 +1878,7 @@ { "id": "base_fence_x", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 14, "filter": [ @@ -1896,7 +1896,7 @@ { "id": "cliff", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 12, "filter": ["all", ["==", "class", "cliff"]], @@ -1915,7 +1915,7 @@ { "id": "perimeter_fence_x", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 14, "filter": ["all", ["==", "class", "fence"]], @@ -1930,7 +1930,7 @@ { "id": "power-pole", "type": "circle", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 14, "filter": ["==", "class", "tower"], @@ -1945,7 +1945,7 @@ { "id": "shield-secondary", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 12, "filter": ["all", ["in", "class", "secondary"], ["has", "ref"]], @@ -1969,7 +1969,7 @@ { "id": "shield-primary", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 10, "filter": ["all", ["in", "class", "primary"], ["has", "ref"]], @@ -1993,7 +1993,7 @@ { "id": "shield-trunk", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 7, "filter": ["all", ["in", "class", "trunk"], ["has", "ref"]], @@ -2017,7 +2017,7 @@ { "id": "shield-motorway", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 8, "filter": ["all", ["in", "class", "motorway"], ["has", "ref"]], @@ -2041,7 +2041,7 @@ { "id": "road_direction", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 16, "filter": [ @@ -2049,7 +2049,7 @@ ["any", ["in", "oneway", 1, -1], ["in", "oneway:mtb", 1, -1]], [ "!in", - "ilmtb_class", + "bike_class", "motorway_construction", "trunk_construction", "primary_construction", @@ -2080,14 +2080,14 @@ { "id": "road_rural_direction", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "maxzoom": 16, "filter": [ "all", ["any", ["in", "oneway", 1, -1], ["in", "oneway:mtb", 1, -1]], - ["in", "ilmtb_class", "path", "cycleway"] + ["in", "bike_class", "path", "cycleway"] ], "layout": { "symbol-placement": "line", @@ -2110,7 +2110,7 @@ { "id": "building", "type": "fill-extrusion", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "building", "minzoom": 15, "paint": { @@ -2133,7 +2133,7 @@ { "id": "amenity_camping", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "class", "campsite"]], @@ -2161,7 +2161,7 @@ { "id": "amenity-bike-shop-copy", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "subclass", "bicycle"]], @@ -2188,7 +2188,7 @@ { "id": "amenity-cemetery", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": ["all", ["==", "class", "cemetery"]], @@ -2201,7 +2201,7 @@ { "id": "amenity-fuel", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["==", "subclass", "fuel"], @@ -2222,7 +2222,7 @@ { "id": "amenity-info", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "class", "information"]], @@ -2240,7 +2240,7 @@ { "id": "amenity-clinic", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "class", "hospital"]], @@ -2253,7 +2253,7 @@ { "id": "amenity-hotel", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": ["all", ["in", "class", "lodging"]], @@ -2280,7 +2280,7 @@ { "id": "amenity-grocery", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": ["all", ["==", "class", "grocery"]], @@ -2293,7 +2293,7 @@ { "id": "amenity-picnic", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "class", "picnic_site"]], @@ -2306,7 +2306,7 @@ { "id": "amenity-toilet", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": ["all", ["==", "class", "toilets"]], @@ -2319,7 +2319,7 @@ { "id": "amenity-playground", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": ["all", ["==", "class", "playground"]], @@ -2332,7 +2332,7 @@ { "id": "amenity-cafe", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": ["all", ["==", "class", "cafe"]], @@ -2359,7 +2359,7 @@ { "id": "amenity-parking", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 14, "filter": ["all", ["==", "subclass", "parking"]], @@ -2387,7 +2387,7 @@ { "id": "amenity-restaurant", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": ["all", ["in", "class", "restaurant", "fast_food"]], @@ -2414,7 +2414,7 @@ { "id": "railway_station", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 12, "filter": [ @@ -2446,7 +2446,7 @@ { "id": "religion-other", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 14, "filter": [ @@ -2478,7 +2478,7 @@ { "id": "religion-synagogue", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 14, "filter": [ @@ -2510,7 +2510,7 @@ { "id": "religion-mosque", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 14, "filter": [ @@ -2542,7 +2542,7 @@ { "id": "religion-church", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 14, "filter": [ @@ -2574,7 +2574,7 @@ { "id": "barrier_other", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "barrier", "minzoom": 15, "filter": ["all", ["==", "class", "other"], ["!=", "barrier", "bollard"]], @@ -2587,7 +2587,7 @@ { "id": "barrier_closed_gate", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "barrier", "minzoom": 15, "filter": [ @@ -2604,7 +2604,7 @@ { "id": "barrier_no_vehicles", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "barrier", "minzoom": 15, "filter": [ @@ -2621,7 +2621,7 @@ { "id": "barrier_open_gate", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "barrier", "minzoom": 15, "filter": ["all", ["==", "class", "open_gate"]], @@ -2634,7 +2634,7 @@ { "id": "barrier_cattle_grid", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "barrier", "minzoom": 15, "filter": ["all", ["==", "class", "cattle_grid"]], @@ -2647,7 +2647,7 @@ { "id": "poi_flowers", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": ["all", ["==", "subclass", "flowers"]], @@ -2674,7 +2674,7 @@ { "id": "poi_tree", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": ["all", ["==", "subclass", "tree"]], @@ -2688,7 +2688,7 @@ { "id": "poi_pitch", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 16, "filter": ["all", ["==", "class", "pitch"]], @@ -2701,7 +2701,7 @@ { "id": "poi_antenna", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 14, "filter": [ @@ -2718,7 +2718,7 @@ { "id": "poi_tower", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 14, "filter": [ @@ -2743,7 +2743,7 @@ { "id": "poi_attraction", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 14, "filter": [ @@ -2774,7 +2774,7 @@ { "id": "poi_monument", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": [ @@ -2805,7 +2805,7 @@ { "id": "poi_cave", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": [ @@ -2836,7 +2836,7 @@ { "id": "poi_ruins", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 15, "filter": ["==", "subclass", "ruins"], @@ -2863,7 +2863,7 @@ { "id": "poi_archeology-point", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": [ @@ -2894,7 +2894,7 @@ { "id": "poi_archeology-area", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": [ @@ -2925,7 +2925,7 @@ { "id": "poi_viewpoint", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 14, "filter": [ @@ -2956,7 +2956,7 @@ { "id": "peak", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "mountain_peak", "minzoom": 12, "filter": ["all", ["==", "$type", "Point"]], @@ -2987,7 +2987,7 @@ { "id": "label_waterway_old", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "minzoom": 14, "filter": ["all", ["!=", "brunnel", "tunnel"]], @@ -3018,7 +3018,7 @@ { "id": "label_waterway", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway_name", "minzoom": 14, "filter": ["all", ["!=", "brunnel", "tunnel"]], @@ -3049,7 +3049,7 @@ { "id": "water_tap", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "subclass", "drinking_water"]], @@ -3062,7 +3062,7 @@ { "id": "water_hole", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "subclass", "waterhole"]], @@ -3090,7 +3090,7 @@ { "id": "water_cistern", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "subclass", "cistern"]], @@ -3118,7 +3118,7 @@ { "id": "water_waterfall", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "subclass", "waterfall"]], @@ -3146,7 +3146,7 @@ { "id": "water_well", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "subclass", "water_well"]], @@ -3174,7 +3174,7 @@ { "id": "water_tank", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "subclass", "storage_tank"]], @@ -3187,7 +3187,7 @@ { "id": "water_spring", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["all", ["==", "subclass", "spring"]], @@ -3215,7 +3215,7 @@ { "id": "label_aerialway", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": ["in", "class", "aerialway"], @@ -3239,7 +3239,7 @@ { "id": "label_rural_road", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 14, "filter": ["all", ["in", "class", "track", "path"]], @@ -3275,7 +3275,7 @@ { "id": "label_primary_urban_road", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 13, "maxzoom": 24, @@ -3302,7 +3302,7 @@ { "id": "label_major_urban_road", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 14, "maxzoom": 24, @@ -3329,7 +3329,7 @@ { "id": "label_urban_road", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 15, "maxzoom": 24, @@ -3356,7 +3356,7 @@ { "id": "label_mtb_route", "type": "symbol", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail_name", "minzoom": 10, "maxzoom": 24, @@ -3390,7 +3390,7 @@ { "id": "label_mtb__road", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 14, "layout": { @@ -3420,7 +3420,7 @@ { "id": "label_quarry", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 14, "filter": ["all", ["==", "subclass", "quarry"]], @@ -3434,7 +3434,7 @@ { "id": "airport-symbol", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "aerodrome_label", "minzoom": 10, "maxzoom": 16, @@ -3465,7 +3465,7 @@ { "id": "airbase-symbol", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 11, "maxzoom": 15, @@ -3495,7 +3495,7 @@ { "id": "airbase-label", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 13, "maxzoom": 22, @@ -3523,7 +3523,7 @@ { "id": "airfield-symbol", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "aerodrome_label", "minzoom": 12, "maxzoom": 15, @@ -3548,7 +3548,7 @@ { "id": "airfield-label", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "aerodrome_label", "minzoom": 13, "maxzoom": 17, @@ -3579,7 +3579,7 @@ { "id": "label_neighbourhood", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 14, "maxzoom": 16, @@ -3600,7 +3600,7 @@ { "id": "label_hamlet", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 8, "maxzoom": 16, @@ -3621,7 +3621,7 @@ { "id": "label_village", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 9, "maxzoom": 15, @@ -3642,7 +3642,7 @@ { "id": "label_ridge_valley", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_natural", "minzoom": 7, "maxzoom": 14, @@ -3674,7 +3674,7 @@ { "id": "label_town", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 8, "maxzoom": 14, @@ -3695,7 +3695,7 @@ { "id": "label_city", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 9, "maxzoom": 13, @@ -3720,7 +3720,7 @@ { "id": "dot_town", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 0, "maxzoom": 9, @@ -3749,7 +3749,7 @@ { "id": "dot_city", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 0, "maxzoom": 9, @@ -3778,7 +3778,7 @@ { "id": "label_country", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 3, "maxzoom": 8, @@ -3803,7 +3803,7 @@ { "id": "poi_bikepark", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 9, "maxzoom": 15, @@ -3839,7 +3839,7 @@ { "id": "water-area-name", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "water_name", "filter": ["==", "$type", "Point"], "layout": { @@ -3864,7 +3864,7 @@ { "id": "water-area-name-deprecated", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "water_name", "filter": ["==", "$type", "LineString"], "layout": { diff --git a/Styles/mapeak-hike.json b/Styles/mapeak-hike.json index fd74647..0c5ed3f 100644 --- a/Styles/mapeak-hike.json +++ b/Styles/mapeak-hike.json @@ -6,17 +6,17 @@ "copyright": "Copyright Zeev Stadler 2019-2026. All Rights Reserved." }, "sources": { - "IHM": { + "mapeak-schema": { "type": "vector", - "url": "https://mapeak.com/vector/data/IHM-schema.json", - "tiles": ["https://mapeak.com/vector/data/IHM-schema/{z}/{x}/{y}.mvt"], + "url": "https://mapeak.com/vector/data/mapeak-schema.json", + "tiles": ["https://mapeak.com/vector/data/mapeak-schema/{z}/{x}/{y}.mvt"], "maxzoom": 14, "attribution": "© OpenMapTiles © OpenStreetMap contributors" }, - "IHM-code": { + "mapeak-code": { "type": "vector", - "url": "https://mapeak.com/vector/data/IHM-code.json", - "tiles": ["https://mapeak.com/vector/data/IHM-code/{z}/{x}/{y}.mvt"], + "url": "https://mapeak.com/vector/data/mapeak-code.json", + "tiles": ["https://mapeak.com/vector/data/mapeak-code/{z}/{x}/{y}.mvt"], "maxzoom": 14, "attribution": "© OpenMapTiles © OpenStreetMap contributors" }, @@ -54,7 +54,7 @@ { "id": "area-residential", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "filter": [ "in", @@ -73,7 +73,7 @@ { "id": "area-landcover-low", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "filter": [ "all", @@ -127,7 +127,7 @@ { "id": "area-AB", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "filter": ["in", "name:en", "Area A", "Area B", "Area H1"], "paint": {"fill-pattern": "orange_nesw_pattern", "fill-opacity": 0.3} @@ -135,7 +135,7 @@ { "id": "area-A", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "filter": ["in", "name:en", "Area A", "Area H1"], "paint": {"fill-pattern": "orange_nwse_pattern", "fill-opacity": 0.3} @@ -143,7 +143,7 @@ { "id": "area-cemetery", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "filter": ["==", "class", "cemetery"], "paint": {"fill-color": "#CCCCCC"} @@ -151,7 +151,7 @@ { "id": "area-quarry", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "filter": ["==", "subclass", "quarry"], "paint": {"fill-color": "#BFBFBF"} @@ -165,7 +165,7 @@ { "id": "area-military", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "filter": ["==", "class", "military"], "paint": { @@ -324,7 +324,7 @@ { "id": "water-area", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "water", "filter": ["!=", "intermittent", 1], "paint": { @@ -342,7 +342,7 @@ { "id": "water-area-intermittent", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "water", "filter": ["==", "intermittent", 1], "paint": { @@ -353,7 +353,7 @@ { "id": "water-area-wetland", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "filter": ["==", "class", "wetland"], "paint": { @@ -364,7 +364,7 @@ { "id": "area-minefield", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "minefield", "filter": ["all"], "paint": { @@ -377,7 +377,7 @@ { "id": "area-pier", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "filter": ["all", ["==", "class", "pier"], ["==", "$type", "Polygon"]], "paint": {"fill-color": "#FAF7E1"} @@ -385,7 +385,7 @@ { "id": "water-area-breakwater", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "filter": ["==", "class", "breakwater"], "paint": {"fill-color": "rgb(250, 247, 225)"} @@ -393,7 +393,7 @@ { "id": "layer-1-box-wayerway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "minzoom": 10, "filter": ["all", ["==", "brunnel", "tunnel"]], @@ -409,7 +409,7 @@ { "id": "layer-1-casing-waterway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "minzoom": 10, "filter": ["all", ["==", "brunnel", "tunnel"]], @@ -422,7 +422,7 @@ { "id": "layer-1-box-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -440,7 +440,7 @@ { "id": "layer-1-box-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ @@ -457,13 +457,13 @@ { "id": "layer-1-box-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["in", "ihm_class", "path", "cycleway", "footway"] + ["in", "hike_class", "path", "cycleway", "footway"] ], "paint": { "line-color": "black", @@ -474,13 +474,13 @@ { "id": "layer-1-box-track+minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["in", "ihm_class", "track", "minor"] + ["in", "hike_class", "track", "minor"] ], "paint": { "line-color": "black", @@ -491,7 +491,7 @@ { "id": "layer-1-casing-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -506,7 +506,7 @@ { "id": "layer-1-casing-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ @@ -519,13 +519,13 @@ { "id": "layer-1-casing-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["in", "ihm_class", "path", "cycleway", "footway"] + ["in", "hike_class", "path", "cycleway", "footway"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -536,13 +536,13 @@ { "id": "layer-1-casing-track", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "track"] + ["==", "hike_class", "track"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -559,13 +559,13 @@ { "id": "layer-1-casing-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["in", "ihm_class", "minor", "unclassified", "service"] + ["in", "hike_class", "minor", "unclassified", "service"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -579,13 +579,13 @@ { "id": "layer-1-casing-tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "tertiary"] + ["==", "hike_class", "tertiary"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -599,13 +599,13 @@ { "id": "layer-1-casing-secondary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "secondary"] + ["==", "hike_class", "secondary"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -619,13 +619,13 @@ { "id": "layer-1-casing-primary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "primary"] + ["==", "hike_class", "primary"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -639,13 +639,13 @@ { "id": "layer-1-casing-trunk", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 7, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "trunk"] + ["==", "hike_class", "trunk"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -659,13 +659,13 @@ { "id": "layer-1-casing-motorway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 6, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "motorway"] + ["==", "hike_class", "motorway"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -679,13 +679,13 @@ { "id": "layer-1-rail-casing", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["in", "ihm_class", "rail", "transit"] + ["in", "hike_class", "rail", "transit"] ], "layout": {"line-join": "round"}, "paint": { @@ -696,13 +696,13 @@ { "id": "layer-1-rail-dash-tunnel", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["in", "ihm_class", "rail", "transit"] + ["in", "hike_class", "rail", "transit"] ], "paint": { "line-dasharray": [6, 1], @@ -713,7 +713,7 @@ { "id": "layer-1-path-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -731,7 +731,7 @@ { "id": "layer-1-path-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ @@ -748,13 +748,13 @@ { "id": "layer-1-path-footway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["in", "ihm_class", "footway", "pedestrian"] + ["in", "hike_class", "footway", "pedestrian"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -766,13 +766,13 @@ { "id": "layer-1-path-cycleway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "cycleway"] + ["==", "hike_class", "cycleway"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -784,13 +784,13 @@ { "id": "layer-1-path-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "path"], + ["==", "hike_class", "path"], ["!=", "subclass", "steps"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -803,14 +803,14 @@ { "id": "layer-1-track-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "maxzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!has", "colour"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -819,14 +819,14 @@ { "id": "layer-1-track-right-grade5", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "tracktype", "grade5"], ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "track"] + ["==", "hike_class", "track"] ], "layout": {"line-cap": "round", "line-join": "miter"}, "paint": { @@ -839,14 +839,14 @@ { "id": "layer-1-track-left-grade5", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "tracktype", "grade5"], ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "track"] + ["==", "hike_class", "track"] ], "layout": {"line-cap": "round", "line-join": "miter"}, "paint": { @@ -859,14 +859,14 @@ { "id": "layer-1-track-right-grade4", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "tracktype", "grade4"], ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "track"] + ["==", "hike_class", "track"] ], "layout": {"line-cap": "round", "line-join": "miter"}, "paint": { @@ -879,14 +879,14 @@ { "id": "layer-1-track-left-grade4", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "tracktype", "grade4"], ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "track"] + ["==", "hike_class", "track"] ], "layout": {"line-cap": "round", "line-join": "miter"}, "paint": { @@ -899,13 +899,13 @@ { "id": "layer-1-track-right", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "tracktype", "grade1", "grade2", "grade4", "grade5"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -919,13 +919,13 @@ { "id": "layer-1-track-left", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "tracktype", "grade1", "grade2", "grade4", "grade5"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -939,13 +939,13 @@ { "id": "layer-1-track-right-grade1-2", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["in", "tracktype", "grade1", "grade2"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -958,13 +958,13 @@ { "id": "layer-1-track-left-grade1-2", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["in", "tracktype", "grade1", "grade2"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -977,13 +977,13 @@ { "id": "layer-1-road-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["in", "ihm_class", "minor", "unclassified", "service"] + ["in", "hike_class", "minor", "unclassified", "service"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -998,13 +998,13 @@ { "id": "layer-1-road-tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "tertiary"] + ["==", "hike_class", "tertiary"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -1016,13 +1016,13 @@ { "id": "layer-1-road-secondary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "secondary"] + ["==", "hike_class", "secondary"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -1037,13 +1037,13 @@ { "id": "layer-1-road-primary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "primary"] + ["==", "hike_class", "primary"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -1058,13 +1058,13 @@ { "id": "layer-1-road-trunk", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 5, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "trunk"] + ["==", "hike_class", "trunk"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -1079,13 +1079,13 @@ { "id": "layer-1-road-motorway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 5, "filter": [ "all", ["==", "brunnel", "tunnel"], - ["==", "ihm_class", "motorway"] + ["==", "hike_class", "motorway"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -1100,7 +1100,7 @@ { "id": "casing-pier", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "filter": ["all", ["==", "class", "pier"]], "paint": { @@ -1111,7 +1111,7 @@ { "id": "casing-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -1126,7 +1126,7 @@ { "id": "casing-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ @@ -1142,12 +1142,12 @@ { "id": "casing-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["in", "ihm_class", "path", "cycleway", "footway"], + ["in", "hike_class", "path", "cycleway", "footway"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1159,12 +1159,12 @@ { "id": "casing-track", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1182,7 +1182,7 @@ { "id": "water-line-intermittent", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "minzoom": 9, "filter": ["all", ["==", "intermittent", 1], ["!=", "class", "ditch"]], @@ -1195,7 +1195,7 @@ { "id": "water-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "minzoom": 9, "filter": ["all", ["!=", "intermittent", 1], ["!=", "class", "ditch"]], @@ -1207,7 +1207,7 @@ { "id": "boundary-area-AB", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "filter": ["in", "name:en", "Area A", "Area B", "Area H1"], "paint": {"line-color": "orange", "line-opacity": 0.4} @@ -1215,7 +1215,7 @@ { "id": "boundary-military", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "filter": ["==", "class", "military"], "layout": {}, @@ -1224,7 +1224,7 @@ { "id": "boundary-minefield", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "minefield", "minzoom": 11, "filter": ["all"], @@ -1237,7 +1237,7 @@ { "id": "boundary-park-casing", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "park", "minzoom": 6, "layout": {"line-join": "round"}, @@ -1252,7 +1252,7 @@ { "id": "boundary-park", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "park", "minzoom": 5, "paint": { @@ -1264,7 +1264,7 @@ { "id": "boundary-country-dash", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "minzoom": 8, "filter": [ @@ -1284,7 +1284,7 @@ { "id": "boundary-country-bar", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "minzoom": 8, "filter": [ @@ -1304,7 +1304,7 @@ { "id": "boundary-country-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "maxzoom": 8, "filter": [ @@ -1324,7 +1324,7 @@ { "id": "boundary-country-Green_line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "filter": [ "all", @@ -1341,7 +1341,7 @@ { "id": "boundary-country-Golan", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_boundary", "filter": [ "all", @@ -1353,7 +1353,7 @@ { "id": "aeroway-helipad", "type": "fill", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "aeroway", "minzoom": 15, "filter": ["==", "class", "helipad"], @@ -1365,7 +1365,7 @@ { "id": "aeroway-taxiway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "aeroway", "minzoom": 13, "filter": ["==", "class", "taxiway"], @@ -1377,7 +1377,7 @@ { "id": "aeroway-runway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "aeroway", "filter": ["==", "class", "runway"], "paint": { @@ -1388,7 +1388,7 @@ { "id": "barrier-cliff", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 9, "filter": ["all", ["in", "class", "cliff", "earth_bank", "arete"]], @@ -1397,12 +1397,12 @@ { "id": "casing-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", - ["in", "ihm_class", "minor", "unclassified", "service"], + ["in", "hike_class", "minor", "unclassified", "service"], ["!in", "brunnel", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1417,12 +1417,12 @@ { "id": "casing-tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, "filter": [ "all", - ["==", "ihm_class", "tertiary"], + ["==", "hike_class", "tertiary"], ["!in", "brunnel", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1437,12 +1437,12 @@ { "id": "casing-secondary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 8, "filter": [ "all", - ["==", "ihm_class", "secondary"], + ["==", "hike_class", "secondary"], ["!in", "brunnel", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1457,12 +1457,12 @@ { "id": "casing-primary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, "filter": [ "all", - ["==", "ihm_class", "primary"], + ["==", "hike_class", "primary"], ["!in", "brunnel", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1474,12 +1474,12 @@ { "id": "casing-trunk", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 7, "filter": [ "all", - ["==", "ihm_class", "trunk"], + ["==", "hike_class", "trunk"], ["!in", "brunnel", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1491,12 +1491,12 @@ { "id": "casing-motorway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 6, "filter": [ "all", - ["==", "ihm_class", "motorway"], + ["==", "hike_class", "motorway"], ["!in", "brunnel", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1508,7 +1508,7 @@ { "id": "trail-line-path", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 12, "maxzoom": 13, @@ -1524,7 +1524,7 @@ { "id": "trail-colours-bg", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 12, "filter": ["all", [">", "num_colours", 0]], @@ -1538,7 +1538,7 @@ { "id": "trail-colour5", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 12, "filter": ["all", ["has", "hike_colour5"]], @@ -1552,7 +1552,7 @@ { "id": "trail-colour4", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 12, "filter": ["all", ["has", "hike_colour4"]], @@ -1566,7 +1566,7 @@ { "id": "trail-colour3", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 12, "filter": ["all", ["has", "hike_colour3"]], @@ -1580,7 +1580,7 @@ { "id": "trail-colour2", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 12, "filter": ["all", ["has", "hike_colour2"]], @@ -1594,7 +1594,7 @@ { "id": "trail-colour1", "type": "line", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail", "minzoom": 12, "filter": ["all", ["has", "hike_colour1"]], @@ -1608,12 +1608,12 @@ { "id": "rail-casing", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", - ["in", "ihm_class", "rail", "transit"], + ["in", "hike_class", "rail", "transit"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1625,12 +1625,12 @@ { "id": "rail-dash", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", - ["in", "ihm_class", "rail", "transit"], + ["in", "hike_class", "rail", "transit"], ["!in", "brunnel", "bridge", "tunnel"] ], "paint": { @@ -1642,7 +1642,7 @@ { "id": "path-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -1660,7 +1660,7 @@ { "id": "path-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ @@ -1677,12 +1677,12 @@ { "id": "path-footway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["in", "ihm_class", "footway", "pedestrian"], + ["in", "hike_class", "footway", "pedestrian"], ["!in", "brunnel", "bridge", "tunnel"], ["==", "$type", "LineString"] ], @@ -1696,12 +1696,12 @@ { "id": "path-cycleway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["==", "ihm_class", "cycleway"], + ["==", "hike_class", "cycleway"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1714,12 +1714,12 @@ { "id": "path-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", - ["==", "ihm_class", "path"], + ["==", "hike_class", "path"], ["!=", "subclass", "steps"], ["!in", "brunnel", "bridge", "tunnel"] ], @@ -1733,11 +1733,11 @@ { "id": "track-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "maxzoom": 12, - "filter": ["all", ["==", "ihm_class", "track"]], + "filter": ["all", ["==", "hike_class", "track"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": ["to-color", ["get", "colour"], "#AA8166"], @@ -1748,13 +1748,13 @@ { "id": "track-right-grade5", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["==", "tracktype", "grade5"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -1768,13 +1768,13 @@ { "id": "track-left-grade5", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["==", "tracktype", "grade5"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -1788,13 +1788,13 @@ { "id": "track-right-grade4", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["==", "tracktype", "grade4"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -1808,13 +1808,13 @@ { "id": "track-left-grade4", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["==", "tracktype", "grade4"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -1828,12 +1828,12 @@ { "id": "track-right", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "brunnel", "bridge", "tunnel"], ["!in", "tracktype", "grade1", "grade2", "grade4", "grade5"] ], @@ -1848,12 +1848,12 @@ { "id": "track-left", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "brunnel", "bridge", "tunnel"], ["!in", "tracktype", "grade1", "grade2", "grade4", "grade5"] ], @@ -1868,13 +1868,13 @@ { "id": "track-right-grade1-2", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["in", "tracktype", "grade1", "grade2"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -1887,13 +1887,13 @@ { "id": "track-left-grade1-2", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["in", "tracktype", "grade1", "grade2"], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -1906,12 +1906,12 @@ { "id": "road-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", - ["in", "ihm_class", "minor", "unclassified", "service"], + ["in", "hike_class", "minor", "unclassified", "service"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1926,12 +1926,12 @@ { "id": "road-tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, "filter": [ "all", - ["==", "ihm_class", "tertiary"], + ["==", "hike_class", "tertiary"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1946,12 +1946,12 @@ { "id": "road-secondary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 8, "filter": [ "all", - ["==", "ihm_class", "secondary"], + ["==", "hike_class", "secondary"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1966,12 +1966,12 @@ { "id": "road-primary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 4, "filter": [ "all", - ["==", "ihm_class", "primary"], + ["==", "hike_class", "primary"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -1983,12 +1983,12 @@ { "id": "road-trunk", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 3, "filter": [ "all", - ["==", "ihm_class", "trunk"], + ["==", "hike_class", "trunk"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -2000,12 +2000,12 @@ { "id": "road-motorway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 3, "filter": [ "all", - ["==", "ihm_class", "motorway"], + ["==", "hike_class", "motorway"], ["!in", "brunnel", "bridge", "tunnel"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -2017,7 +2017,7 @@ { "id": "layer1-box-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -2027,7 +2027,7 @@ { "id": "layer1-box-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": ["all", ["==", "layer", 1], ["==", "subclass", "steps"]], @@ -2036,13 +2036,13 @@ { "id": "layer1-box-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["in", "ihm_class", "path", "cycleway", "footway"] + ["in", "hike_class", "path", "cycleway", "footway"] ], "paint": { "line-color": "black", @@ -2052,10 +2052,10 @@ { "id": "layer1-box-track", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "track"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "track"]], "paint": { "line-color": "black", "line-width": {"base": 2, "stops": [[13, 7.5], [16, 12], [22, 48]]} @@ -2064,7 +2064,7 @@ { "id": "layer1-box-paved", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ @@ -2072,7 +2072,7 @@ ["==", "brunnel", "bridge"], [ "in", - "ihm_class", + "hike_class", "secondary", "tertiary", "minor", @@ -2089,13 +2089,13 @@ { "id": "layer1-box-highways", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["in", "ihm_class", "motorway", "trunk", "primary"] + ["in", "hike_class", "motorway", "trunk", "primary"] ], "paint": { "line-color": "black", @@ -2105,7 +2105,7 @@ { "id": "layer1-casing-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -2116,7 +2116,7 @@ { "id": "layer1-casing-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": ["all", ["==", "layer", 1], ["==", "subclass", "steps"]], @@ -2128,13 +2128,13 @@ { "id": "layer1-casing-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["in", "ihm_class", "path", "cycleway", "footway"] + ["in", "hike_class", "path", "cycleway", "footway"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -2145,10 +2145,10 @@ { "id": "layer1-casing-track", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "track"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "track"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-width": {"base": 2, "stops": [[13, 5], [16, 8], [22, 32]]}, @@ -2164,13 +2164,13 @@ { "id": "layer1-casing-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["in", "ihm_class", "minor", "unclassified", "service"] + ["in", "hike_class", "minor", "unclassified", "service"] ], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { @@ -2184,10 +2184,10 @@ { "id": "layer1-casing-tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "tertiary"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "tertiary"]], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { "line-color": ["to-color", ["get", "colour"], "#808080"], @@ -2200,10 +2200,10 @@ { "id": "layer1-casing-secondary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "secondary"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "secondary"]], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { "line-color": ["to-color", ["get", "colour"], "#808080"], @@ -2216,10 +2216,10 @@ { "id": "layer1-casing-primary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "primary"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "primary"]], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { "line-color": "#808080", @@ -2232,10 +2232,10 @@ { "id": "layer1-casing-trunk", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 7, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "trunk"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "trunk"]], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { "line-color": "#808080", @@ -2248,10 +2248,10 @@ { "id": "layer1-casing-motorway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 6, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "motorway"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "motorway"]], "layout": {"line-cap": "butt", "line-join": "round"}, "paint": { "line-color": "#808080", @@ -2264,13 +2264,13 @@ { "id": "layer1-box-rail", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "layer", 1], - ["in", "ihm_class", "rail", "transit"] + ["in", "hike_class", "rail", "transit"] ], "paint": { "line-width": {"base": 2, "stops": [[13, 8], [16, 16], [22, 64]]}, @@ -2280,13 +2280,13 @@ { "id": "layer1-rail-casing", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "layer", 1], - ["in", "ihm_class", "rail", "transit"] + ["in", "hike_class", "rail", "transit"] ], "layout": {"line-join": "round"}, "paint": { @@ -2297,13 +2297,13 @@ { "id": "layer1-rail-dash", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "layer", 1], - ["in", "ihm_class", "rail", "transit"] + ["in", "hike_class", "rail", "transit"] ], "paint": { "line-dasharray": [6, 6], @@ -2314,7 +2314,7 @@ { "id": "layer1-path-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -2328,7 +2328,7 @@ { "id": "layer1-path-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": ["all", ["==", "layer", 1], ["==", "subclass", "steps"]], @@ -2341,13 +2341,13 @@ { "id": "layer1-path-footway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["in", "ihm_class", "footway", "pedestrian"] + ["in", "hike_class", "footway", "pedestrian"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -2359,10 +2359,10 @@ { "id": "layer1-path-cycleway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "cycleway"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "cycleway"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-dasharray": [4, 2, 0.5, 2], @@ -2373,13 +2373,13 @@ { "id": "layer1-path-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["==", "ihm_class", "path"], + ["==", "hike_class", "path"], ["!=", "subclass", "steps"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -2392,14 +2392,14 @@ { "id": "layer1-track-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "maxzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!has", "colour"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -2408,14 +2408,14 @@ { "id": "layer1-track-right-grade5", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], ["==", "tracktype", "grade5"], - ["==", "ihm_class", "track"] + ["==", "hike_class", "track"] ], "layout": {"line-cap": "round", "line-join": "miter"}, "paint": { @@ -2428,14 +2428,14 @@ { "id": "layer1-track-left-grade5", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], ["==", "tracktype", "grade5"], - ["==", "ihm_class", "track"] + ["==", "hike_class", "track"] ], "layout": {"line-cap": "round", "line-join": "miter"}, "paint": { @@ -2448,14 +2448,14 @@ { "id": "layer1-track-right-grade4", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], ["==", "tracktype", "grade4"], - ["==", "ihm_class", "track"] + ["==", "hike_class", "track"] ], "layout": {"line-cap": "round", "line-join": "miter"}, "paint": { @@ -2468,14 +2468,14 @@ { "id": "layer1-track-left-grade4", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], ["==", "tracktype", "grade4"], - ["==", "ihm_class", "track"] + ["==", "hike_class", "track"] ], "layout": {"line-cap": "round", "line-join": "miter"}, "paint": { @@ -2488,13 +2488,13 @@ { "id": "layer1-track-right", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "tracktype", "grade1", "grade2", "grade4", "grade5"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -2508,13 +2508,13 @@ { "id": "layer1-track-left", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["!in", "tracktype", "grade1", "grade2", "grade4", "grade5"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -2528,13 +2528,13 @@ { "id": "layer1-track-right-grade1-2", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["in", "tracktype", "grade1", "grade2"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -2547,13 +2547,13 @@ { "id": "layer1-track-left-grade1-2", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["==", "ihm_class", "track"], + ["==", "hike_class", "track"], ["in", "tracktype", "grade1", "grade2"] ], "layout": {"line-cap": "round", "line-join": "miter"}, @@ -2566,13 +2566,13 @@ { "id": "layer1-road-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 1], - ["in", "ihm_class", "minor", "unclassified", "service"] + ["in", "hike_class", "minor", "unclassified", "service"] ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { @@ -2586,10 +2586,10 @@ { "id": "layer1-road-tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "tertiary"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "tertiary"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "rgb(255, 230, 107)", @@ -2599,10 +2599,10 @@ { "id": "layer1-road-secondary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "secondary"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "secondary"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "#303030", @@ -2615,10 +2615,10 @@ { "id": "layer1-road-primary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "primary"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "primary"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "green", @@ -2631,10 +2631,10 @@ { "id": "layer1-road-trunk", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 5, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "trunk"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "trunk"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "red", @@ -2647,10 +2647,10 @@ { "id": "layer1-road-motorway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 5, - "filter": ["all", ["==", "layer", 1], ["==", "ihm_class", "motorway"]], + "filter": ["all", ["==", "layer", 1], ["==", "hike_class", "motorway"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "blue", @@ -2663,7 +2663,7 @@ { "id": "layer2-box-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -2678,7 +2678,7 @@ { "id": "layer2-box-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ @@ -2692,13 +2692,13 @@ { "id": "layer2-box-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 2], - ["in", "ihm_class", "path", "cycleway", "footway"], + ["in", "hike_class", "path", "cycleway", "footway"], ["==", "brunnel", "bridge"] ], "paint": { @@ -2709,7 +2709,7 @@ { "id": "layer2-box-paved", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ @@ -2717,7 +2717,7 @@ ["==", "layer", 2], [ "in", - "ihm_class", + "hike_class", "motorway", "trunk", "primary", @@ -2737,7 +2737,7 @@ { "id": "layer2-casing-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -2753,7 +2753,7 @@ { "id": "layer2-casing-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ @@ -2770,13 +2770,13 @@ { "id": "layer2-casing-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 2], - ["in", "ihm_class", "path", "cycleway", "footway"], + ["in", "hike_class", "path", "cycleway", "footway"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -2788,13 +2788,13 @@ { "id": "layer2-casing-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 2], - ["in", "ihm_class", "minor", "unclassified", "service"], + ["in", "hike_class", "minor", "unclassified", "service"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "butt", "line-join": "round"}, @@ -2809,13 +2809,13 @@ { "id": "layer2-casing-tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "tertiary"], + ["==", "hike_class", "tertiary"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "butt", "line-join": "round"}, @@ -2830,13 +2830,13 @@ { "id": "layer2-casing-secondary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "secondary"], + ["==", "hike_class", "secondary"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "butt", "line-join": "round"}, @@ -2851,13 +2851,13 @@ { "id": "layer2-casing-primary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "primary"], + ["==", "hike_class", "primary"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "butt", "line-join": "round"}, @@ -2872,13 +2872,13 @@ { "id": "layer2-casing-trunk", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 7, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "trunk"], + ["==", "hike_class", "trunk"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "butt", "line-join": "round"}, @@ -2893,13 +2893,13 @@ { "id": "layer2-casing-motorway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 6, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "motorway"], + ["==", "hike_class", "motorway"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "butt", "line-join": "round"}, @@ -2914,13 +2914,13 @@ { "id": "layer2-box-rail", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "layer", 2], - ["in", "ihm_class", "rail", "transit"], + ["in", "hike_class", "rail", "transit"], ["==", "brunnel", "bridge"] ], "paint": { @@ -2931,13 +2931,13 @@ { "id": "layer2-rail-casing", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "layer", 2], - ["in", "ihm_class", "rail", "transit"], + ["in", "hike_class", "rail", "transit"], ["==", "brunnel", "bridge"] ], "layout": {"line-join": "round"}, @@ -2949,13 +2949,13 @@ { "id": "layer2-rail-dash", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "layer", 2], - ["in", "ihm_class", "rail", "transit"], + ["in", "hike_class", "rail", "transit"], ["==", "brunnel", "bridge"] ], "paint": { @@ -2967,7 +2967,7 @@ { "id": "layer2-path-steps-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "maxzoom": 14, @@ -2986,7 +2986,7 @@ { "id": "layer2-path-steps", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 14, "filter": [ @@ -3004,13 +3004,13 @@ { "id": "layer2-path-footway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 2], - ["in", "ihm_class", "footway", "pedestrian"], + ["in", "hike_class", "footway", "pedestrian"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3023,13 +3023,13 @@ { "id": "layer2-path-cycleway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "cycleway"], + ["==", "hike_class", "cycleway"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3042,13 +3042,13 @@ { "id": "layer2-path-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "path"], + ["==", "hike_class", "path"], ["!=", "subclass", "steps"], ["==", "brunnel", "bridge"] ], @@ -3062,13 +3062,13 @@ { "id": "layer2-road-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 2], - ["in", "ihm_class", "minor", "unclassified", "service"], + ["in", "hike_class", "minor", "unclassified", "service"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3083,13 +3083,13 @@ { "id": "layer2-road-tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "tertiary"], + ["==", "hike_class", "tertiary"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3101,13 +3101,13 @@ { "id": "layer2-road-secondary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "secondary"], + ["==", "hike_class", "secondary"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3122,13 +3122,13 @@ { "id": "layer2-road-primary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 10, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "primary"], + ["==", "hike_class", "primary"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3143,13 +3143,13 @@ { "id": "layer2-road-trunk", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 5, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "trunk"], + ["==", "hike_class", "trunk"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3164,13 +3164,13 @@ { "id": "layer2-road-motorway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 5, "filter": [ "all", ["==", "layer", 2], - ["==", "ihm_class", "motorway"], + ["==", "hike_class", "motorway"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3185,13 +3185,13 @@ { "id": "layer3-casing-path", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 3], - ["==", "ihm_class", "path"], + ["==", "hike_class", "path"], ["!=", "subclass", "steps"], ["==", "brunnel", "bridge"] ], @@ -3204,13 +3204,13 @@ { "id": "layer3-casing-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 3], - ["in", "ihm_class", "minor", "unclassified", "service"], + ["in", "hike_class", "minor", "unclassified", "service"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "butt", "line-join": "round"}, @@ -3225,13 +3225,13 @@ { "id": "layer3-casing-tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": [ "all", ["==", "layer", 3], - ["==", "ihm_class", "tertiary"], + ["==", "hike_class", "tertiary"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "butt", "line-join": "round"}, @@ -3246,13 +3246,13 @@ { "id": "layer3-path-footway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 3], - ["in", "ihm_class", "footway", "pedestrian"], + ["in", "hike_class", "footway", "pedestrian"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3265,13 +3265,13 @@ { "id": "layer3-road-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 13, "filter": [ "all", ["==", "layer", 3], - ["in", "ihm_class", "minor", "unclassified", "service"], + ["in", "hike_class", "minor", "unclassified", "service"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3286,13 +3286,13 @@ { "id": "layer3-road-tertiary", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["==", "layer", 3], - ["==", "ihm_class", "tertiary"], + ["==", "hike_class", "tertiary"], ["==", "brunnel", "bridge"] ], "layout": {"line-cap": "round", "line-join": "round"}, @@ -3304,7 +3304,7 @@ { "id": "aerialway", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "filter": ["all", ["in", "class", "aerialway"]], @@ -3321,13 +3321,13 @@ { "id": "goods_conveyor-bridge", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 12, "filter": [ "all", ["==", "layer", 1], - ["==", "ihm_class", "goods_conveyor"] + ["==", "hike_class", "goods_conveyor"] ], "paint": { "line-color": "black", @@ -3337,11 +3337,11 @@ { "id": "goods_conveyor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "maxzoom": 24, - "filter": ["any", ["==", "ihm_class", "goods_conveyor"]], + "filter": ["any", ["==", "hike_class", "goods_conveyor"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "#666", @@ -3351,11 +3351,11 @@ { "id": "goods_conveyor-dash", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation", "minzoom": 11, "maxzoom": 24, - "filter": ["any", ["==", "ihm_class", "goods_conveyor"]], + "filter": ["any", ["==", "hike_class", "goods_conveyor"]], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { "line-color": "white", @@ -3366,7 +3366,7 @@ { "id": "barrier-power", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 14, "filter": ["in", "class", "substation", "sub_station", "plant"], @@ -3375,7 +3375,7 @@ { "id": "barrier-fence-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 11, "filter": ["all", ["in", "class", "fence", "yes", "block"]], @@ -3384,7 +3384,7 @@ { "id": "barrier-wall", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 11, "filter": ["in", "class", "wall", "city_wall", "dam"], @@ -3393,7 +3393,7 @@ { "id": "power-line", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 14, "filter": ["in", "class", "line", "minor_line"], @@ -3403,7 +3403,7 @@ { "id": "boundary-minefield-icon", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "minefield", "minzoom": 13, "layout": { @@ -3422,7 +3422,7 @@ { "id": "barrier-cliff-arete", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 9, "filter": ["all", ["in", "class", "arete"]], @@ -3439,7 +3439,7 @@ { "id": "barrier-cliff-icon", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 9, "filter": ["all", ["in", "class", "cliff", "earth_bank", "arete"]], @@ -3456,7 +3456,7 @@ { "id": "barrier-fence-x", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 11, "filter": ["==", "class", "fence"], @@ -3472,7 +3472,7 @@ { "id": "grid-lines-minor", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "itm_grid", "minzoom": 9, "filter": ["all"], @@ -3484,7 +3484,7 @@ { "id": "grid-lines-major", "type": "line", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "itm_grid", "minzoom": 11, "filter": ["any", [">=", "east_rank", 10], [">=", "north_rank", 10]], @@ -3493,7 +3493,7 @@ { "id": "grid-label-east", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "itm_grid", "minzoom": 9, "filter": [ @@ -3519,7 +3519,7 @@ { "id": "grid-label-north", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "itm_grid", "minzoom": 9, "filter": [ @@ -3547,7 +3547,7 @@ { "id": "power-tower", "type": "circle", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_lines", "minzoom": 14, "filter": ["==", "class", "tower"], @@ -3561,7 +3561,7 @@ { "id": "shield-secondary", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 11, "filter": ["all", ["==", "class", "secondary"], ["has", "ref"]], @@ -3585,7 +3585,7 @@ { "id": "shield-primary", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 10, "filter": ["all", ["==", "class", "primary"], ["has", "ref"]], @@ -3609,7 +3609,7 @@ { "id": "shield-trunk", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 6, "filter": ["all", ["==", "class", "trunk"], ["has", "ref"]], @@ -3633,7 +3633,7 @@ { "id": "shield-motorway", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 6, "filter": ["all", ["==", "class", "motorway"], ["has", "ref"]], @@ -3657,7 +3657,7 @@ { "id": "icon-tree", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": ["==", "subclass", "tree"], "layout": { @@ -3685,7 +3685,7 @@ { "id": "building", "type": "fill-extrusion", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "building", "minzoom": 15, "filter": ["all"], @@ -3745,7 +3745,7 @@ { "id": "name-building", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "building", "minzoom": 16, "layout": { @@ -3770,7 +3770,7 @@ { "id": "name-water-line_old", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway", "minzoom": 11, "filter": ["!=", "class", "ditch"], @@ -3799,7 +3799,7 @@ { "id": "name-water-line", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "waterway_name", "minzoom": 11, "filter": ["!=", "class", "ditch"], @@ -3828,7 +3828,7 @@ { "id": "name-minor", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 15, "filter": ["in", "class", "minor", "service"], @@ -3854,7 +3854,7 @@ { "id": "name-path", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "filter": ["==", "class", "path"], "layout": { @@ -3880,7 +3880,7 @@ { "id": "name-track", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "filter": ["==", "class", "track"], "layout": { @@ -3906,7 +3906,7 @@ { "id": "name-tertiary", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 13, "filter": ["==", "class", "tertiary"], @@ -3933,7 +3933,7 @@ { "id": "name-secondary", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 13, "filter": ["==", "class", "secondary"], @@ -3958,7 +3958,7 @@ { "id": "name-primary", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "transportation_name", "minzoom": 13, "filter": ["==", "class", "primary"], @@ -3983,7 +3983,7 @@ { "id": "gate-open", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "barrier", "filter": ["==", "class", "open_gate"], "layout": { @@ -3996,7 +3996,7 @@ { "id": "icon-quarry", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landcover", "minzoom": 13, "filter": ["==", "subclass", "quarry"], @@ -4009,7 +4009,7 @@ { "id": "icon-holy", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": [ "all", @@ -4041,7 +4041,7 @@ { "id": "icon-jewish", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": [ "all", @@ -4056,7 +4056,7 @@ { "id": "icon-muslim", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": [ "all", @@ -4088,7 +4088,7 @@ { "id": "icon-christian", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": [ "all", @@ -4121,7 +4121,7 @@ { "id": "icon-rail_station", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 13, "filter": ["==", "subclass", "station"], @@ -4154,7 +4154,7 @@ { "id": "icon-cemerery", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "landuse", "minzoom": 15, "filter": ["==", "class", "cemetery"], @@ -4166,7 +4166,7 @@ { "id": "gate-cattle_grid", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "barrier", "filter": ["==", "class", "cattle_grid"], "layout": { @@ -4179,7 +4179,7 @@ { "id": "icon-fuel", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": ["==", "subclass", "fuel"], "layout": { @@ -4190,7 +4190,7 @@ { "id": "icon-memorial", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": ["in", "subclass", "memorial", "monument"], "layout": { @@ -4219,7 +4219,7 @@ { "id": "water-tank", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 12, "filter": [ @@ -4258,7 +4258,7 @@ { "id": "icon-parking", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": ["==", "subclass", "parking"], "layout": { @@ -4287,7 +4287,7 @@ { "id": "icon-guidepost", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": ["==", "subclass", "guidepost"], "layout": { @@ -4315,7 +4315,7 @@ { "id": "icon-bench", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 16, "filter": ["==", "subclass", "bench"], @@ -4344,7 +4344,7 @@ { "id": "icon-picnic", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": ["==", "subclass", "picnic_site"], "layout": { @@ -4372,7 +4372,7 @@ { "id": "icon-ruins", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": ["==", "subclass", "ruins"], "layout": { @@ -4400,7 +4400,7 @@ { "id": "icon-cave", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": [ "any", @@ -4433,7 +4433,7 @@ { "id": "water-drinking", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 12, "filter": ["==", "subclass", "drinking_water"], @@ -4463,7 +4463,7 @@ { "id": "icon-viewpoint", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": ["==", "subclass", "viewpoint"], "layout": { @@ -4496,7 +4496,7 @@ { "id": "icon-archaeological", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": ["==", "subclass", "archaeological_site"], "layout": { @@ -4524,7 +4524,7 @@ { "id": "gate-no_vehicles", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "barrier", "filter": ["==", "class", "no_vehicles"], "layout": { @@ -4537,7 +4537,7 @@ { "id": "gate-closed", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "barrier", "filter": ["==", "class", "closed_gate"], "layout": { @@ -4550,7 +4550,7 @@ { "id": "name-water-point", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 12, "filter": ["in", "subclass", "cistern", "spring", "pond", "stream_pool"], @@ -4578,7 +4578,7 @@ { "id": "water-hole", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 12, "filter": ["==", "subclass", "waterhole"], @@ -4609,7 +4609,7 @@ { "id": "water-cistern-bg", "type": "circle", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 12, "filter": ["==", "subclass", "cistern"], @@ -4621,7 +4621,7 @@ { "id": "water-cistern-circle", "type": "circle", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 12, "filter": ["==", "subclass", "cistern"], @@ -4635,7 +4635,7 @@ { "id": "water-well", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 12, "filter": ["==", "subclass", "water_well"], @@ -4666,7 +4666,7 @@ { "id": "water-area-name", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "water_name", "filter": ["==", "$type", "Point"], "layout": { @@ -4692,7 +4692,7 @@ { "id": "water-area-name-deprecated", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "water_name", "filter": ["==", "$type", "LineString"], "layout": { @@ -4718,7 +4718,7 @@ { "id": "water-spring", "type": "circle", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 12, "filter": ["in", "subclass", "spring", "pond", "stream_pool"], @@ -4732,7 +4732,7 @@ { "id": "water-waterfall", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 12, "filter": ["all", ["==", "subclass", "waterfall"]], @@ -4763,7 +4763,7 @@ { "id": "icon-camp_site", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "filter": ["==", "subclass", "camp_site"], "layout": { @@ -4791,7 +4791,7 @@ { "id": "peak-dot", "type": "circle", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "mountain_peak", "minzoom": 13, "filter": ["all", ["==", "$type", "Point"]], @@ -4800,7 +4800,7 @@ { "id": "peak-ele", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "mountain_peak", "minzoom": 13, "filter": ["all", ["has", "ele"], ["==", "$type", "Point"]], @@ -4824,7 +4824,7 @@ { "id": "name-peak", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "mountain_peak", "minzoom": 13, "filter": ["all", ["==", "$type", "Point"]], @@ -4854,7 +4854,7 @@ { "id": "name-park", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "park", "minzoom": 9, "layout": { @@ -4879,7 +4879,7 @@ { "id": "name-natural", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "ihm_natural", "filter": [ "<", @@ -4920,7 +4920,7 @@ { "id": "place-farm", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 12, "filter": ["all", ["in", "class", "isolated_dwelling", "hamlet"]], @@ -4947,7 +4947,7 @@ { "id": "place-alpine_hut", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "poi", "minzoom": 11, "filter": ["all", ["==", "subclass", "alpine_hut"]], @@ -4978,7 +4978,7 @@ { "id": "place-village", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 11, "filter": ["all", ["==", "class", "village"]], @@ -5005,7 +5005,7 @@ { "id": "place-suburb", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 13, "maxzoom": 15, @@ -5033,7 +5033,7 @@ { "id": "place-town", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 10, "maxzoom": 13, @@ -5061,7 +5061,7 @@ { "id": "place-city", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "minzoom": 5, "maxzoom": 13, @@ -5089,7 +5089,7 @@ { "id": "place-country", "type": "symbol", - "source": "IHM", + "source": "mapeak-schema", "source-layer": "place", "maxzoom": 8, "filter": ["==", "class", "country"], @@ -5116,7 +5116,7 @@ { "id": "name-trail", "type": "symbol", - "source": "IHM-code", + "source": "mapeak-code", "source-layer": "trail_name", "minzoom": 13, "filter": ["all", ["in", "class", "hiking"]],