Remove unused variable

This commit is contained in:
Edward Betts 2023-11-02 10:13:08 +00:00
parent 7603b33b2b
commit 81e3ac8e0e

View file

@ -1824,7 +1824,6 @@ export default {
var map = L.map("map", options); var map = L.map("map", options);
var osm_url = "https://tile.openstreetmap.org/{z}/{x}/{y}.png"; var osm_url = "https://tile.openstreetmap.org/{z}/{x}/{y}.png";
var tile_url = "https://tile-c.openstreetmap.fr/hot/{z}/{x}/{y}.png";
var osm = L.tileLayer(osm_url, { var osm = L.tileLayer(osm_url, {
maxZoom: 19, maxZoom: 19,
}); });