diff options
-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' |