aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/angus/js.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-11-11 07:48:57 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-11-11 07:48:57 +0000
commitdace204d71f395b07c4f746599bc9f3d6e620886 (patch)
treed8382bafc3d27c6686b7ece1ab396db18d33343b /web/cobrands/angus/js.js
parent881fc519900cfc2a5675925c8ac7e5080435db42 (diff)
parentcab0360bdbe587abe68a9e5921bd19200714ff39 (diff)
Merge branch 'issues/commercial/787-bristol-assets'
Diffstat (limited to 'web/cobrands/angus/js.js')
-rw-r--r--web/cobrands/angus/js.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/cobrands/angus/js.js b/web/cobrands/angus/js.js
new file mode 100644
index 000000000..af70fd92f
--- /dev/null
+++ b/web/cobrands/angus/js.js
@@ -0,0 +1,15 @@
+$(fixmystreet.add_assets({
+ wfs_url: "https://data.angus.gov.uk/geoserver/services/wfs",
+ wfs_feature: "lighting_column_v",
+ wfs_fault_feature: "lighting_faults_v",
+ asset_category: "Street lighting",
+ asset_item: 'street light',
+ asset_type: 'spot',
+ max_resolution: 2.388657133579254,
+ min_resolution: 0.5971642833948135,
+ asset_id_field: 'n',
+ attributes: {
+ column_id: 'n'
+ },
+ geometryName: 'g'
+}));