htdocs: Editorials

master
Markus Koch 2021-12-27 11:55:10 +01:00
parent 66e80778a9
commit b2f543f49b
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ var streetLabelsRenderer = new L.StreetLabels({
fontSizeUnit: "px",
lineWidth: 3.0,
fillStyle: "black",
strokeStyle: "white",
strokeStyle: "white"
},
});
@ -195,7 +195,7 @@ function load_tiles(name, id) {
if (name != "") {
url = tiles_base + '{id}/{z}/{y}/{x}.png';
}
var satellite = L.tileLayer(url, {
var satellite = new L.TileLayer(url, {
maxZoom: 14 /*8*/,
maxNativeZoom: 6,
minNativeZoom: 0,
@ -551,7 +551,7 @@ function search(e) {
var route_layer;
function route(e) // BOOKMARK
{
{
if (route_layer) {
mymap.removeLayer(route_layer);
}