Actions
Bug #450
closedsitesearch marker too far on the left
Start date:
2015-06-19
Estimated time:
4.00 h
Found in version:
Description
To do
- test and implement fixes
Description
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)
Actions