map-frontend: fix @protomaps/basemaps version (4 doesn't exist, use 5)

This commit is contained in:
2026-03-13 14:24:44 +00:00
parent a483c2e7fc
commit f1a9346861
+1 -1
View File
@@ -54,7 +54,7 @@
<script src="https://unpkg.com/maplibre-gl@4/dist/maplibre-gl.js"></script>
<script type="module">
import { layers, namedFlavor } from 'https://esm.sh/@protomaps/basemaps@4';
import { layers, namedFlavor } from 'https://esm.sh/@protomaps/basemaps@5';
const TILESET = 'north-america';