aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/bexley/js.js
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2019-10-07 15:12:47 +0100
committerDave Arter <davea@mysociety.org>2019-10-21 14:23:53 +0100
commit86866375d761b2b2e6725c8d5ae948cc4b772dde (patch)
treeda5149c9b918eb46329b0621fda78bae87adaf4b /web/cobrands/bexley/js.js
parentc54dac7884b74cf71f2b105e55432b43053eba5e (diff)
[UK Councils] Remove MultiCurveFix asset layer formatter
This is no longer needed on tilma-served layers since we have upgraded to MapServer 7. A side-effect of using the MultiCurveFix format_class was that it implied the use of GML v3 as that was its base class. This commit sets the default format_class to OpenLayers.Format.GML.v3, which is required to parse the GML v3 responses from tilma.
Diffstat (limited to 'web/cobrands/bexley/js.js')
-rw-r--r--web/cobrands/bexley/js.js1
1 files changed, 0 insertions, 1 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',