{ "version": 8, "name": "Israel Hiking", "metadata": { "owner": "Zeev Stadler", "copyright": "Copyright Zeev Stadler 2019-2020. All Rights Reserved.", "maputnik:renderer": "mbgljs" }, "sources": { "Contour": { "type": "vector", "url": "https://israelhiking.osm.org.il/vector/data/Contour.json" } }, "sprite": "https://israelhikingmap.github.io/VectorMap/Icons/publish/sprite", "glyphs": "https://orangemug.github.io/font-glyphs/glyphs/{fontstack}/{range}.pbf", "layers": [ { "id": "background", "type": "background", "paint": {"background-color": "rgba(250, 247, 225, 1)"} }, { "id": "contour-minor", "type": "line", "metadata": {"IHM:overlay": true}, "source": "Contour", "source-layer": "contour", "filter": ["all", ["in", "rank", 1, 2]], "paint": {"line-color": "rgba(161, 127, 86, 1)", "line-width": 1} }, { "id": "contour-major", "type": "line", "metadata": {"IHM:overlay": true}, "source": "Contour", "source-layer": "contour", "filter": ["all", ["!in", "rank", 1, 2]], "paint": {"line-color": "rgba(161, 127, 86, 1)", "line-width": 2} }, { "id": "contour-label", "type": "symbol", "metadata": {"IHM:overlay": true}, "source": "Contour", "source-layer": "contour", "filter": ["all", ["!in", "rank", 1, 2]], "layout": { "text-field": "{height}", "symbol-placement": "line", "text-font": ["Open Sans Cond Bold"], "text-size": 16, "symbol-avoid-edges": true, "text-max-angle": 45, "text-letter-spacing": 0.15 }, "paint": { "text-color": "rgba(161, 127, 86, 1)", "text-halo-color": "rgba(255, 255, 255,0.8)", "text-halo-width": 2 } } ], "id": "IHM" }