summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Improve fetching of workstation dataChristopher Baines2014-09-08
| | | | Wait at least 30 seconds between requests, even if they fail.
* Add centers to sitesChristopher Baines2014-09-08
|
* Add panByURI methodChristopher Baines2014-09-06
|
* Precalculate centers for buildingsChristopher Baines2014-09-06
| | | | Currently done because this is the simplist way of doing it.
* Fix bug with fixing workstation dataChristopher Baines2014-09-06
| | | | Do not try and process null data if data already exists.
* Periodically refresh workstation dataChristopher Baines2014-09-06
|
* Modify to refetch data on failureChristopher Baines2014-09-06
| | | | | Also lengthen timeout for fetching data. This should help using leaflet-soton on mobile devices.
* 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.
* Update mfd-location submoduleChristopher Baines2014-08-29
|
* Make the level control position configurableChristopher Baines2014-08-26
|
* Improve support for customising popupsChristopher Baines2014-08-26
| | | | Also improve room and building popups
* Fix building search exampleChristopher Baines2014-08-26
|
* Better support for high resolution displaysChristopher Baines2014-08-23
| | | | Enable leaflets support, and display the indoor layer on lower zoom levels.
* Quick fix to remove duplicate routesChristopher Baines2014-08-20
|
* Improve SQL for matching University sites and buildings in OSMChristopher Baines2014-08-20
| | | | Now uses the 'http://id.southampton.ac.uk/site/' prefix to match sites.
* Don't attempt to switch to undefined levelsChristopher Baines2014-08-10
|
* Improve display on small screensChristopher Baines2014-08-09
| | | | Do not force the appearance of scrollbars
* Give image dimensions as numbersChristopher Baines2014-08-09
|
* Fix workstation popupsChristopher Baines2014-08-09
|
* Simpler layout of the info boxesChristopher Baines2014-08-09
| | | | Remove the use of a table
* Update to the new mfd-location formatChristopher Baines2014-08-07
| | | | Also fix a query issue resulting in duplicate printers
* 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.
* Add points of serviceChristopher Baines2014-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 UniveristyChristopher Baines2014-08-04
| | | | | At the moment, there is no URI's in OSM, but the example will probably prove useful in adding these.
* Doors exampleChristopher Baines2014-08-04
|
* Fix issueChristopher Baines2014-08-04
|
* Better support for doorsChristopher Baines2014-07-19
| | | | Also add better logging
* Improve support for multi level roomsChristopher Baines2014-07-19
|
* Fix loading without cachingChristopher Baines2014-07-19
|
* Improve missing ref detectionChristopher Baines2014-07-19
|
* Fix the query for room informationChristopher Baines2014-07-19
|
* Split the printers and vending machinesChristopher Baines2014-07-19
| | | | Also try to prevent the caching of data.json
* Include the library data in data.jsChristopher Baines2014-07-05
| | | | Instead of loading seperately
* Add references to the building entrancesChristopher Baines2014-06-28
|
* Process building entrancesChristopher Baines2014-06-20
|
* Fix the shebangChristopher Baines2014-06-20
|
* Add doors to the mapChristopher Baines2014-06-16
|
* Add bus stop imageChristopher Baines2014-06-16
| | | | This is used by the RouteControl
* Refactor the indoor stuffChristopher Baines2014-06-16
| | | | The queries to lookup University room information do not really work...
* Change the mfd-location repository to an accessible mirrorChristopher Baines2014-06-15
|
* Change the hartley-library-map-data to an accessible mirrorChristopher Baines2014-06-15
|
* Use a better way of disabling the bus routesChristopher Baines2014-06-07
|
* Remove some debuggingChristopher Baines2014-06-06
|
* Add a RouteLayer and RouteControlChristopher Baines2014-06-06
| | | | | | | | | | | | | Add the leaflet-textpath submodule as it is used in the RouteLayer Improve the bus route extraction: - Now supports polygons for platforms - Supports routes not in a route master - Filter out all but one U1C route (in an attempt to make the interface less confusing) Add an example using the RouteLayer and RouteControl. Hard code the centers for some "University" buildings on the Isle of White and in Basingstoke, such that workstations listed as in these buildings appear on the map.
* Link to the library room booking pageChristopher Baines2014-05-31
|
* Update leaflet-indoorChristopher Baines2014-05-29
|
* Add the osm2pgsql styleChristopher Baines2014-05-28
| | | | Also add a small script to do database updates
* Bus routes are backChristopher Baines2014-05-28
|
* Improve logging and general structureChristopher Baines2014-05-28
|
* Update hartley-library-map-dataChristopher Baines2014-05-23
| | | | This change just adds a .gitignore file.