{"id":1015,"date":"2023-11-30T12:51:34","date_gmt":"2023-11-30T12:51:34","guid":{"rendered":"https:\/\/ourlocality.org\/localdevelopmentplan\/?page_id=1015"},"modified":"2023-11-30T13:20:36","modified_gmt":"2023-11-30T13:20:36","slug":"rivers-and-valley-restoration","status":"publish","type":"page","link":"https:\/\/ourlocality.org\/localdevelopmentplan\/all-categories\/rivers-and-valley-restoration\/","title":{"rendered":"Rivers and Valley Restoration"},"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=\"59\" checked>\n              <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/river.png?w=650&#038;ssl=1\">\n              <span>Rivers and Valley Restoration<\/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\":\"Reopen culverted stream that drains via Eweford farm\",\"lat\":\"55.982161653199\",\"lng\":\"-2.5410389900208\",\"content\":\"\\u003Cdiv class=\\u0022oum_location_image\\u0022\\u003E\\u003Cimg class=\\u0022skip-lazy\\u0022 src=\\u0022\/localdevelopmentplan\/files\/oum-useruploads\/1188_thumb.jpeg\\u0022\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_text\\u0022\\u003E\\u003Cdiv class=\\u0022oum_location_date\\u0022\\u003EJuly 11, 2024\\u003C\/div\\u003E\\u003Ch3 class=\\u0022oum_location_name\\u0022\\u003EReopen culverted stream that drains via Eweford farm\\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\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EReopening this culverted stream would be a measure that helps attenuate flooding, alongside measures in the upper reaches to plant woodland. The water that runs through the tiny valley is culverted around Bourhouse and then runs under the A1 , across Eweford farm, then under hospital road and under the mainline railway by way of Belhaven Community Hospital, zig zagging through the Monk\\u0027s croft before crossing the Edinburgh Rd and into the Caravan Park. The stream would be buffered and intermediate wetlands created to accomodate flood water and create habitat. Wetland creation north of the A1 might be possible and necessary too.\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/reopen-culverted-stream-that-drains-via-eweford-farm\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/river.png\",\"types\":[\"59\"],\"post_id\":\"1188\",\"address\":\"\",\"text\":\"Reopening this culverted stream would be a measure that helps attenuate flooding, alongside measures in the upper reaches to plant woodland. The water that runs through the tiny valley is culverted around Bourhouse and then runs under the A1 , across Eweford farm, then under hospital road and under the mainline railway by way of Belhaven Community Hospital, zig zagging through the Monk\\\\\\u0027s croft before crossing the Edinburgh Rd and into the Caravan Park. The stream would be buffered and intermediate wetlands created to accomodate flood water and create habitat. Wetland creation north of the A1 might be possible and necessary too.\",\"image\":\"\/localdevelopmentplan\/files\/oum-useruploads\/1188_thumb.jpeg\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Green Networks\"],\"fieldtype\":\"checkbox\",\"uselabelastextoption\":false}]},{\"title\":\"Reinstate riverine woodland habitats up the Dunglass burn\",\"lat\":\"55.926756439578\",\"lng\":\"-2.4017786979675\",\"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\\u003EReinstate riverine woodland habitats up the Dunglass burn\\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=\\u0022Woodland \\u0026 Forestry\\u0022\\u003EWoodland \\u0026 Forestry\\u003C\/span\\u003E\\u003Cspan data-value=\\u0022Biodiversity and Rewilding\\u0022\\u003EBiodiversity and Rewilding\\u003C\/span\\u003E\\u003Cspan data-value=\\u0022Green Networks\\u0022\\u003EGreen Networks\\u003C\/span\\u003E\\u003Cspan data-value=\\u0022Rivers \\u0026 Valley Restoration\\u0022\\u003ERivers \\u0026 Valley Restoration\\u003C\/span\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EThere are stretches of the burn which are give insights as to how this steep sided valley could be better managed for nature. The biodiversity interests clash with pheasnt rearing and shooting, and are the value of the habitat diminished. In the upper reaches, the woodland replanting, if it has been implemented at all, has either been executed poorly or subsequently abandoned. The further up the burn one goes the worse it gets, until the wildlife reserve. These valleys should be prioritised for conservation management and suitable recreational opportunities for quiet recreation introduced.\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/reinstate-riverine-woodland-habitats-up-the-dunglass-burn\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/river.png\",\"types\":[\"59\"],\"post_id\":\"959\",\"address\":\"\",\"text\":\"There are stretches of the burn which are give insights as to how this steep sided valley could be better managed for nature. The biodiversity interests clash with pheasnt rearing and shooting, and are the value of the habitat diminished. In the upper reaches, the woodland replanting, if it has been implemented at all, has either been executed poorly or subsequently abandoned. The further up the burn one goes the worse it gets, until the wildlife reserve. These valleys should be prioritised for conservation management and suitable recreational opportunities for quiet recreation introduced.\",\"image\":\"\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Woodland \\u0026 Forestry\",\"Biodiversity and Rewilding\",\"Green Networks\",\"Rivers \\u0026 Valley Restoration\"],\"fieldtype\":\"checkbox\",\"uselabelastextoption\":false}]},{\"title\":\"Designate nature buffers along rivers and streams.\",\"lat\":\"55.967218022149\",\"lng\":\"-2.615975839883\",\"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\\u003EDesignate nature buffers along rivers and streams.\\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=\\u0022Woodland \\u0026 Forestry\\u0022\\u003EWoodland \\u0026 Forestry\\u003C\/span\\u003E\\u003Cspan data-value=\\u0022Biodiversity and Rewilding\\u0022\\u003EBiodiversity and Rewilding\\u003C\/span\\u003E\\u003Cspan data-value=\\u0022Rivers \\u0026 Valley Restoration\\u0022\\u003ERivers \\u0026 Valley Restoration\\u003C\/span\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003ETo help strengthen green networks. The local rivers and streams are also vulnerable to over abstraction esp. smaller burns on limestone and perhaps to unlicenced abstractions. With farming taking place close to the river mrgins, they are also vulnerable to eutrophication and sediment runoff. River Limit abstraction and intensification of agriculture with a view to assist with rehabilitation of riverine wildlife corridors an functioning ecohydrological systems.\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/designate-nature-buffers-along-rivers-and-streams\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/river.png\",\"types\":[\"59\"],\"post_id\":\"811\",\"address\":\"\",\"text\":\"To help strengthen green networks. The local rivers and streams are also vulnerable to over abstraction esp. smaller burns on limestone and perhaps to unlicenced abstractions. With farming taking place close to the river mrgins, they are also vulnerable to eutrophication and sediment runoff. River Limit abstraction and intensification of agriculture with a view to assist with rehabilitation of riverine wildlife corridors an functioning ecohydrological systems.\",\"image\":\"\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Recreation \\u0026 Access\",\"Woodland \\u0026 Forestry\",\"Biodiversity and Rewilding\",\"Rivers \\u0026 Valley Restoration\"],\"fieldtype\":\"checkbox\",\"uselabelastextoption\":false}]},{\"title\":\"Water courses, rivers, burns protection\",\"lat\":\"55.979132992285\",\"lng\":\"-2.5113748709159\",\"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\\u003EWater courses, rivers, burns protection\\u003C\/h3\\u003E\\u003Cdiv class=\\u0022oum_location_custom_fields\\u0022\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EThere should be a presumption against new development of any scale (ie more than one dwelling) in any of the glacial river valleys. The valleys should as far as practical be prioritised for the provision of ecosystem services (flood attenuation and protection, groundwater recharge, habitat, nutrient sink, carbon and sediment capture etc).\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/water-courses-rivers-burns-protection\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/river.png\",\"types\":[\"59\"],\"post_id\":\"810\",\"address\":\"\",\"text\":\"There should be a presumption against new development of any scale (ie more than one dwelling) in any of the glacial river valleys. The valleys should as far as practical be prioritised for the provision of ecosystem services (flood attenuation and protection, groundwater recharge, habitat, nutrient sink, carbon and sediment capture etc).\",\"image\":\"\",\"audio\":\"\",\"custom_fields\":[]},{\"title\":\"Improve the water habitat\",\"lat\":\"55.988000214036\",\"lng\":\"-2.4737479299754\",\"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\\u003EImprove the water habitat\\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=\\u0022Woodland \\u0026 Forestry\\u0022\\u003EWoodland \\u0026 Forestry\\u003C\/span\\u003E\\u003Cspan data-value=\\u0022Flooding \\u0026 Coastal Adaption\\u0022\\u003EFlooding \\u0026 Coastal Adaption\\u003C\/span\\u003E\\u003Cspan data-value=\\u0022Rivers \\u0026 Valley Restoration\\u0022\\u003ERivers \\u0026 Valley Restoration\\u003C\/span\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_location_description\\u0022\\u003EFor some reason the regeneration of the water body has been arrested, so much so that there is almost no liminal vegetation growth. The restoration plan doesn\\u0027t seem to have been thought through. While there are some calling for this area to be a dedicated sports area, given the industrial neighbours, this doesn\\u0027t seem like a wise location. However it would benefit from explicit long term protection, but this might foresee the water body size being decreased, with islands created and a landscape improvement plan.\\u003C\/div\\u003E\\u003Cdiv class=\\u0022oum_read_more\\u0022\\u003E\\u003Ca href=\\u0022https:\/\/ourlocality.org\/localdevelopmentplan\/oum-location\/improve-the-water-habitat\/\\u0022\\u003ERead more\\u003C\/a\\u003E\\u003C\/div\\u003E\\u003C\/div\\u003E\",\"icon\":\"https:\/\/ourlocality.org\/localdevelopmentplan\/files\/2023\/11\/river.png\",\"types\":[\"59\"],\"post_id\":\"797\",\"address\":\"\",\"text\":\"For some reason the regeneration of the water body has been arrested, so much so that there is almost no liminal vegetation growth. The restoration plan doesn\\\\\\u0027t seem to have been thought through. While there are some calling for this area to be a dedicated sports area, given the industrial neighbours, this doesn\\\\\\u0027t seem like a wise location. However it would benefit from explicit long term protection, but this might foresee the water body size being decreased, with islands created and a landscape improvement plan.\",\"image\":\"\",\"audio\":\"\",\"custom_fields\":[{\"index\":1698306605442,\"label\":\"Theme\",\"val\":[\"Woodland \\u0026 Forestry\",\"Flooding \\u0026 Coastal Adaption\",\"Rivers \\u0026 Valley Restoration\"],\"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":951,"parent":968,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1015","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\/1015","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=1015"}],"version-history":[{"count":2,"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/pages\/1015\/revisions"}],"predecessor-version":[{"id":1026,"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/pages\/1015\/revisions\/1026"}],"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\/951"}],"wp:attachment":[{"href":"https:\/\/ourlocality.org\/localdevelopmentplan\/wp-json\/wp\/v2\/media?parent=1015"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}