Skip to content

Commit

Permalink
Relabel OS basemap
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Aug 8, 2024
1 parent 6079e9a commit 884da3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/map/Basemap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
list.push(["bluesky", "Bluesky Satellite (12.5cm)"]);
}
if (checkKey(os)) {
list.push(["os-road", "OS Road"]);
list.push(["os-road", "Ordnance Survey MasterMap"]);
}
list.push(["maptiler-hybrid", "MapTiler Satellite"]);
list.push(["maptiler-streets", "MapTiler Streets"]);
Expand Down

0 comments on commit 884da3b

Please sign in to comment.