| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
Basic config and setup files for using WMS based map tiles. These still
require config in appropriate cobrand perl and javascript files
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
This is so the file is not blocked by a Content-Security-Policy header.
This has already been done in the other OpenLayer files.
|
|
|
|
|
| |
The area display code was switched from KML to GeoJSON in 30426bc0
but this library was missed being updated to match.
|
| |
|
|
|
|
|
| |
Add a WMTS config to use Buckinghamshire's own map tiles to display
house numbers.
|
|
|
|
| |
GeoJSON is used by the /reports page now, not KML.
|
|
|
|
| |
Include instructions to fork to prevent this happening again.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Styled to only be visible to staff.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
outside of Bucks roads
|
| |
|
| |
|
| |
|
|
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).
|