aboutsummaryrefslogtreecommitdiffstats
path: root/web/vendor/OpenLayers.Projection.OrdnanceSurvey.js
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2020-09-29 14:23:52 +0200
committerMarius Halden <marius.h@lden.org>2020-09-29 14:23:52 +0200
commita27ce1524d801d2742a2bdb6ec1da45126d64353 (patch)
tree64123c4e17dc1776aa0a7cd65ee01d49d3e7d978 /web/vendor/OpenLayers.Projection.OrdnanceSurvey.js
parent377bd96aab7cad3434185c30eb908c9da447fe40 (diff)
parent2773c60226b9370fe8ee00f7b205b571bb87c3b5 (diff)
Merge tag 'v3.0.1' into fiksgatami-dev
Diffstat (limited to 'web/vendor/OpenLayers.Projection.OrdnanceSurvey.js')
-rw-r--r--web/vendor/OpenLayers.Projection.OrdnanceSurvey.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/vendor/OpenLayers.Projection.OrdnanceSurvey.js b/web/vendor/OpenLayers.Projection.OrdnanceSurvey.js
index 339f57a93..aa9785d35 100644
--- a/web/vendor/OpenLayers.Projection.OrdnanceSurvey.js
+++ b/web/vendor/OpenLayers.Projection.OrdnanceSurvey.js
@@ -495,7 +495,11 @@ OpenLayers.Projection.addTransform("EPSG:27700", "EPSG:4326",
OpenLayers.Projection.OS.projectInverseBritish);
OpenLayers.Projection.addTransform("EPSG:900913", "EPSG:27700",
OpenLayers.Projection.OS.goog2osgb);
+OpenLayers.Projection.addTransform("EPSG:3857", "EPSG:27700",
+ OpenLayers.Projection.OS.goog2osgb);
OpenLayers.Projection.addTransform("EPSG:27700", "EPSG:900913",
OpenLayers.Projection.OS.osgb2goog);
+OpenLayers.Projection.addTransform("EPSG:27700", "EPSG:3857",
+ OpenLayers.Projection.OS.osgb2goog);
}