aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/OpenLayers/theme
Commit message (Collapse)AuthorAgeLines
* Move third party libraries into vendor directoriesMatthew Somerville2017-05-23-599/+0
| | | | | | | | This makes the git hook that lints our own JavaScript easier, and keeps things more cleanly separated. We also remove unused third party libraries (select2 and jquery.placeholder).
* Manual OpenLayers patch for pointer event draggingMatthew Somerville2016-12-09-1/+2
| | | | | | Thanks to Dave Tapuska and Chrome team: https://bugs.chromium.org/p/chromium/issues/detail?id=670942 https://github.com/openlayers/ol2/issues/1510
* Remove need to customise OpenLayers built script.Matthew Somerville2016-07-04-0/+598
This also allows the map to work in a proxied admin. Upgrade Angus OL to master branch code.