summaryrefslogtreecommitdiff
path: root/resources/leaflet-route
Commit message (Collapse)AuthorAge
* Workaround for Chromium/Android WebView issueChristopher Baines2015-03-21
| | | | | | There seems to be an issue with the clickable region of svg textPath elements. This sets the pointer-events attribute to none, to avoid it being clickable. The actual route underneath receives the event instead.
* Use route-master-list class properlyChristopher Baines2015-03-21
|
* Allow for toggling which routes are highlightedChristopher Baines2015-03-21
|
* Add warning about leaflet textpathChristopher Baines2015-03-21
|
* Fix selecting routesChristopher Baines2015-03-20
| | | | Just a simple loop callback issue.
* Use the uos-live.js library for the bus stop popupsChristopher Baines2015-03-13
| | | | | This replaces the bus.southampton.ac.uk iframe, which improves performance, responsiveness, and the integration of the user interface.
* Route improvementsChristopher Baines2015-03-03
| | | | | Work towards making the route parts an independant plugin. Also make several other improvements in the process.
* Improve bus routes exampleChristopher Baines2014-09-28
|
* Fix interactive bus stopsChristopher Baines2014-09-01
| | | | | | They previously only worked if the bus routes were displayed. This commit also checks for the existance of the route and sidebar classes before attempting to use them.
* Improve bus route exampleChristopher Baines2014-08-06
Also extract the route related classes from leaflet-soton.js, in preparation to make a leaflet-route plugin. The new bus route example uses the leaflet-sidebar plugin, as this works better on multiple screen sizes.