diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-10 09:31:48 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-10 09:31:48 +0100 |
commit | 9ecce5d09e5fe806b6d4b221df08f9ae993dc502 (patch) | |
tree | d50b53a0c7ebcc6c45b0130c8405e8d521b4b5b6 /web/cobrands/angus/js.js | |
parent | 3fa7a7f4026c22d562d0fdb21ce2ec184dd163e0 (diff) |
[Angus] Remove cobrand.
Diffstat (limited to 'web/cobrands/angus/js.js')
-rw-r--r-- | web/cobrands/angus/js.js | 23 |
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' -}); - -})(); |