diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-08-10 15:37:49 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-08-10 17:44:33 +0100 |
commit | 045f362b3a37bd1c5f446674be4033852a7b4b22 (patch) | |
tree | 9f60549ce30b5f2de18cf9d37c5b66b0c956c769 | |
parent | 07c053c4b5d49c20f24024154b5e154bb0239347 (diff) |
[Oxfordshire] Switch to our own server for NSG.
-rw-r--r-- | web/cobrands/oxfordshire/assets.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/web/cobrands/oxfordshire/assets.js b/web/cobrands/oxfordshire/assets.js index caa4d5e2c..fc9f87064 100644 --- a/web/cobrands/oxfordshire/assets.js +++ b/web/cobrands/oxfordshire/assets.js @@ -211,11 +211,9 @@ function road_owned(f) { fixmystreet.assets.add(defaults, { stylemap: fixmystreet.assets.stylemap_invisible, - wfs_url: proxy_base_url + 'nsg/', - wfs_feature: "WFS_STREETS_CLASSIFIED_ROADS_INTERESTS", - propertyNames: ['TYPE1_2_USRN', 'STREET_MAINTENANCE_RESPONSIBILITY_NAME', 'SHAPE_GEOMETRY'], + wfs_feature: "OCCRoads", + propertyNames: ['TYPE1_2_USRN', 'STREET_MAINTENANCE_RESPONSIBILITY_NAME', 'msGeometry'], srsName: "EPSG:27700", - geometryName: null, usrn: { attribute: 'TYPE1_2_USRN', field: 'usrn' |