{"id":1011,"date":"2023-11-30T12:47:28","date_gmt":"2023-11-30T12:47:28","guid":{"rendered":"https:\/\/ourlocality.org\/localdevelopmentplan\/?page_id=1011"},"modified":"2023-11-30T13:20:36","modified_gmt":"2023-11-30T13:20:36","slug":"landscape-heritage","status":"publish","type":"page","link":"https:\/\/ourlocality.org\/localdevelopmentplan\/all-categories\/landscape-heritage\/","title":{"rendered":"Landscape &#038; Heritage"},"content":{"rendered":"\n<div class=\"open-user-map\">\n\n  \n  \n<div class=\"box-wrap map-size-fullwidth map-size-mobile-portrait oum-regions-layout-1 \">\n      <div class=\"tab-wrap\">\n      <div class=\"oum-tabs\" id=\"nav-tab-20210929\" role=\"tablist\">\n                \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"55.989728912163\" data-lng=\"-2.5075718977403\" data-zoom=\"11.840078596486\" data-toggle=\"tab\">+<\/div>\n\n        \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"55.999414984066\" data-lng=\"-2.5240230560303\" data-zoom=\"14\" data-toggle=\"tab\">Dunbar<\/div>\n\n        \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"55.95809033149\" data-lng=\"-2.4495534394375\" data-zoom=\"12.407213125592\" data-toggle=\"tab\">Innerwick<\/div>\n\n        \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"55.936064988748\" data-lng=\"-2.4046594530058\" data-zoom=\"12.408341158553\" data-toggle=\"tab\">Oldhamstocks \/ Dunglass<\/div>\n\n        \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"55.957853311248\" data-lng=\"-2.5719887627079\" data-zoom=\"11.907174142257\" data-toggle=\"tab\">Stenton &amp; Spott<\/div>\n\n        \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"55.995667548864\" data-lng=\"-2.6394545111482\" data-zoom=\"13.405525345431\" data-toggle=\"tab\">Tyninghame<\/div>\n\n        \n                    <div class=\"nav-item nav-link  change_region\" data-lat=\"55.994038206067\" data-lng=\"-2.5670761114687\" data-zoom=\"13.405862022965\" data-toggle=\"tab\">West Barns<\/div>\n\n              <\/div>\n    <\/div>\n  \n  <div class=\"map-wrap\">\n    <div id=\"map-20210929\" class=\"leaflet-map map-style_OpenStreetMap.Mapnik\"><\/div>\n    \n    \n        \n              \n          \n              <div id=\"open-add-location-overlay\" class=\"open-add-location-overlay\" style=\"background-color: #a5911f\"><span class=\"btn_icon\">+<\/span><span class=\"btn_text\">Add location<\/span><\/div>\n\n          \n              \n      \n    \n          <div class=\"oum-filter-controls \">\n        <div class=\"oum-filter-toggle\"><\/div>\n        <div class=\"oum-filter-list\">\n          \n            \n            <label>\n              <input style=\"accent-color: #a5911f\" type=\"checkbox\" name=\"type\" value=\"57\" checked>\n              <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/landscape.png?w=650&#038;ssl=1\">\n              <span>Landscape &amp; Heritage<\/span>\n            <\/label>\n\n                  <\/div>\n      <\/div>\n    \n          \n        \n          \n    <script type=\"text\/javascript\" data-category=\"functional\" class=\"cmplz-native\" id=\"oum-inline-js\">\n      var map_el = `map-20210929`;\n\n      if(document.getElementById(map_el)) {\n\n        var mapStyle = `OpenStreetMap.Mapnik`;\n        var oum_tile_provider_mapbox_key = `pk.eyJ1IjoiaXN0aGF0YWJsdWV0aXQiLCJhIjoiY2xwazNiYjJuMDR0ZTJqcDdjbTE5ZDBtciJ9.FVDFQWp5xg-lFG98KtXvOg`;\n        var marker_icon_url = `https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/rights.png`;\n        var marker_shadow_url = `https:\/\/ourlocality.org\/localdevelopmentplan\/wp-content\/plugins\/open-user-map-pro\/src\/leaflet\/images\/marker-shadow.png`;\n        var oum_enable_scrollwheel_zoom_map = false;\n        var oum_enable_cluster = true;\n        var oum_enable_fullscreen = true;\n\n        var oum_enable_searchbar = true;\n        var oum_searchbar_type = `address`;\n\n        var oum_geosearch_selected_provider = ``; \n        var oum_geosearch_provider = `osm`;\n        var oum_geosearch_provider_geoapify_key = ``;\n        var oum_geosearch_provider_here_key = ``;\n        var oum_geosearch_provider_mapbox_key = ``;\n        \n        var oum_enable_searchaddress_button = true;\n        var oum_searchaddress_label = `Search for address`;\n\n        var oum_enable_searchmarkers_button = true;\n        var oum_searchmarkers_label = `Find a proposal`;\n        var oum_searchmarkers_zoom = `16`;\n\n        var oum_enable_currentlocation = true;\n        var oum_action_after_submit = `text`;\n        var thankyou_redirect = ``;\n        var start_lat = `55.985899480597`;\n        var start_lng = `-2.5261688232422`;\n        var start_zoom = `12`;\n        var oum_enable_fixed_map_bounds = ``;\n        var oum_minimum_zoom_level = ``;\n        var oum_use_settings_start_location = true;\n        var oum_has_regions = true;\n\n        var oum_location = {};\n        var oum_custom_css = '';\n        var oum_custom_script = '';\n        var oumMap;\n        var oumMap2;\n\n        var oumConditionalField = (sourceField, targetField, condShow, condHide) => {\n          const sourceElement = document.querySelector(sourceField);\n          const targetElement = document.querySelector(targetField).parentElement; \/* works with custom fields only *\/\n\n          \/* trigger on change *\/\n          sourceElement.onchange = function(e) {\n            const val = this.value;\n            \n            console.log('OUM: run condition', {val, sourceField, targetField, condShow, condHide});\n            \n            if(condShow.includes(val)) {\n              targetElement.style.display = 'block';\n            }else if(condHide.includes(this.value)) {\n              targetElement.style.display = 'none';\n            }\n          }\n\n          \/* trigger initially *\/\n          let changeEvent = new Event('change');\n          sourceElement.dispatchEvent(changeEvent);\n        };\n\n        \/* Transfer PHP array to JS json *\/\n        var oum_all_locations = [{\"title\":\"Restore high value views from positions such as Doon Hill\",\"lat\":\"55.97321332582\",\"lng\":\"-2.4963104724884\",\"content\":\"\\u003Cdiv class=\\u0022oum_location_text\\u0022\\u003E\\u003Cdiv class=\\u0022oum_location_date\\u0022\\u003ENovember 30, 2023\\u003C\/div\\u003E\\u003Ch3 class=\\u0022oum_location_name\\u0022\\u003ERestore high value views from positions such as Doon Hill\\u003C\/h3\\u003E\\u003Cdiv class=\\u0022oum_location_custom_fields\\u0022\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EThe rapid industrialisation of Dunbar has not been as well managed as it could have been and consequently many of the outstanding views have been degraded. Restoration of this quality landscape should be conditioned on all industrial and housing developments too, with consideration too for farm buildings. \\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/restore-high-value-views-from-positions-such-as-doon-hill\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/landscape.png\",\"types\":[\"57\"],\"post_id\":\"1034\",\"address\":\"\",\"text\":\"The rapid industrialisation of Dunbar has not been as well managed as it could have been and consequently many of the outstanding views have been degraded. Restoration of this quality landscape should be conditioned on all industrial and housing developments too, with consideration too for farm buildings. \",\"image\":\"\",\"audio\":\"\",\"custom_fields\":[]},{\"title\":\"Protect the historic walls, estate and field boundaries\",\"lat\":\"55.990551155771\",\"lng\":\"-2.6264092747123\",\"content\":\"\\u003Cdiv class=\\u0022oum_location_image\\u0022\\u003E\\u003Cimg class=\\u0022skip-lazy\\u0022 src=\\u0022\/localdevelopmentplan\/files\/oum-useruploads\/859_thumb.jpeg\\u0022\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_text\\u0022\\u003E\\u003Cdiv class=\\u0022oum_location_date\\u0022\\u003EOctober 11, 2023\\u003C\/div\\u003E\\u003Ch3 class=\\u0022oum_location_name\\u0022\\u003EProtect the historic walls, estate and field boundaries\\u003C\/h3\\u003E\\u003Cdiv class=\\u0022oum_location_custom_fields\\u0022\\u003E\\u003Cdiv class=\\u0022oum_custom_field\\u0022\\u003E\\u003Cstrong\\u003ETheme:\\u003C\/strong\\u003E \\u003Cspan data-value=\\u0022Landscape\\u0022\\u003ELandscape\\u003C\/span\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EThere\\u0027s a noticeable decline in the extent and condition of this important part of the landscape and historic fabric of the county, where agriculture is the dominant land use and around towns. Each area of the county has a distinctive walling fingerprint, which may owe to the availability of stone materials, an explicit design choice (e.g. single estates) or some other factor such as age, cost, maintenance regime, experience of the builder etc. Many of the intact walls are worthy of note and may be implicitly protected, but others in the wider landscape or within designed landsscapes but not in the HES inventory may not be protected. Explicit mention in planning guidance would be a useful acknowledgement of where it would be appropriate to explicitly protect and conserve such features and elsewhere to prioritise restoration, using traditional techniques and to build in better facilities for recreation and access, where they present significant obstacles to reasonable public access.\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/protect-the-historic-walls-estate-and-field-boundaries\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/landscape.png\",\"types\":[\"57\"],\"post_id\":\"859\",\"address\":\"\",\"text\":\"There\\\\\\u0027s a noticeable decline in the extent and condition of this important part of the landscape and historic fabric of the county, where agriculture is the dominant land use and around towns. Each area of the county has a distinctive walling fingerprint, which may owe to the availability of stone materials, an explicit design choice (e.g. single estates) or some other factor such as age, cost, maintenance regime, experience of the builder etc. Many of the intact walls are worthy of note and may be implicitly protected, but others in the wider landscape or within designed landsscapes but not in the HES inventory may not be protected. Explicit mention in planning guidance would be a useful acknowledgement of where it would be appropriate to explicitly protect and conserve such features and elsewhere to prioritise restoration, using traditional techniques and to build in better facilities for recreation and access, where they present significant obstacles to reasonable public access.\",\"image\":\"\/localdevelopmentplan\/files\/oum-useruploads\/859_thumb.jpeg\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Landscape\"],\"fieldtype\":\"checkbox\",\"uselabelastextoption\":false}]},{\"title\":\"Create a designation for non-light polluted areas\",\"lat\":\"55.97017627422\",\"lng\":\"-2.529844483255\",\"content\":\"\\u003Cdiv class=\\u0022oum_location_image\\u0022\\u003E\\u003Cimg class=\\u0022skip-lazy\\u0022 src=\\u0022\/localdevelopmentplan\/files\/oum-useruploads\/839_thumb.jpeg\\u0022\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_text\\u0022\\u003E\\u003Cdiv class=\\u0022oum_location_date\\u0022\\u003EOctober 10, 2023\\u003C\/div\\u003E\\u003Ch3 class=\\u0022oum_location_name\\u0022\\u003ECreate a designation for non-light polluted areas\\u003C\/h3\\u003E\\u003Cdiv class=\\u0022oum_location_custom_fields\\u0022\\u003E\\u003Cdiv class=\\u0022oum_custom_field\\u0022\\u003E\\u003Cstrong\\u003ETheme:\\u003C\/strong\\u003E \\u003Cspan data-value=\\u0022Landscape\\u0022\\u003ELandscape\\u003C\/span\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003ESome rural areas of East Lothian in the East suffer little light pollution. The effects of light pollution are not always well-planned for but substantial, for residents and for wildlife. There are susbtantial areas around the industrial south which are over-lit, e.g. the cement factory and the nuclear power station are particularly affected - often to cater for car parks, which are neither heavily used or especially at risk. LED lighting in particular is regarded as harmful. Areas which are free of, or have little light pollution should be identified and recognised and communities that are in favour should have the ability to argue for light attenuation and serious modulation (after 11pm) when it is not needed. This would save money.\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/create-a-designation-for-non-light-polluted-areas\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/landscape.png\",\"types\":[\"57\"],\"post_id\":\"839\",\"address\":\"\",\"text\":\"Some rural areas of East Lothian in the East suffer little light pollution. The effects of light pollution are not always well-planned for but substantial, for residents and for wildlife. There are susbtantial areas around the industrial south which are over-lit, e.g. the cement factory and the nuclear power station are particularly affected - often to cater for car parks, which are neither heavily used or especially at risk. LED lighting in particular is regarded as harmful. Areas which are free of, or have little light pollution should be identified and recognised and communities that are in favour should have the ability to argue for light attenuation and serious modulation (after 11pm) when it is not needed. This would save money.\",\"image\":\"\/localdevelopmentplan\/files\/oum-useruploads\/839_thumb.jpeg\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Landscape\"],\"fieldtype\":\"checkbox\",\"uselabelastextoption\":false}]},{\"title\":\"Protect Woodlands in Designed Landscape\",\"lat\":\"55.993689026726\",\"lng\":\"-2.5800174692528\",\"content\":\"\\u003Cdiv class=\\u0022oum_location_text\\u0022\\u003E\\u003Cdiv class=\\u0022oum_location_date\\u0022\\u003EOctober 9, 2023\\u003C\/div\\u003E\\u003Ch3 class=\\u0022oum_location_name\\u0022\\u003EProtect Woodlands in Designed Landscape\\u003C\/h3\\u003E\\u003Cdiv class=\\u0022oum_location_custom_fields\\u0022\\u003E\\u003Cdiv class=\\u0022oum_custom_field\\u0022\\u003E\\u003Cstrong\\u003ETheme:\\u003C\/strong\\u003E \\u003Cspan data-value=\\u0022Recreation \\u0026 Access\\u0022\\u003ERecreation \\u0026 Access\\u003C\/span\\u003E\\u003Cspan data-value=\\u0022Landscape\\u0022\\u003ELandscape\\u003C\/span\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EThis is an important area of former designed landscape, which needs protection from further development and unsympathetic land uses. \\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/protect-woodlands-in-designed-landscape\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/landscape.png\",\"types\":[\"57\"],\"post_id\":\"793\",\"address\":\"\",\"text\":\"This is an important area of former designed landscape, which needs protection from further development and unsympathetic land uses. \",\"image\":\"\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Recreation \\u0026 Access\",\"Landscape\"],\"fieldtype\":\"checkbox\",\"uselabelastextoption\":false}]}];\n\n\n        \/**\n         * Add Custom Styles\n         *\/\n        \n        \n          \/* custom color *\/\n          oum_custom_css += `\n            .open-user-map .add-location #close-add-location-overlay:hover {color: #a5911f !important}\n            .open-user-map input.oum-switch[type=\"checkbox\"]:checked + label::before {background-color: #a5911f !important}\n            .open-user-map .add-location .location-overlay-content #oum_add_location_thankyou h3 {color: #a5911f !important}\n            .open-user-map .oum_location_text a {color: #a5911f !important}\n            .open-user-map .oum-tabs {border-color: #a5911f !important}\n            .open-user-map .oum-tabs .nav-item:hover {color: #a5911f !important; border-color: #a5911f !important}\n            .open-user-map .oum-tabs .nav-item.active {color: #a5911f !important; border-color: #a5911f !important}\n            .open-user-map .box-wrap .map-wrap .oum-attribution a {color: #a5911f !important;}`;\n\n        \n        \n          \/* custom map height *\/\n          oum_custom_css += `\n            .open-user-map .box-wrap > .map-wrap {padding: 0 !important; height: 800px !important; aspect-ratio: unset !important;}`;\n\n        \n        \n        var custom_style = document.createElement('style');\n\n        if (custom_style.styleSheet) {\n          custom_style.styleSheet.cssText = oum_custom_css;\n        } else {\n          custom_style.appendChild(document.createTextNode(oum_custom_css));\n        }\n\n        document.getElementsByTagName('head')[0].appendChild(custom_style);\n\n      }\n    <\/script>\n\n  <\/div>\n\n<\/div>\n\n<\/div>\n\n\n<div class=\"wp-block-cover alignfull\" style=\"min-height:100px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(270deg,rgb(125,173,43) 49%,rgb(142,102,0) 49%)\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-background-color has-background wp-element-button\" href=\"https:\/\/ourlocality.org\/localdevelopmentplan\/\">Add a Proposal<\/a><\/div>\n\n\n\n<div class=\"wp-block-button is-style-outline is-style-outline--1\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" href=\"https:\/\/ourlocality.org\/localdevelopmentplan\/all-categories\/\">All Categories<\/a><\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":586,"featured_media":944,"parent":968,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1011","page","type-page","status-publish","has-post-thumbnail","hentry","entry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/pages\/1011","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/users\/586"}],"replies":[{"embeddable":true,"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/comments?post=1011"}],"version-history":[{"count":2,"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/pages\/1011\/revisions"}],"predecessor-version":[{"id":1025,"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/pages\/1011\/revisions\/1025"}],"up":[{"embeddable":true,"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/pages\/968"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/media\/944"}],"wp:attachment":[{"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/media?parent=1011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}