diff options
-rw-r--r-- | web/cobrands/bexley/js.js | 1 | ||||
-rw-r--r-- | web/cobrands/bromley/assets.js | 1 | ||||
-rw-r--r-- | web/cobrands/buckinghamshire/assets.js | 1 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/assets.js | 2 | ||||
-rw-r--r-- | web/cobrands/highways/assets.js | 1 | ||||
-rw-r--r-- | web/cobrands/hounslow/assets.js | 1 | ||||
-rw-r--r-- | web/cobrands/isleofwight/assets.js | 1 | ||||
-rw-r--r-- | web/cobrands/lincolnshire/assets.js | 1 |
8 files changed, 1 insertions, 8 deletions
diff --git a/web/cobrands/bexley/js.js b/web/cobrands/bexley/js.js index cc973fda6..24643e4db 100644 --- a/web/cobrands/bexley/js.js +++ b/web/cobrands/bexley/js.js @@ -14,7 +14,6 @@ var defaults = { SRSNAME: "urn:ogc:def:crs:EPSG::3857" } }, - format_class: OpenLayers.Format.GML.v3.MultiCurveFix, // Not sure needed any more max_resolution: 4.777314267158508, min_resolution: 0.5971642833948135, geometryName: 'msGeometry', diff --git a/web/cobrands/bromley/assets.js b/web/cobrands/bromley/assets.js index 13be2d463..a0ca82134 100644 --- a/web/cobrands/bromley/assets.js +++ b/web/cobrands/bromley/assets.js @@ -14,7 +14,6 @@ var defaults = { SRSNAME: "urn:ogc:def:crs:EPSG::3857" } }, - format_class: OpenLayers.Format.GML.v3.MultiCurveFix, asset_type: 'spot', max_resolution: 4.777314267158508, min_resolution: 0.5971642833948135, diff --git a/web/cobrands/buckinghamshire/assets.js b/web/cobrands/buckinghamshire/assets.js index 699588d98..74253448e 100644 --- a/web/cobrands/buckinghamshire/assets.js +++ b/web/cobrands/buckinghamshire/assets.js @@ -14,7 +14,6 @@ var defaults = { SRSNAME: "urn:ogc:def:crs:EPSG::27700" } }, - format_class: OpenLayers.Format.GML.v3.MultiCurveFix, asset_type: 'spot', max_resolution: { 'buckinghamshire': 2.116670900008467, diff --git a/web/cobrands/fixmystreet/assets.js b/web/cobrands/fixmystreet/assets.js index 0bd6d411b..70fe0a393 100644 --- a/web/cobrands/fixmystreet/assets.js +++ b/web/cobrands/fixmystreet/assets.js @@ -534,7 +534,7 @@ function construct_protocol_options(options) { if (options.http_options !== undefined) { protocol_options = options.http_options; OpenLayers.Util.applyDefaults(options, { - format_class: OpenLayers.Format.GML, + format_class: OpenLayers.Format.GML.v3, format_options: {} }); if (options.geometryName) { diff --git a/web/cobrands/highways/assets.js b/web/cobrands/highways/assets.js index dc0c43468..5c57f308a 100644 --- a/web/cobrands/highways/assets.js +++ b/web/cobrands/highways/assets.js @@ -14,7 +14,6 @@ var defaults = { SRSNAME: "urn:ogc:def:crs:EPSG::3857" } }, - format_class: OpenLayers.Format.GML.v3.MultiCurveFix, asset_type: 'area', // this covers zoomed right out on Cumbrian sections of // the M6 diff --git a/web/cobrands/hounslow/assets.js b/web/cobrands/hounslow/assets.js index abe3d20da..2dd996c68 100644 --- a/web/cobrands/hounslow/assets.js +++ b/web/cobrands/hounslow/assets.js @@ -14,7 +14,6 @@ var defaults = { SRSNAME: "urn:ogc:def:crs:EPSG::27700" } }, - format_class: OpenLayers.Format.GML.v3.MultiCurveFix, asset_type: 'spot', max_resolution: { 'hounslow': 0.5291677250021167, diff --git a/web/cobrands/isleofwight/assets.js b/web/cobrands/isleofwight/assets.js index 9d5c8de50..0a43e9e2c 100644 --- a/web/cobrands/isleofwight/assets.js +++ b/web/cobrands/isleofwight/assets.js @@ -19,7 +19,6 @@ var defaults = { SRSNAME: "urn:ogc:def:crs:EPSG::27700" } }, - format_class: OpenLayers.Format.GML.v3.MultiCurveFix, max_resolution: { 'isleofwight': 0.5291677250021167, 'fixmystreet': 1.194328566789627 diff --git a/web/cobrands/lincolnshire/assets.js b/web/cobrands/lincolnshire/assets.js index afe6abf8f..cb85f8fc6 100644 --- a/web/cobrands/lincolnshire/assets.js +++ b/web/cobrands/lincolnshire/assets.js @@ -14,7 +14,6 @@ var defaults = { SRSNAME: "urn:ogc:def:crs:EPSG::3857" } }, - format_class: OpenLayers.Format.GML.v3.MultiCurveFix, asset_type: 'spot', max_resolution: 2.388657133579254, min_resolution: 0.5971642833948135, |