| Commit message (Expand) | Author | Age |
* | Improve script formatting | Christopher Baines | 2015-09-15 |
* | Workaround for Chromium/Android WebView issue•••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.
| Christopher Baines | 2015-03-21 |
* | Use route-master-list class properly | Christopher Baines | 2015-03-21 |
* | Update submodules | Christopher Baines | 2015-03-21 |
* | Allow for toggling which routes are highlighted | Christopher Baines | 2015-03-21 |
* | Add leaflet-textpath to full example | Christopher Baines | 2015-03-21 |
* | Add warning about leaflet textpath | Christopher Baines | 2015-03-21 |
* | Remove some logging•••This should have probably not been committed in the first place.
| Christopher Baines | 2015-03-21 |
* | Add a dependancy warning | Christopher Baines | 2015-03-21 |
* | Add bus routes to the full example | Christopher Baines | 2015-03-21 |
* | Remove the building search example•••It did not work very well, and this functionality can be seen in the
maps.southampton.ac.uk project.
| Christopher Baines | 2015-03-21 |
* | Stop saying example... | Christopher Baines | 2015-03-21 |
* | Make more of the examples use the uos-live.js library•••This is in preparation for the workstations data being moved there.
| Christopher Baines | 2015-03-21 |
* | Fix selecting routes•••Just a simple loop callback issue.
| Christopher Baines | 2015-03-20 |
* | Use the uos-live.js library for the bus stop popups•••This replaces the bus.southampton.ac.uk iframe, which improves performance,
responsiveness, and the integration of the user interface.
| Christopher Baines | 2015-03-13 |
* | Combine the full information and title for popups•••This saves vital vertical space on devices with smaller screens.
| Christopher Baines | 2015-03-12 |
* | Improved error handling | Christopher Baines | 2015-03-11 |
* | Up the timeout to 20 seconds, was 4•••This should make loading the map possible on slow connections.
| Christopher Baines | 2015-03-11 |
* | Patch data creation•••Do not fail if bus stop URI's are missing.
| Christopher Baines | 2015-03-04 |
* | Move the route layer to the bottom•••Change the order in which the layers are added to the map, this means that the
route layer sits lower down.
| Christopher Baines | 2015-03-03 |
* | Route improvements•••Work towards making the route parts an independant plugin. Also make several
other improvements in the process.
| Christopher Baines | 2015-03-03 |
* | Use a MarkerClusterGroup for the vending machines layer•••Note that this does not affect the vending machines viewed as part of the
indoor map.
| Christopher Baines | 2015-03-03 |
* | Cope with more failure states in the XMLHTTPRequest•••Previously, the callback would not be called if the status was not 200.
| Christopher Baines | 2015-03-03 |
* | Fix calls to templating functions | Christopher Baines | 2014-11-29 |
* | Fix regression | Christopher Baines | 2014-10-10 |
* | Improve handling of building entrances | Christopher Baines | 2014-10-10 |
* | Move the timeout code•••This appears to not break IE 11.
| Christopher Baines | 2014-10-07 |
* | Count the number of mapped/unmapped teaching rooms | Christopher Baines | 2014-10-06 |
* | Enable indoor on the catering example | Christopher Baines | 2014-10-04 |
* | Fix point of service popup | Christopher Baines | 2014-10-04 |
* | Add teaching rooms example | Christopher Baines | 2014-10-04 |
* | Make the template functions externally available•••The main motivation of this is to allow easier replacement of the functions.
| Christopher Baines | 2014-10-02 |
* | Fix issue with workstation layer•••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.
| Christopher Baines | 2014-10-02 |
* | Improve floor sorting•••Now works for level 10, and 11 in the Maths building.
| Christopher Baines | 2014-10-01 |
* | Improve bus routes example | Christopher Baines | 2014-09-28 |
* | Small tweak to room marker positions | Christopher Baines | 2014-09-27 |
* | Remove room prefix from the room markers•••I think it looks cleaner this way.
| Christopher Baines | 2014-09-27 |
* | Add rooms only found in OSM to the list of rooms in a building•••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.
| Christopher Baines | 2014-09-27 |
* | Sort building rooms by URI•••This effects the building popup.
| Christopher Baines | 2014-09-27 |
* | Rework the building popups•••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.
| Christopher Baines | 2014-09-27 |
* | Popup related fixes and code improvement•••- 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
| Christopher Baines | 2014-09-27 |
* | Whitespace fixes | Christopher Baines | 2014-09-27 |
* | Fix storage timeout | Christopher Baines | 2014-09-27 |
* | Change timeout•••Despite the comment, it previously was 7 days.
| Christopher Baines | 2014-09-27 |
* | Change the colour of the rooms•••Previously they were white.
| Christopher Baines | 2014-09-25 |
* | shrunk poups a little more and moved fullinfo link | Christopher Gutteridge | 2014-09-22 |
* | Correct check in featureHasPopup•••Check if the feature is a room, then check if the room has the expected
information.
| Christopher Baines | 2014-09-20 |
* | Prevent popups from being larger than the map•••This helps on smaller devices.
| Christopher Baines | 2014-09-20 |
* | Store the data in localStorage•••It will currently be refreshed after 1 week.
| Christopher Baines | 2014-09-20 |
* | Uninformed changes to the timeout and retry delay•••This could help with loading the data on devices with slower connections.
| Christopher Baines | 2014-09-20 |