We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c9bdb commit c45f002Copy full SHA for c45f002
public/js/map/overlays/TrainOverlay.js
@@ -71,7 +71,7 @@ export default L.LayerGroup.extend({
71
72
73
getMaxDisplayedZoom: function(){
74
- return 10;
+ return 7;
75
},
76
77
createMarker: function(train){
public/js/map/overlays/TrainlineOverlay.js
@@ -58,6 +58,10 @@ export default AbstractGeoJsonOverlay.extend({
58
}
59
});
60
61
+
62
+ getMaxDisplayedZoom: function(){
63
+ return 4;
64
+ },
65
66
createGeoJson: function(objects){
67
var self = this;
0 commit comments