aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/angus/js.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/angus/js.js')
-rw-r--r--web/cobrands/angus/js.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/web/cobrands/angus/js.js b/web/cobrands/angus/js.js
deleted file mode 100644
index 566b3a842..000000000
--- a/web/cobrands/angus/js.js
+++ /dev/null
@@ -1,23 +0,0 @@
-(function(){
-
-if (!fixmystreet.maps) {
- return;
-}
-
-fixmystreet.assets.add({
- 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'
-});
-
-})();