jeancochrane / findsepta

🚎 A web app for geolocating SEPTA buses and trolleys in Philadelphia.
https://findsepta.org
1 stars 1 forks source link

Use HTML markers for bus stops #7

Open kalilsn opened 8 years ago

kalilsn commented 8 years ago

Right now the hover effect on the bus stops is done through the Mapbox api and the mouseMove event – could be replaced with CSS (:hover styling) and a custom marker for both performance and customization reasons. The cursors can also be changed to pointers via CSS instead of JS, over both the buses and the stops.