From 4756009d6b938f7794acb00e5b7400f91d949074 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 3 Mar 2026 23:49:33 +0000 Subject: [PATCH] Switch locator to osm bright style --- html/static/js/map-locator-ro.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/static/js/map-locator-ro.js b/html/static/js/map-locator-ro.js index 6ad4278c..21a2a9db 100644 --- a/html/static/js/map-locator-ro.js +++ b/html/static/js/map-locator-ro.js @@ -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", () => {