aboutsummaryrefslogtreecommitdiffstats
path: root/web/vendor/OpenLayers.Projection.OrdnanceSurvey.js
Commit message (Collapse)AuthorAgeLines
* Fix OpenLayers.Projection.OS transformsDave Arter2018-02-13-2/+10
| | | | | | | | | | | | | It seems that the projectInverse/projectForward methods in OpenLayers.Layer.SphericalMercator have been renamed which was causing problems. Additionally this gem was buried in the OpenLayers.Projection.transform docs: Returns point - [...] The original point is modified. The previous code didn't seem to modify the original point which was confusing OpenLayers.
* Move third party libraries into vendor directoriesMatthew Somerville2017-05-23-0/+493
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).