Improve js variable for map

This commit is contained in:
L3D 2019-04-25 21:45:29 +02:00
parent 0e1c728c7e
commit 6f0eae21cb
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -1,4 +1,4 @@
var mymap = L.map('mapid').setView([47, 9.2], 6);
var mymap = L.map('mapid').setView([50, 9.5], 6);
var greenIcon = L.icon({
iconUrl: '/images/map.png',