aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/angus/maps/fms.html
Commit message (Collapse)AuthorAgeLines
* Add offline support of static files/fallback page.Matthew Somerville2016-12-16-11/+11
| | | | | Use a list to store JavaScript files, so it can be shared between the HTML footer and the appcache manifest.
* [UK] Refactor WFS asset handling.Matthew Somerville2016-11-11-1/+2
| | | | | | Allow multiple asset layers, and setting of multiple asset attributes. [Bristol] Add Bristol asset layers.
* Merge branch '1351-report-list-ajax'Matthew Somerville2016-07-11-1/+0
|\
| * Move to using pushState for new report.Zarino Zappia2016-07-11-1/+0
| | | | | | | | | | Update the URL whenever location of pin is updated (first time, drag, or reclick), make sure it works when clicking back.
* | Remove need to customise OpenLayers built script.Matthew Somerville2016-07-04-1/+1
|/ | | | | This also allows the map to work in a proxied admin. Upgrade Angus OL to master branch code.
* Merge branch 'drop-ie6-fix-ie7'Matthew Somerville2016-06-17-3/+0
|\
| * Remove all IE6 special cases.Matthew Somerville2016-06-15-3/+0
| |
* | [Angus] Move code to better (working) location.Matthew Somerville2016-06-13-0/+1
|/
* [Angus] Add clickable street light layer to report mapDave Arter2016-03-29-0/+13
Angus provide a WFS endpoint for their existing streetlight assets and known faults. This commit: - Displays clickable markers when the 'street lighting' category is selected on the report a problem page. - Displays known faults on the map - Includes a custom OpenLayers build for the Angus cobrand that includes WFS support The custom code for adding the layers to the map is within position_map.js, as this seemed to be currently the best place for cobrand-specific map logic.