summaryrefslogtreecommitdiff
path: root/create-data.js
Commit message (Collapse)AuthorAge
* Fix error with busRoutesChristopher Baines2015-09-15
|
* Improve database connection handlingChristopher Baines2015-09-15
|
* Fix error handlingChristopher Baines2015-09-15
|
* Improved error handlingChristopher Baines2015-03-11
|
* Patch data creationChristopher Baines2015-03-04
| | | | Do not fail if bus stop URI's are missing.
* Improve handling of building entrancesChristopher Baines2014-10-10
|
* 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.
* Improve portals queryChristopher Baines2014-09-13
| | | | | Now each attribute is optional, and it does not have to match all the optional attributes.
* Magic with recommended entrances.IanMJB2014-09-12
|
* Improve portal/door handlingChristopher Baines2014-09-10
|
* Add centers to sitesChristopher Baines2014-09-08
|
* Precalculate centers for buildingsChristopher Baines2014-09-06
| | | | Currently done because this is the simplist way of doing it.
* 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.
* Give image dimensions as numbersChristopher Baines2014-08-09
|
* Update to the new mfd-location formatChristopher Baines2014-08-07
| | | | Also fix a query issue resulting in duplicate printers
* 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.
* Fix issueChristopher Baines2014-08-04
|
* Better support for doorsChristopher Baines2014-07-19
| | | | Also add better logging
* 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
|
* Refactor the indoor stuffChristopher Baines2014-06-16
| | | | The queries to lookup University room information do not really work...
* 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.
* Bus routes are backChristopher Baines2014-05-28
|
* Improve logging and general structureChristopher Baines2014-05-28
|
* Fix a few queriesChristopher Baines2014-05-22
| | | | | | Some of the SPARQL queries that run against sparql.data.soton.ac.uk began to fail. This fixes most of them, but I have not fully checked that everything is working as expected.
* Some more ref validationChristopher Baines2014-04-11
|
* Better display of vertical passagewaysChristopher Baines2014-04-04
|
* Crude replacement of University of Southampton bus stop uri'sChristopher Baines2014-03-28
| | | | | | In OSM, the stops have the national URI's. However, for the map, its better to link to the bus.soton.ac.uk site. Hence, the URI's are now rewritten to achieve this.
* Add support for a building part to span mutiple levelsChristopher Baines2014-02-21
|
* Initial commitChristopher Baines2014-02-19