Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Rename Points of Service example to Catering | Christopher Baines | 2014-09-17 |
| | | | | Also add a link from the index page | ||
* | Give buildings a title, even if they do not have entrances | Christopher Baines | 2014-09-13 |
| | |||
* | Improve portals query | Christopher Baines | 2014-09-13 |
| | | | | | Now each attribute is optional, and it does not have to match all the optional attributes. | ||
* | Update mfd-location's | Christopher Baines | 2014-09-13 |
| | |||
* | Magic with recommended entrances. | IanMJB | 2014-09-12 |
| | |||
* | Improve portal/door handling | Christopher Baines | 2014-09-10 |
| | |||
* | Improve fetching of workstation data | Christopher Baines | 2014-09-08 |
| | | | | Wait at least 30 seconds between requests, even if they fail. | ||
* | Add centers to sites | Christopher Baines | 2014-09-08 |
| | |||
* | 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. | ||
* | Update mfd-location submodule | Christopher Baines | 2014-08-29 |
| | |||
* | 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 | ||
* | Fix building search example | Christopher Baines | 2014-08-26 |
| | |||
* | Better support for high resolution displays | Christopher Baines | 2014-08-23 |
| | | | | Enable leaflets support, and display the indoor layer on lower zoom levels. | ||
* | Quick fix to remove duplicate routes | Christopher Baines | 2014-08-20 |
| | |||
* | Improve SQL for matching University sites and buildings in OSM | Christopher Baines | 2014-08-20 |
| | | | | Now uses the 'http://id.southampton.ac.uk/site/' prefix to match sites. | ||
* | Don't attempt to switch to undefined levels | Christopher Baines | 2014-08-10 |
| | |||
* | Improve display on small screens | Christopher Baines | 2014-08-09 |
| | | | | Do not force the appearance of scrollbars | ||
* | Give image dimensions as numbers | Christopher Baines | 2014-08-09 |
| | |||
* | Fix workstation popups | Christopher Baines | 2014-08-09 |
| | |||
* | Simpler layout of the info boxes | Christopher Baines | 2014-08-09 |
| | | | | Remove the use of a table | ||
* | Update to the new mfd-location format | Christopher Baines | 2014-08-07 |
| | | | | Also fix a query issue resulting in duplicate printers | ||
* | Improve bus route example | Christopher Baines | 2014-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. | ||
* | Add points of service | Christopher Baines | 2014-08-06 |
| | | | | | | | | Currently, this is limited to food outlets. Not all food outlets display, as some are missing from OSM/Univeristy data. Other modifications include, better support custom display for the interactive information. This also includes an example, that uses jquery, typeahead and leaflet-sidebar. | ||
* | Begin to merge in entrance data published by the Univeristy | Christopher Baines | 2014-08-04 |
| | | | | | At the moment, there is no URI's in OSM, but the example will probably prove useful in adding these. | ||
* | Doors example | Christopher Baines | 2014-08-04 |
| | |||
* | Fix issue | Christopher Baines | 2014-08-04 |
| | |||
* | Better support for doors | Christopher Baines | 2014-07-19 |
| | | | | Also add better logging | ||
* | Improve support for multi level rooms | Christopher Baines | 2014-07-19 |
| | |||
* | Fix loading without caching | Christopher Baines | 2014-07-19 |
| | |||
* | Improve missing ref detection | Christopher Baines | 2014-07-19 |
| | |||
* | Fix the query for room information | Christopher Baines | 2014-07-19 |
| | |||
* | Split the printers and vending machines | Christopher Baines | 2014-07-19 |
| | | | | Also try to prevent the caching of data.json | ||
* | Include the library data in data.js | Christopher Baines | 2014-07-05 |
| | | | | Instead of loading seperately |