map-frontend: fix @protomaps/basemaps version (4 doesn't exist, use 5)
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user