Switch locator to osm bright style
This commit is contained in:
parent
9826f3fd70
commit
4756009d6b
1 changed files with 2 additions and 1 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue