aboutsummaryrefslogtreecommitdiffstats
path: root/web/vendor/OpenLayers
Commit message (Collapse)AuthorAgeLines
* Include OpenLayers.Control.Geolocate in OL buildDave Arter2020-01-08-311/+313
|
* [UK,Zurich] Remove use of new window.Function.Matthew Somerville2019-11-26-2/+2
| | | | | This is so the file is not blocked by a Content-Security-Policy header. This has already been done in the other OpenLayer files.
* 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.
* Tidy up OpenLayers config files.Matthew Somerville2019-07-21-817/+0
|
* [Buckinghamshire] use buckinghamshire map tilesStruan Donald2019-05-16-0/+0
| | | | | Add a WMTS config to use Buckinghamshire's own map tiles to display house numbers.
* 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).