Bug #450
Updated by Stefan Eichert over 9 years ago
after Site Search is executed, the marker and the popup are too far on the left.
- after initial search placing not centered
- after second search for the same absolute wrong placing
Old Solution:
in Sitesearch.js (as in master branch) remove Line: 58
map.panBy(new L.Point(0, -70));
fixed and pushed to openatlas_stefan branch
(also fixed missing grab-cursor and some other small bugs)