Closed laidig closed 9 years ago
The current zoom on the nearby page is pretty tight and does not change when clicked.
If the latest angular-leaflet has a working setView(), use that to zoom out a level, showing the context for route.
Commit 17c870ca544397c962957e958c9627abcd89722a fixes the issue. The zoom level can be changed now, too.
map.setView($scope.markers['currentStop'], 13, {animate: true});
The current zoom on the nearby page is pretty tight and does not change when clicked.
If the latest angular-leaflet has a working setView(), use that to zoom out a level, showing the context for route.