camsys / onebusaway-nyc-atstop

21 stars 15 forks source link

Improvement: Show stops on map only at greater zoom levels #3

Closed laidig closed 9 years ago

laidig commented 9 years ago

From a suggestion by a more design-oriented person. The stops make the map too busy at far out levels. Maybe use leaflet events to turn layers on/off? The angular directive now supports them.

https://github.com/tombatossals/angular-leaflet-directive/blob/master/examples/markers-groups-example.html

https://github.com/tombatossals/angular-leaflet-directive/blob/master/examples/layergroup-simple-example.html

laidig commented 9 years ago

implemented