diff options
author | Struan Donald <struan@exo.org.uk> | 2019-07-10 17:13:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-09-27 17:35:15 +0100 |
commit | 55db0bf4ddfb009ee5a310d1684158c90237c12c (patch) | |
tree | a720537f5d32cb215ed0ba2b30969f3a70e0627b /templates | |
parent | 433474638e33c1320efd0b4826b5d4bbb655d69c (diff) |
[IsleOfWight] switch to IoW map tiles
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/isleofwight/about/mapterms.html | 24 | ||||
-rw-r--r-- | templates/web/isleofwight/footer_extra_js.html | 3 |
2 files changed, 25 insertions, 2 deletions
diff --git a/templates/web/isleofwight/about/mapterms.html b/templates/web/isleofwight/about/mapterms.html new file mode 100644 index 000000000..04c0aeb09 --- /dev/null +++ b/templates/web/isleofwight/about/mapterms.html @@ -0,0 +1,24 @@ +[% INCLUDE header.html + title = 'Map Terms and Conditions' +%] + +<h1>Map Terms and Conditions</h1> + +<ul> + <li> + I. You are granted a non-exclusive, royalty free revocable licence + solely to view the licensed data for non-commercial purposes for the + period during which mySociety Ltd. makes it available; + </li> + <li> + II. You are not permitted to copy, sub-license, distribute, sell or + otherwise make available the Licensed Data to third parties in any form; + and + </li> + <li> + III. Third party rights to enforce the terms of this licence shall be + reserved to OS. + </li> +</ul> +[% INCLUDE footer.html %] + diff --git a/templates/web/isleofwight/footer_extra_js.html b/templates/web/isleofwight/footer_extra_js.html index c43c49aef..f4385d98b 100644 --- a/templates/web/isleofwight/footer_extra_js.html +++ b/templates/web/isleofwight/footer_extra_js.html @@ -1,10 +1,9 @@ [% IF bodyclass.match('mappage'); scripts.push( version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js'), + version('/cobrands/fixmystreet/assets.js'), version('/cobrands/fixmystreet-uk-councils/roadworks.js'), version('/cobrands/fixmystreet-uk-councils/js.js'), - version('/cobrands/fixmystreet/assets.js'), - version('/cobrands/highways/assets.js'), version('/cobrands/isleofwight/js.js'), ); END %] |