Commit e3df224c authored by Frank Bergmann's avatar Frank Bergmann

- errorLng now rotating

parent 3f9105b9
......@@ -110,6 +110,7 @@ store.each(function(addrModel) {
popup = popup + "Did not find address<br>";
var marker = L.marker([errorLat, errorLng], {icon: icon}).addTo(map).bindPopup(popup);
errorLng = errorLng + 7.77;
if (errorLng > 360) errorLng = errorLng - 360;
}
window.setTimeout(geocoder.geocode(query, function(results) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment