diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-22 11:28:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-22 11:28:50 +0100 |
commit | 7a505d188ae316874406cc3b04360ca9f39e5675 (patch) | |
tree | 4fa72c03115436692406ef59c87f419bf5cef698 | |
parent | fb0a1dab4b22cb43b90a944b403632ca784e72b2 (diff) |
[UK] Make sure BNG handling always included.
4 files changed, 2 insertions, 20 deletions
diff --git a/templates/web/fixmystreet-uk-councils/footer_extra_js.html b/templates/web/fixmystreet-uk-councils/footer_extra_js.html index cf8fa7301..493902ef0 100644 --- a/templates/web/fixmystreet-uk-councils/footer_extra_js.html +++ b/templates/web/fixmystreet-uk-councils/footer_extra_js.html @@ -1 +1,2 @@ +<script src="[% version('/js/OpenLayers.Projection.OrdnanceSurvey.js') %]"></script> <script src="[% version('/cobrands/fixmystreet-uk-councils/js.js') %]"></script> diff --git a/templates/web/fixmystreet-uk-councils/maps/fms.html b/templates/web/fixmystreet-uk-councils/maps/fms.html deleted file mode 100644 index 3cf503c96..000000000 --- a/templates/web/fixmystreet-uk-councils/maps/fms.html +++ /dev/null @@ -1,10 +0,0 @@ -[% map_js = BLOCK %] -<!-- <script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&mkt=en-GB"></script> --> -<script type="text/javascript" src="[% version('/js/OpenLayers/OpenLayers.fixmystreet.js') %]"></script> -<script type="text/javascript" src="[% version('/js/OpenLayers.Projection.OrdnanceSurvey.js') %]"></script> -<script type="text/javascript" src="[% version('/js/map-OpenLayers.js') %]"></script> -<script type="text/javascript" src="[% version('/js/map-bing-ol.js') %]"></script> -<script type="text/javascript" src="[% version('/js/map-fms.js') %]"></script> -[% END %] - -[% map_html = INCLUDE maps/openlayers.html include_key = 1 %] diff --git a/templates/web/fixmystreet.com/footer_extra_js.html b/templates/web/fixmystreet.com/footer_extra_js.html index 47733ef8e..0d1cca04d 100644 --- a/templates/web/fixmystreet.com/footer_extra_js.html +++ b/templates/web/fixmystreet.com/footer_extra_js.html @@ -1,2 +1,3 @@ +<script src="[% version('/js/OpenLayers.Projection.OrdnanceSurvey.js') %]"></script> <script src="[% version('/js/jquery.cookie.min.js') %]"></script> <script src="[% version('/cobrands/fixmystreet.com/js.js') %]"></script> diff --git a/templates/web/fixmystreet.com/maps/fms.html b/templates/web/fixmystreet.com/maps/fms.html deleted file mode 100644 index 3cf503c96..000000000 --- a/templates/web/fixmystreet.com/maps/fms.html +++ /dev/null @@ -1,10 +0,0 @@ -[% map_js = BLOCK %] -<!-- <script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&mkt=en-GB"></script> --> -<script type="text/javascript" src="[% version('/js/OpenLayers/OpenLayers.fixmystreet.js') %]"></script> -<script type="text/javascript" src="[% version('/js/OpenLayers.Projection.OrdnanceSurvey.js') %]"></script> -<script type="text/javascript" src="[% version('/js/map-OpenLayers.js') %]"></script> -<script type="text/javascript" src="[% version('/js/map-bing-ol.js') %]"></script> -<script type="text/javascript" src="[% version('/js/map-fms.js') %]"></script> -[% END %] - -[% map_html = INCLUDE maps/openlayers.html include_key = 1 %] |