Improve js variable for map
This commit is contained in:
parent
0e1c728c7e
commit
6f0eae21cb
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
var greenIcon = L.icon({
|
||||||
iconUrl: '/images/map.png',
|
iconUrl: '/images/map.png',
|
||||||
|
|
Loading…
Reference in a new issue