auto-sync: 2026-05-03 19:30:01

This commit is contained in:
Stream
2026-05-03 19:30:01 +03:00
parent fce78dd2b5
commit e376689a9b
2 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
<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>
<link rel="stylesheet" href="/app.css" />
<link rel="stylesheet" href="app.css" />
</head>
<body>
@@ -100,6 +100,6 @@
</div>
</div>
<script src="/app.js" defer></script>
<script src="app.js" defer></script>
</body>
</html>

View File

@@ -48,9 +48,9 @@
"paint": {
"line-color": "#bbbbbb",
"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",
@@ -82,10 +82,10 @@
"minzoom": 8,
"filter": ["in", "highway", "path", "bridleway", "footway"],
"paint": {
"line-color": "#cc9900",
"line-width": ["interpolate", ["linear"], ["zoom"], 7, 0.5, 10, 1, 12, 1.5, 16, 3],
"line-opacity": 0.8,
"line-dasharray": [2, 1.5]
"line-color": "#cc0000",
"line-width": ["interpolate", ["linear"], ["zoom"], 7, 0.5, 10, 1.5, 12, 2, 16, 3],
"line-opacity": 0.85,
"line-dasharray": [3, 2]
},
"layout": { "line-cap": "butt", "line-join": "round" }
},