Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow for toggling which routes are highlighted | Christopher Baines | 2015-03-21 |
| | |||
* | Remove some logging | Christopher Baines | 2015-03-21 |
| | | | | This should have probably not been committed in the first place. | ||
* | Add a dependancy warning | Christopher Baines | 2015-03-21 |
| | |||
* | Use the uos-live.js library for the bus stop popups | Christopher Baines | 2015-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 popups | Christopher Baines | 2015-03-12 |
| | | | | This saves vital vertical space on devices with smaller screens. | ||
* | Up the timeout to 20 seconds, was 4 | Christopher Baines | 2015-03-11 |
| | | | | This should make loading the map possible on slow connections. | ||
* | Move the route layer to the bottom | Christopher Baines | 2015-03-03 |
| | | | | | Change the order in which the layers are added to the map, this means that the route layer sits lower down. | ||
* | Route improvements | Christopher Baines | 2015-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 layer | Christopher Baines | 2015-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 XMLHTTPRequest | Christopher Baines | 2015-03-03 |
| | | | | Previously, the callback would not be called if the status was not 200. | ||
* | Fix calls to templating functions | Christopher Baines | 2014-11-29 |
| | |||
* | Fix regression | Christopher Baines | 2014-10-10 |
| | |||
* | Move the timeout code | Christopher Baines | 2014-10-07 |
| | | | | This appears to not break IE 11. | ||
* | Fix point of service popup | Christopher Baines | 2014-10-04 |
| | |||
* | Make the template functions externally available | Christopher Baines | 2014-10-02 |
| | | | | The main motivation of this is to allow easier replacement of the functions. | ||
* | Fix issue with workstation layer | Christopher Baines | 2014-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 sorting | Christopher Baines | 2014-10-01 |
| | | | | Now works for level 10, and 11 in the Maths building. | ||
* | Small tweak to room marker positions | Christopher Baines | 2014-09-27 |
| | |||
* | Remove room prefix from the room markers | Christopher Baines | 2014-09-27 |
| | | | | I think it looks cleaner this way. | ||
* | Add rooms only found in OSM to the list of rooms in a building | Christopher Baines | 2014-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 URI | Christopher Baines | 2014-09-27 |
| | | | | This effects the building popup. | ||
* | Rework the building popups | Christopher Baines | 2014-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 improvement | Christopher Baines | 2014-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 fixes | Christopher Baines | 2014-09-27 |
| | |||
* | Fix storage timeout | Christopher Baines | 2014-09-27 |
| | |||
* | Change timeout | Christopher Baines | 2014-09-27 |
| | | | | Despite the comment, it previously was 7 days. | ||
* | Change the colour of the rooms | Christopher Baines | 2014-09-25 |
| | | | | Previously they were white. | ||
* | shrunk poups a little more and moved fullinfo link | Christopher Gutteridge | 2014-09-22 |
| | |||
* | Correct check in featureHasPopup | Christopher Baines | 2014-09-20 |
| | | | | | Check if the feature is a room, then check if the room has the expected information. | ||
* | Prevent popups from being larger than the map | Christopher Baines | 2014-09-20 |
| | | | | This helps on smaller devices. | ||
* | Store the data in localStorage | Christopher Baines | 2014-09-20 |
| | | | | It will currently be refreshed after 1 week. | ||
* | Uninformed changes to the timeout and retry delay | Christopher Baines | 2014-09-20 |
| | | | | This could help with loading the data on devices with slower connections. | ||
* | Expose the routeLayer such that it can be used | Christopher Baines | 2014-09-20 |
| | |||
* | Use a document fragment, rather than creating a redundant div | Christopher Baines | 2014-09-18 |
| | |||
* | changes to general feel and some refactoring | Christopher Gutteridge | 2014-09-18 |
| | |||
* | Fix problem with map variable | Christopher Baines | 2014-09-17 |
| | |||
* | Less globals in examples | Christopher Baines | 2014-09-17 |
| | | | | Fix a problem highlighted by this in the vending manchines layer. | ||
* | Fix problem with missing map | Christopher Baines | 2014-09-17 |
| | |||
* | Add name for Lift's | Christopher Baines | 2014-09-17 |
| | |||
* | Fix show and close info | Christopher Baines | 2014-09-17 |
| | | | | Also modify the full example such that this cannot happen again. | ||
* | Improve fetching of workstation data | Christopher Baines | 2014-09-08 |
| | | | | Wait at least 30 seconds between requests, even if they fail. | ||
* | Add panByURI method | Christopher Baines | 2014-09-06 |
| | |||
* | Precalculate centers for buildings | Christopher Baines | 2014-09-06 |
| | | | | Currently done because this is the simplist way of doing it. | ||
* | Fix bug with fixing workstation data | Christopher Baines | 2014-09-06 |
| | | | | Do not try and process null data if data already exists. | ||
* | Periodically refresh workstation data | Christopher Baines | 2014-09-06 |
| | |||
* | Modify to refetch data on failure | Christopher Baines | 2014-09-06 |
| | | | | | Also lengthen timeout for fetching data. This should help using leaflet-soton on mobile devices. | ||
* | Fix interactive bus stops | Christopher Baines | 2014-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. | ||
* | Make the level control position configurable | Christopher Baines | 2014-08-26 |
| | |||
* | Improve support for customising popups | Christopher Baines | 2014-08-26 |
| | | | | Also improve room and building popups | ||
* | Better support for high resolution displays | Christopher Baines | 2014-08-23 |
| | | | | Enable leaflets support, and display the indoor layer on lower zoom levels. |