{"id":1003,"date":"2023-11-30T12:14:46","date_gmt":"2023-11-30T12:14:46","guid":{"rendered":"https:\/\/ourlocality.org\/localdevelopmentplan\/?page_id=1003"},"modified":"2023-11-30T13:20:36","modified_gmt":"2023-11-30T13:20:36","slug":"woodlands-forestry","status":"publish","type":"page","link":"https:\/\/ourlocality.org\/localdevelopmentplan\/all-categories\/woodlands-forestry\/","title":{"rendered":"Woodlands &#038; Forestry"},"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=\"50\" checked>\n              <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/treebuilding.png?w=650&#038;ssl=1\">\n              <span>Urban Trees and Parklets<\/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\":\"Street trees please\",\"lat\":\"56.002752255039\",\"lng\":\"-2.5201418995857\",\"content\":\"\\u003Cdiv class=\\u0022oum_location_text\\u0022\\u003E\\u003Cdiv class=\\u0022oum_location_date\\u0022\\u003ENovember 29, 2023\\u003C\/div\\u003E\\u003Ch3 class=\\u0022oum_location_name\\u0022\\u003EStreet trees please\\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=\\u0022Biodiversity and Rewilding\\u0022\\u003EBiodiversity and Rewilding\\u003C\/span\\u003E\\u003Cspan data-value=\\u0022Urban Trees and Parklets\\u0022\\u003EUrban Trees and Parklets\\u003C\/span\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EThis street is so wide, you could easily accomodate street trees, but there are many other streets that would benefit. A few trees would make all the difference to many streets. The removal of street trees is generally a mistake, especially without a very good reason. It can also be a mistake to ask residents in a poll or otherwise what they want, they give you the wrong answer. Street trees can harbour lots of biodiversity\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/street-trees-please\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/treebuilding.png\",\"types\":[\"50\"],\"post_id\":\"938\",\"address\":\"\",\"text\":\"This street is so wide, you could easily accomodate street trees, but there are many other streets that would benefit. A few trees would make all the difference to many streets. The removal of street trees is generally a mistake, especially without a very good reason. It can also be a mistake to ask residents in a poll or otherwise what they want, they give you the wrong answer. Street trees can harbour lots of biodiversity\",\"image\":\"\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Biodiversity and Rewilding\",\"Urban Trees and Parklets\"],\"fieldtype\":\"checkbox\",\"uselabelastextoption\":false}]},{\"title\":\"Convert into a small public garden space (locked at night)\",\"lat\":\"56.00030729861\",\"lng\":\"-2.5144511239764\",\"content\":\"\\u003Cdiv class=\\u0022oum_location_image\\u0022\\u003E\\u003Cimg class=\\u0022skip-lazy\\u0022 src=\\u0022\/localdevelopmentplan\/files\/oum-useruploads\/934_thumb.jpg\\u0022\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_text\\u0022\\u003E\\u003Cdiv class=\\u0022oum_location_date\\u0022\\u003ENovember 29, 2023\\u003C\/div\\u003E\\u003Ch3 class=\\u0022oum_location_name\\u0022\\u003EConvert into a small public garden space (locked at night)\\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=\\u0022Urban Trees and Parklets\\u0022\\u003EUrban Trees and Parklets\\u003C\/span\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EThis site has been abandoned by the present owner, after the previous owner failed twice to get planning permission for rather ambitious proposals that would have seen the external fabric of the church and important facades substantially retained. \\u003Cbr\\u003E\\u003Cbr\\u003ESince then it has lost its roof and continues to degrade. \\u003Cbr\\u003E\\u003Cbr\\u003EThe area should be removed from housing and certainly not used for commercial, due to the impossibly busy gyratory one way system, which could be removed. \\u003Cbr\\u003E\\u003Cbr\\u003EWith no roof and the walls more or less sound, it would make sense to create a small semi private garden for the Abbeylands residents, who have no nearby public areas to enjoy with a few minutes walk. \\u003Cbr\\u003E\\u003Cbr\\u003EThe concept would build on the last proposal that was submitted by Graeme Armet and his client.\\u003Cbr\\u003E\\u003Cbr\\u003Ehttps:\/\/ourlocality.org\/abbeylands\/topics\/abbey-church\/\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/convert-into-a-small-public-garden-space-locked-at-night\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/treebuilding.png\",\"types\":[\"50\"],\"post_id\":\"934\",\"address\":\"\",\"text\":\"This site has been abandoned by the present owner, after the previous owner failed twice to get planning permission for rather ambitious proposals that would have seen the external fabric of the church and important facades substantially retained. \\u003Cbr\\u003E\\u003Cbr\\u003ESince then it has lost its roof and continues to degrade. \\u003Cbr\\u003E\\u003Cbr\\u003EThe area should be removed from housing and certainly not used for commercial, due to the impossibly busy gyratory one way system, which could be removed. \\u003Cbr\\u003E\\u003Cbr\\u003EWith no roof and the walls more or less sound, it would make sense to create a small semi private garden for the Abbeylands residents, who have no nearby public areas to enjoy with a few minutes walk. \\u003Cbr\\u003E\\u003Cbr\\u003EThe concept would build on the last proposal that was submitted by Graeme Armet and his client.\\u003Cbr\\u003E\\u003Cbr\\u003Ehttps:\/\/ourlocality.org\/abbeylands\/topics\/abbey-church\/\",\"image\":\"\/localdevelopmentplan\/files\/oum-useruploads\/934_thumb.jpg\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Urban Trees and Parklets\"],\"fieldtype\":\"checkbox\",\"uselabelastextoption\":false}]},{\"title\":\"Bleachingfield Park\",\"lat\":\"56.000826365638\",\"lng\":\"-2.5212032582046\",\"content\":\"\\u003Cdiv class=\\u0022oum_location_text\\u0022\\u003E\\u003Cdiv class=\\u0022oum_location_date\\u0022\\u003EOctober 25, 2023\\u003C\/div\\u003E\\u003Ch3 class=\\u0022oum_location_name\\u0022\\u003EBleachingfield Park\\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=\\u0022Green Networks\\u0022\\u003EGreen Networks\\u003C\/span\\u003E\\u003Cspan data-value=\\u0022Urban Trees and Parklets\\u0022\\u003EUrban Trees and Parklets\\u003C\/span\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EDevelop the greenspace into a proper park\/parklet, maintaining as a flexible space but with additional seating and specimen tree plantings. replace the wire fencing around the car park with a traditional park fence up the school and moving the disabled spaces into the main car park a few yards away and making that area green.\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/bleachingfield-park\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/treebuilding.png\",\"types\":[\"50\"],\"post_id\":\"863\",\"address\":\"\",\"text\":\"Develop the greenspace into a proper park\/parklet, maintaining as a flexible space but with additional seating and specimen tree plantings. replace the wire fencing around the car park with a traditional park fence up the school and moving the disabled spaces into the main car park a few yards away and making that area green.\",\"image\":\"\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Green Networks\",\"Urban Trees and Parklets\"],\"fieldtype\":\"checkbox\",\"uselabelastextoption\":false}]},{\"title\":\"Retain as greenspace\",\"lat\":\"56.001478697727\",\"lng\":\"-2.5136209752987\",\"content\":\"\\u003Cdiv class=\\u0022oum_location_text\\u0022\\u003E\\u003Cdiv class=\\u0022oum_location_date\\u0022\\u003EOctober 7, 2023\\u003C\/div\\u003E\\u003Ch3 class=\\u0022oum_location_name\\u0022\\u003ERetain as greenspace\\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=\\u0022Urban Trees and Parklets\\u0022\\u003EUrban Trees and Parklets\\u003C\/span\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EThis is a rare area of open space that should not be developed for housing.  This woud be a perfect situation for a quiet community garden, serving the residents of Woodbush. Or a secluded parklet.\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/retain-as-greenspace\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/treebuilding.png\",\"types\":[\"50\"],\"post_id\":\"776\",\"address\":\"\",\"text\":\"This is a rare area of open space that should not be developed for housing.  This woud be a perfect situation for a quiet community garden, serving the residents of Woodbush. Or a secluded parklet.\",\"image\":\"\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Urban Trees and Parklets\"],\"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-3e41869c 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":953,"parent":968,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1003","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\/1003","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=1003"}],"version-history":[{"count":1,"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/pages\/1003\/revisions"}],"predecessor-version":[{"id":1004,"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/pages\/1003\/revisions\/1004"}],"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\/953"}],"wp:attachment":[{"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/media?parent=1003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}