Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix OpenLayers.Projection.OS transforms | Dave Arter | 2018-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 directories | Matthew Somerville | 2017-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). |