aboutsummaryrefslogtreecommitdiffstats
path: root/web/vendor/OpenLayers/OpenLayers.fixmystreet.js
Commit message (Collapse)AuthorAgeLines
* Change KML to GeoJSON in OpenLayers.fixmystreet.js.Matthew Somerville2018-09-07-399/+317
| | | | GeoJSON is used by the /reports page now, not KML.
* Move third party libraries into vendor directoriesMatthew Somerville2017-05-23-0/+665
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).