aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/OpenLayers/OpenLayers.fixmystreet.js
Commit message (Collapse)AuthorAgeLines
* Move third party libraries into vendor directoriesMatthew Somerville2017-05-23-665/+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-2/+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 use of new window.Function for CSP.Matthew Somerville2016-08-17-1/+1
| | | | Even though it is empty.
* Remove need to customise OpenLayers built script.Matthew Somerville2016-07-04-0/+665
This also allows the map to work in a proxied admin. Upgrade Angus OL to master branch code.