aboutsummaryrefslogtreecommitdiffstats
path: root/web/vendor/OpenLayers/OpenLayers.google.js
Commit message (Collapse)AuthorAgeLines
* Use our own Permalink class.Matthew Somerville2020-01-10-5/+1
| | | | | We are overriding quite a bit of it and not using other bits, so it will be less code to only have our own Control.
* Fix GoogleOL library to include GeoJSON, not KML.Matthew Somerville2019-07-21-388/+307
| | | | | The area display code was switched from KML to GeoJSON in 30426bc0 but this library was missed being updated to match.
* Move third party libraries into vendor directoriesMatthew Somerville2017-05-23-0/+648
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).