You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While addressing #101, I thought I would attach CSS classes to the different map zoom levels, but instead added a .trail-selected class. However, I left the scaffolding for being able to add custom CSS to different zoom levels, as this is potentially useful. However, if this is never used it should be removed. The code for this is found in the following locations:
The scaffolding adds a class to map-container that looks like, e.g.map-zoom-10 (the number of which updates based on whatever zoom level the map is on).
The text was updated successfully, but these errors were encountered:
While addressing #101, I thought I would attach CSS classes to the different map zoom levels, but instead added a
.trail-selected class
. However, I left the scaffolding for being able to add custom CSS to different zoom levels, as this is potentially useful. However, if this is never used it should be removed. The code for this is found in the following locations:https://github.com/codeforamerica/trails-mobile/blob/master/www/js/application/controllers.js#L223
https://github.com/codeforamerica/trails-mobile/blob/master/www/js/application/controllers.js#L318
and
https://github.com/codeforamerica/trails-mobile/blob/master/www/js/application/controllers.js#L324
The scaffolding adds a class to
map-container
that looks like, e.g.map-zoom-10
(the number of which updates based on whatever zoom level the map is on).The text was updated successfully, but these errors were encountered: