summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Change git:// to http:// for git.cbaines.netHEADmasterChristopher Baines2017-07-22
| | | | As git:// is no longer supported.
* Fix error with busRoutesChristopher Baines2015-09-15
|
* Improve database connection handlingChristopher Baines2015-09-15
|
* Update librariesChristopher Baines2015-09-15
|
* Fix error handlingChristopher Baines2015-09-15
|
* Improve script formattingChristopher Baines2015-09-15
|
* 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
|
* Update submodulesChristopher Baines2015-03-21
|
* Allow for toggling which routes are highlightedChristopher Baines2015-03-21
|
* Add leaflet-textpath to full exampleChristopher Baines2015-03-21
|
* Add warning about leaflet textpathChristopher Baines2015-03-21
|
* Remove some loggingChristopher Baines2015-03-21
| | | | This should have probably not been committed in the first place.
* Add a dependancy warningChristopher Baines2015-03-21
|
* Add bus routes to the full exampleChristopher Baines2015-03-21
|
* Remove the building search exampleChristopher Baines2015-03-21
| | | | | It did not work very well, and this functionality can be seen in the maps.southampton.ac.uk project.
* Stop saying example...Christopher Baines2015-03-21
|
* Make more of the examples use the uos-live.js libraryChristopher Baines2015-03-21
| | | | This is in preparation for the workstations data being moved there.
* 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.
* Combine the full information and title for popupsChristopher Baines2015-03-12
| | | | This saves vital vertical space on devices with smaller screens.
* Improved error handlingChristopher Baines2015-03-11
|
* Up the timeout to 20 seconds, was 4Christopher Baines2015-03-11
| | | | This should make loading the map possible on slow connections.
* Patch data creationChristopher Baines2015-03-04
| | | | Do not fail if bus stop URI's are missing.
* Move the route layer to the bottomChristopher Baines2015-03-03
| | | | | Change the order in which the layers are added to the map, this means that the route layer sits lower down.
* Route improvementsChristopher Baines2015-03-03
| | | | | Work towards making the route parts an independant plugin. Also make several other improvements in the process.
* Use a MarkerClusterGroup for the vending machines layerChristopher Baines2015-03-03
| | | | | Note that this does not affect the vending machines viewed as part of the indoor map.
* Cope with more failure states in the XMLHTTPRequestChristopher Baines2015-03-03
| | | | Previously, the callback would not be called if the status was not 200.
* Fix calls to templating functionsChristopher Baines2014-11-29
|
* Fix regressionChristopher Baines2014-10-10
|
* Improve handling of building entrancesChristopher Baines2014-10-10
|
* Move the timeout codeChristopher Baines2014-10-07
| | | | This appears to not break IE 11.
* Count the number of mapped/unmapped teaching roomsChristopher Baines2014-10-06
|
* Enable indoor on the catering exampleChristopher Baines2014-10-04
|
* Fix point of service popupChristopher Baines2014-10-04
|
* Add teaching rooms exampleChristopher Baines2014-10-04
|
* Make the template functions externally availableChristopher Baines2014-10-02
| | | | The main motivation of this is to allow easier replacement of the functions.
* Fix issue with workstation layerChristopher Baines2014-10-02
| | | | | | If the indoor data was showing, the workstation data layer was added to the map. Now it is only added if it is present, which is not the case when indoor data is showing.
* Improve floor sortingChristopher Baines2014-10-01
| | | | Now works for level 10, and 11 in the Maths building.
* Improve bus routes exampleChristopher Baines2014-09-28
|
* Small tweak to room marker positionsChristopher Baines2014-09-27
|
* Remove room prefix from the room markersChristopher Baines2014-09-27
| | | | I think it looks cleaner this way.
* Add rooms only found in OSM to the list of rooms in a buildingChristopher Baines2014-09-27
| | | | | | Previously, only the rooms in the University data was used, but this leaves a lot out. Also display popups for rooms if they have a URI, to allow the user to navigate to the uri.
* Sort building rooms by URIChristopher Baines2014-09-27
| | | | This effects the building popup.
* Rework the building popupsChristopher Baines2014-09-27
| | | | | | | | Swap round the link to URI and locate functionality. The primary purpose of the list of things in a building is to jump to that location in the building, when that is not possible, a link to the URI is provided. This also removes the very small target icons.
* Popup related fixes and code improvementChristopher Baines2014-09-27
| | | | | | | | | - Fix mfds and vending machines from showing up in "Floor Unknown" when there floor is known - Fix missing options in showFeaturePopup - Fix how renderThingSet gets the location of a thing - Fix ⌖ in leaflet-soton, as it does not have glyphicons - General formatting and code structure improvements
* Whitespace fixesChristopher Baines2014-09-27
|
* Fix storage timeoutChristopher Baines2014-09-27
|
* Change timeoutChristopher Baines2014-09-27
| | | | Despite the comment, it previously was 7 days.
* Change the colour of the roomsChristopher Baines2014-09-25
| | | | Previously they were white.