fix marker
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ var allmarkers = L.layerGroup();
|
||||
var woBischIcon = L.icon({
|
||||
iconUrl: '/static/images/marker.png',
|
||||
iconSize: [64, 64],
|
||||
iconAnchor: [32, 64],
|
||||
iconAnchor: [32, 32],
|
||||
popupAnchor: [0, -64]
|
||||
});
|
||||
var datapoints;
|
||||
@@ -20,7 +20,7 @@ var woBischIcon2 = L.icon({
|
||||
iconUrl: '/static/images/marker-all.png',
|
||||
iconSize: [64, 64],
|
||||
iconAnchor: [32, 32],
|
||||
popupAnchor: [0, 0]
|
||||
popupAnchor: [0, -64]
|
||||
});
|
||||
var bounds;
|
||||
var boundsSwitzerland = new L.LatLngBounds([[47.826186, 10.511814], [45.797054, 5.925007]]);
|
||||
|
||||
Reference in New Issue
Block a user