diff options
author | Dave Arter <davea@mysociety.org> | 2016-01-26 13:51:50 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-03-29 17:49:37 +0100 |
commit | 822fe33f679d4c84cb7bece3a5243fb91d45e857 (patch) | |
tree | 17c456059bbb087135a9adc7f863beb2b3bb6e8c /perllib/FixMyStreet | |
parent | 58a000d3095f0d3d327365af0f6d7bb4178bb5bb (diff) |
[Angus] Add clickable street light layer to report map
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.
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Angus.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Angus.pm b/perllib/FixMyStreet/Cobrand/Angus.pm index a41d46205..138c54660 100644 --- a/perllib/FixMyStreet/Cobrand/Angus.pm +++ b/perllib/FixMyStreet/Cobrand/Angus.pm @@ -114,7 +114,7 @@ sub temp_update_contacts { $_update->( 'Street lighting', { code => 'column_id', - description => 'Column number', + description => 'Lamp post number', }); } |