diff options
author | Struan Donald <struan@exo.org.uk> | 2018-11-08 14:25:09 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-11-19 13:27:44 +0000 |
commit | c0c553a862dfb7de74c1e2dd9548bf1c0231c6f6 (patch) | |
tree | c3f10bcd14fa1eb18a8f9cadd7884a41c46f5af0 /templates | |
parent | 92cc1d4c0f498ba0d36dce935a1c86d7cc96f2f1 (diff) |
[Bristol] include highways england data
This changes the projection from EPSG:3857, which is not included in the
bristol openlayers build, to the identical EPSG:900913 which is, so that
the conversion happens.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/bristol/footer_extra_js.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/bristol/footer_extra_js.html b/templates/web/bristol/footer_extra_js.html index 218607498..1742a55e2 100644 --- a/templates/web/bristol/footer_extra_js.html +++ b/templates/web/bristol/footer_extra_js.html @@ -1,4 +1,5 @@ [% scripts.push( version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js') version('/cobrands/fixmystreet-uk-councils/js.js'), + version('/cobrands/highways/assets.js'), ) %] |