aboutsummaryrefslogtreecommitdiffstats
path: root/web/vendor/OpenLayers
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.
* Repeat of 0e497596.Matthew Somerville2018-08-23-1/+1
| | | | Include instructions to fork to prevent this happening again.
* Remove unused parts of OpenLayers.Matthew Somerville2018-08-23-63/+49
|
* [Zurich] Use HTTPS map tiles, update OpenLayers.Matthew Somerville2018-08-22-431/+439
|
* [Bristol] Update OpenLayers to add filter strategyStruan Donald2018-08-22-508/+374
|
* [UK] Pull in cobrand asset files on national site.Struan Donald2018-08-03-3355/+757
| | | | | | | Also add body name to layer defaults, so they are only used where appropriate. Switch mapit area javascript calls to GeoJSON, so we can drop KML support in OpenLayers.wfs.js which saves a small amount of bandwidth.
* [BANES] Add parks & grounds asset layerDave Arter2018-06-26-1/+4
| | | | Styled to only be visible to staff.
* [BANES] Add BathNES map type & assetsDave Arter2018-04-10-0/+1687
| | | | | | | | | | | | | BANES have some staff-only assets, so this adds a cobrand hook to enable extra JS to be included on the page for staff users. - Add custom OpenLayers build with GeoJSON support - Add grit bins/street lights/LLPG asset layers - Displays non-BANES street light assets in grey - Add adopted highways to map This means USRNs will be set for reports made by members of the public. To keep the map simple, however, the highways layer is invisible to non-staff users.
* [Buckinghamshire] Show error message when trying to create a road defect ↵Dave Arter2018-04-03-699/+1608
| | | | outside of Bucks roads
* [Buckinghamshire] Update OL to have GeoJSON and 27700 stuff.Matthew Somerville2018-04-03-1557/+699
|
* [Buckinghamshire] Add grit bins/street lighting asset layersDave Arter2018-04-03-0/+1614
|
* [Zurich] Upgrade OpenLayers to master, matching others.Matthew Somerville2017-08-18-0/+620
|
* Move third party libraries into vendor directoriesMatthew Somerville2017-05-23-0/+3597
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).