auto-sync: 2026-05-03 19:30:01
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<link href="https://unpkg.com/maplibre-gl@4.1.3/dist/maplibre-gl.css" rel="stylesheet" />
|
<link href="https://unpkg.com/maplibre-gl@4.1.3/dist/maplibre-gl.css" rel="stylesheet" />
|
||||||
<script src="https://unpkg.com/maplibre-gl@4.1.3/dist/maplibre-gl.js"></script>
|
<script src="https://unpkg.com/maplibre-gl@4.1.3/dist/maplibre-gl.js"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/app.css" />
|
<link rel="stylesheet" href="app.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@@ -100,6 +100,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/app.js" defer></script>
|
<script src="app.js" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -48,9 +48,9 @@
|
|||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#bbbbbb",
|
"line-color": "#bbbbbb",
|
||||||
"line-width": ["interpolate", ["linear"], ["zoom"], 8, 0.5, 10, 1, 14, 2],
|
"line-width": ["interpolate", ["linear"], ["zoom"], 8, 0.5, 10, 1, 14, 2],
|
||||||
"line-opacity": 0.35
|
"line-opacity": 0.0
|
||||||
},
|
},
|
||||||
"layout": { "line-cap": "round", "line-join": "round" }
|
"layout": { "line-cap": "round", "line-join": "round", "visibility": "none" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "trails-track",
|
"id": "trails-track",
|
||||||
@@ -82,10 +82,10 @@
|
|||||||
"minzoom": 8,
|
"minzoom": 8,
|
||||||
"filter": ["in", "highway", "path", "bridleway", "footway"],
|
"filter": ["in", "highway", "path", "bridleway", "footway"],
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#cc9900",
|
"line-color": "#cc0000",
|
||||||
"line-width": ["interpolate", ["linear"], ["zoom"], 7, 0.5, 10, 1, 12, 1.5, 16, 3],
|
"line-width": ["interpolate", ["linear"], ["zoom"], 7, 0.5, 10, 1.5, 12, 2, 16, 3],
|
||||||
"line-opacity": 0.8,
|
"line-opacity": 0.85,
|
||||||
"line-dasharray": [2, 1.5]
|
"line-dasharray": [3, 2]
|
||||||
},
|
},
|
||||||
"layout": { "line-cap": "butt", "line-join": "round" }
|
"layout": { "line-cap": "butt", "line-join": "round" }
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user