Switch locator to osm bright style

This commit is contained in:
Eli Ribble 2026-03-03 23:49:33 +00:00
parent 9826f3fd70
commit 4756009d6b
No known key found for this signature in database

View file

@ -35,7 +35,8 @@ class MapLocatorReadOnly extends HTMLElement {
this._map = new maplibregl.Map({
container: mapElement,
center: marker.coordinates,
style: "https://tiles.stadiamaps.com/styles/alidade_smooth.json",
//style: "https://tiles.stadiamaps.com/styles/alidade_smooth.json",
style: "https://tiles.stadiamaps.com/styles/osm_bright.json",
zoom: 16,
});
this._map.on("load", () => {